debian: made the changelog more verbose as per intrigeri's feedback
[barry.git] / debian / changelog
blob11ac8b6ccf93c435327f0b66c510af2d431b1b86
1 barry (0.18.3-5) unstable; urgency=low
3   * Removed dependency on ppp for kfreebsd, since kernel side pppd is not
4     available, and freebsd-ppp is not fully supported yet.  Also changed
5     barrydeskop's ppp Depend into a Recommend, since Barry can technically
6     run without it. (Closes: #678233)
8  -- Chris Frey <cdfrey@foursquare.net>  Fri, 22 Jun 2012 17:56:40 -0400
10 barry (0.18.3-3) unstable; urgency=low
12   * Fixed build-dep order for autopoint (Closes: #676321)
14  -- Chris Frey <cdfrey@foursquare.net>  Wed, 06 Jun 2012 17:08:40 -0400
16 barry (0.18.3-2) unstable; urgency=low
18   [Chris Frey]
19   * New upstream version 0.18.3 (Closes: #582189, #582187, #657076, LP: #500370)
20   * Moved opensync-plugin into its own build
21   * Removed dependency of libbarry-dev on libusb-dev
22   * Removed .la files
23   * Added new PPP chat scripts, including: kpn, telus, optus, vodafone AU,
24     orangeuk, mts
25   * Added new programs: bwatch, btarcmp, bjdwp, balxparse, bio, brawchannel
26   * New udev rules set, and now under /lib/udev/rules.d
27   * Added Bash and Zsh completion scripts
28   * Updated Standards-Version to 3.9.3
29   * Reviewed debhelper(7) manpage changes and updated compat to 7 (2012/03/03)
30   * New logo and icons
31   * Added NLS support
32   * Moved hal-blackberry script to /usr/lib/barry/
33   * Added lintian override for libosyncwrap in the barrydesktop package
34   * Updated debian/rules to allow for building with an external debian/
35     directory.
36   * Install examples and documentation.
37   * Configure --with-zlib and --enable-boost.
38   * Add gettext, autopoint, libsdl-dev, and libxml++2.6-dev to build-deps.
39   * Added support for hardened builds
40   * Use 3.0 (quilt) source format, as per intrigeri's patch
42   [ intrigeri ]
43   * Drop obsolete patch, stop using deprecated simple-patchsys.
44   * Use 3.0 (quilt) source format.
45   * Make barry-util.postinst script use 'set -e' rather than '/bin/sh -e'.
46   * Avoid duplicate short descriptions.
47   * Fix typo in description (Closes: #598878)
48   * Fix syntax of old debian/changelog entry.
49   * Fix section of -dbg packages.
50   * Add Homepage control field.
51   * Link to the correct version of GPL and LGPL.
52   * Revert useless changes to upstream files.
54   [ Martin Owens ]
55   * Add versionned dependency from barry-util and barrybackup-gui on libbarry0.
57  -- Chris Frey <cdfrey@foursquare.net>  Tue, 15 May 2012 01:32:40 -0400
59 barry (0.15-1.2) unstable; urgency=low
61   * Non-maintainer upload.
62   * Install udev rules into /lib/udev/rules.d (Closes: #561243, #622564)
63   * Fix uninstallability on kfreebsd-* by making barry-util depend on udev
64     on Linux only (Closes: #639594)
65   * Install udev rules on Linux only.
67  -- intrigeri <intrigeri+debian@boum.org>  Sun, 16 Oct 2011 20:04:55 +0200
69 barry (0.15-1.1) unstable; urgency=low
71   * Non-maintainer upload
72   * Maintainer most apparently MIA
73   * Remove opensync plugins, closes: #569443, #591990
74     Thanks: Mathias Klose <doko@ubuntu.com>
75   * added missing bjavaloader and bfuse programs, closes: #548317
76     Thanks: Fabrice Coutadeur <fabricesp@ubuntu.com>
77   * Remove .la file (no reverse build dependencies), closes: #621271
79  -- Riku Voipio <riku.voipio@linaro.org>  Tue, 16 Aug 2011 10:54:04 +0300
81 barry (0.15-1ubuntu1) lucid; urgency=low
83   * Merge from debian testing (LP: #426716), remaining changes:
84     - debian/barry-util.preinst:
85       + Remove old rules,path if unmodified
86     - debian/barry-util.postinst:
87       + Otherwise move to new path
88     - debian/control:
89       + Update udev dependency
91  -- Bhavani Shankar <right2bhavi@gmail.com>  Fri, 06 Nov 2009 17:54:31 +0530
93 barry (0.15-1) unstable; urgency=low
95   * New Upstream Version
96     + Adds support for Curve 8900 (Closes: #524677)
97   * Ack NMU. Thanks to Cyril Brulebois for it.
98   * Updated patches:
99      - fix-ftbfs-with-new-boost.diff: deleted, fixed upstream.
100      - fix-ftbfs-with-gcc-4.4.diff: updated
101   * debian/rules:
102     + Install udev files from its new location.
103     + Use .conf for modprobe config files (Closes: #518571)
104   * debian/barry-util.install: do not try to install removed bs11nread util
106  -- Jose Carlos Garcia Sogo <jsogo@debian.org>  Sat, 29 Aug 2009 22:57:03 +0200
108 barry (0.14-2.1ubuntu1) karmic; urgency=low
110   * Merge from debian unstable, remaining changes: LP: #401296
111     - debian/rules:
112       + Install udev rules into /lib/udev/rules.d now
113       + Install modprobe file as blacklist-berry_charge.conf
114     - debian/barry-util.preinst:
115       + Remove old rules,path if unmodified
116     - debian/barry-util.postinst:
117       + Otherwise move to new path
118     - debian/control:
119       + Update udev dependency  
121  -- Bhavani Shankar <right2bhavi@gmail.com>  Sun, 19 Jul 2009 12:21:14 +0530
123 barry (0.14-2.1) unstable; urgency=medium
125   * Non-maintainer upload.
126   * Fix FTBFS with new boost (>= 1.37.0) by using the “-mt” suffix for
127     boost libraries since starting with this version, only this variant
128     is available (Closes: #529722). Add the following patch:
129      - fix-ftbfs-with-new-boost.diff (thanks to Steve M. Robbins)
130   * Fix FTBFS with gcc-4.4 (Closes: #505342):
131      - fix-ftbfs-with-gcc-4.4.diff (thanks to Martin Michlmayr)
132   * debian/rules: Add the simple-patchsys.mk include to get both patches
133     applied.
134   * Set urgency to “medium”, both bugs affect testing too.
135   * Add ${misc:Depends} to all Depends fields.
137  -- Cyril Brulebois <kibi@debian.org>  Sat, 18 Jul 2009 12:54:03 +0200
139 barry (0.14-2ubuntu2) jaunty; urgency=low
141   * debian/rules: install modprobe file as blacklist-berry_charge.conf
142   * debian/barry-util.preinst: Remove old path if unmodified
143   * debian/barry-util.postinst: Otherwise move to new path
145  -- Scott James Remnant <scott@ubuntu.com>  Thu, 05 Mar 2009 20:14:50 +0000
147 barry (0.14-2ubuntu1) jaunty; urgency=low
149   * debian/rules: Install udev rules into /lib/udev/rules.d now
150   * debian/barry-util.preinst: Remove old rules if unmodified
151   * debian/control: Update udev dependency.
153  -- Scott James Remnant <scott@ubuntu.com>  Mon, 12 Jan 2009 18:09:36 +0000
155 barry (0.14-2.1) unstable; urgency=medium
157    * Non-maintainer upload.
158    * Fix FTBFS with new boost (>= 1.37.0) by using the “-mt” suffix for
159      boost libraries since starting with this version, only this variant
160      is available (Closes: #529722). Add the following patch:
161       - fix-ftbfs-with-new-boost.diff (thanks to Steve M. Robbins)
162    * Fix FTBFS with gcc-4.4 (Closes: #505342):
163       - fix-ftbfs-with-gcc-4.4.diff (thanks to Martin Michlmayr)
164    * debian/rules: Add the simple-patchsys.mk include to get both patches
165      applied.
166    * Set urgency to “medium”, both bugs affect testing too.
167    * Add ${misc:Depends} to all Depends fields.
169  -- Cyril Brulebois <kibi@debian.org>  Sat, 18 Jul 2009 12:54:03 +0200
171 barry (0.14-2) unstable; urgency=low
173   * debian/rules: Fix libbarry-dbg name
174   * debian/: some debhelper control files were missing in latest release,
175     making binary packages almost empty. Thanks to Michael Banck for pointing it.
176   * debian/control: change opensync plugin package name to match naming scheme 
177     for other opensync plugins. Thanks to Michael Banck.
178   * debian/compat: force level 4 to make easier building of -dbg package  
180  -- Jose Carlos Garcia Sogo <jsogo@debian.org>  Tue, 21 Oct 2008 23:28:05 +0200
182 barry (0.14-1) unstable; urgency=low
184   * New upstream release.
186  -- Jose Carlos Garcia Sogo <jsogo@debian.org>  Sun, 28 Sep 2008 16:43:58 +0200
188 barry (0.13-1) unstable; urgency=low
190   [ Jose Carlos Garcia Sogo ]
191   * Upload to Debian (Closes: #450504)
192   * debian/copyright:
193     + Add copyright holders
194     + Add LGPL as license for vformat.[c,h] files
195   * debian/control:
196     + Change maintainer
197     + Bump Standards-Version to 3.8.0
198     + Rename libbary to libbary0 to follow policy.
199     + Add a dependency on exact binary:Version for each -dbg and -dev package
200     + libbarry-dev binary depends on libusb-dev
201   * debian/changelog:
202     + Merge different versions in 0.13-* packages in a new 0.13-1 one, so it
203     can be uploaded into Debian
204   * debian/rules: no need to call autotools
205   * barrybackup-gui.menu: use Applications/Mobile Devices menu, as per Policy
206   
207   [ Chris Frey ]
208   * From 0.13-1.1 upstream package
209   * added brecsum
210   * added ppp options and chat scripts
211   * fixed lintian description warnings
213   [ Jason Thomas ]
214   * Makefile.am and opensync-plugin/Makefile: add ACLOCAL_FLAGS for autoreconf
215   * debian/control: add build-depends: libglib2.0-dev
216   * debian/control: change build-depends: libopensync0 to libopensync0-dev 
218  -- Jose Carlos Garcia Sogo <jsogo@debian.org>  Sun, 21 Sep 2008 18:59:37 +0200
220 barry (0.12-1) unstable; urgency=low
222    * version bump
224  -- Chris Frey <cdfrey@foursquare.net>  Fri, 07 Dec 2007 16:25:11 -0500
226 barry (0.11-1) unstable; urgency=low
228    * version bump
230  -- Chris Frey <cdfrey@foursquare.net>  Fri, 30 Nov 2007 22:35:11 -0500
232 barry (0.10-1) unstable; urgency=low
234    * renamed ktrans and translate to bktrans and btranslate
235    * added bidentify
237  -- Chris Frey <cdfrey@foursquare.net>  Fri, 30 Nov 2007 15:49:11 -0500
239 barry (0.9-1) unstable; urgency=low
241    * updated for version 0.9 release
242    * converted build scripts to use cdbs
243    * added opensync plugin package
245  -- Chris Frey <cdfrey@foursquare.net>  Thu, 28 Sep 2007 15:55:11 -0500
247 barry (0.8-1) unstable; urgency=low
249    * updated for version 0.8 release
250    * removed postinst, as the latest stable Debian has a current udev version
251    * split packaging into 4 separate packages: libbarry, libbarry-dev,
252      barry-util, barrybackup-gui
253    * added menu support for barrybackup-gui
255  -- Chris Frey <cdfrey@foursquare.net>  Fri, 11 May 2007 16:38:11 -0500
257 barry (0.6-1) unstable; urgency=low
259    * adapted for Debian Etch.  has a newer version of udev, and plugdev 
260      available.  Also added btool in addition to only bcharge available
262  -- Peter Silva <Peter.A.Silva@gmail.com>  Fri, 06 Apr 2007 00:00:01 -0500
264 barry (0.1-2) unstable; urgency=low
266   * Make this work on ubuntu as well.  Ubuntu has a newer version of udev
267     than Debian stable, and needs different rules.
269  -- Chris Frey <cdfrey@foursquare.net>  Fri, 04 Jan 2007 16:23:01 -0500
271 barry (0.1-1) unstable; urgency=low
273   * Initial Release.
275  -- Chris Frey <cdfrey@foursquare.net>  Fri, 29 Dec 2006 20:34:01 -0500