source: pkg/main/gnome-bluetooth/trunk/debian/changelog @ 892

Revision 892, 7.2 KB checked in by alanbach-guest, 6 years ago (diff)

gnome-bluetooth updates

Line 
1gnome-bluetooth (0.8.0-parsix3) barry; urgency=low
2
3  * Rebuilt for Barry
4
5 -- Alan Baghumian <alan@technotux.org>  Sat, 14 Apr 2007 19:27:56 +0330
6
7gnome-bluetooth (0.8.0-parsix2) unstable; urgency=low
8
9  * Parsix Build (0.85.1).
10
11 -- Alan Baghumian <alan@technotux.org>  Thu, 15 Feb 2007 10:11:22 +0330
12
13gnome-bluetooth (0.8.0-parsix1) unstable; urgency=low
14
15  * Parsix Build.
16
17 -- Alan Baghumian <alan@technotux.org>  Wed, 25 Oct 2006 13:45:23 +0330
18
19gnome-bluetooth (0.8.0-0ubuntu1) edgy; urgency=low
20
21  * New upstream release:
22    - Fix icons not showing up properly
23    - Allow passing URIs as well as local filenames to gnome-obex-send
24      (Malone: #62944)
25    - Save to ~/Desktop/Downloads by default, then fallback to ~/Desktop and
26      ~/, as Epiphany does, or to the user specified directory
27    - Remove direct openobex and bluez-devel dependencies, as well as gnome-vfs
28  * debian/control:
29    - bumped requirements,
30    - dropped libopenobex1.0-dev and libbluetooth-dev Build-Depends.
31    - new python-gnomebt package.
32    - python-central, python transition.
33  * debian/gnome-bluetooth.install:
34    - install etc/gconf schemas,
35    - drop useless directories,
36  * debian/patches/fix-desktop-files.patch,
37    debian/patches/fix-python-Makefile.patch:
38    - updated.
39  * debian/rules:
40    - python transition.
41
42 -- Daniel Holbach <daniel.holbach@ubuntu.com>  Tue, 10 Oct 2006 19:28:38 +0200
43
44gnome-bluetooth (0.7.0-0ubuntu6) edgy; urgency=low
45
46  * Rebuild against dbus 0.90
47
48 -- Sebastian Dröge <slomo@ubuntu.com>  Fri, 25 Aug 2006 06:09:00 +0200
49
50gnome-bluetooth (0.7.0-0ubuntu5) edgy; urgency=low
51
52  * Rebuild for libbluetooth2
53    changed build-depends from libbluetooth1-dev to libbluetooth2-dev
54
55 -- Michael Bienia <michael@vorlon.ping.de>  Thu, 24 Aug 2006 21:17:58 +0200
56
57gnome-bluetooth (0.7.0-0ubuntu4) dapper; urgency=low
58
59  * Revert the previous 148k diff that came with no useful explanation,
60    debian/rules hacks that made little sense, and reverted MenusRevisted.
61  * Install /usr/share/pixmaps, and the blueradio-48.png icon that lives
62    there, so that we get a proper application icon (launchpad.net/35369)
63  * Move the Bluetooth File Sharing icon to Applications->Accessoris and
64    the Bluetooth Manager icon to System->Preferences (launchpad.net/43441)
65  * Apply patch from Emmet Hikory to make our .desktop files validate
66    cleanly, and merge with previous desktop mangling (launchpad.net/33573)
67  * Apply patch to make the tray icon transparent (launchpad.net/43810)
68
69 -- Adam Conrad <adconrad@ubuntu.com>  Thu, 18 May 2006 09:27:51 +1000
70
71gnome-bluetooth (0.7.0-0ubuntu3) dapper; urgency=low
72
73  * A _real_ fix-icon-location.patch patch
74  * Remove NoDisplay=true from .desktop files to show the menu items
75  * Closes LP #35369
76
77 -- Charles Majola <charles@rootcore.co.za>  Thu,  4 May 2006 11:16:33 +0000
78
79gnome-bluetooth (0.7.0-0ubuntu2) dapper; urgency=low
80
81  * Rebuild to link against gnutls12 (unnecessary dependency, but --as-needed
82    breaks).
83
84 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu,  9 Mar 2006 08:41:30 +0100
85
86gnome-bluetooth (0.7.0-0ubuntu1) dapper; urgency=low
87
88  * New upstream release:
89    - Fix a bad crasher that was plaguing 0.6.0 users
90    - Have the menu icons magically appear again
91    - Fix some memory leaks
92    - Better message when an error occurs sending a file to a Palm
93    - Fix build warnings
94    - Fix Python detection for bi-arch systems
95    - Update for libbtctl 0.6.0.
96  * debian/control:
97    - bumped Build-Dep on libbtctl2-dev (>= 0.6.0). 
98    - replaced libbonobo-activation-dev by libbonobo2-dev
99  * debian/rules:
100    - removed unnecessary build options.
101    - use gnome.mk, drop buildcore.mk, autotools.mk.
102  * debian/patches/fix-python-Makefile.patch:
103    - fixed buildsystem to install python files
104  * debian/patches/fix-python-Makefile.patch:
105    - fixed buildsystem to install python files.
106  * debian/patches/MenusRevisited.patch:
107    - hide both menu entries as per MenusRevisited.
108
109 -- Daniel Holbach <daniel.holbach@ubuntu.com>  Thu, 24 Nov 2005 18:26:41 +0100
110
111gnome-bluetooth (0.6.0+cvs2005.09.09-0ubuntu1) breezy; urgency=low
112
113  * CVS fixes:
114    - src/fileactiondialog.gob: don't use uri after it was freed, make
115      sure that a URI was created before using it
116    - src/gnomebt-fileactiondialog-test.c: (main): check that the
117      files exist before running the tests
118    - src/controller.gob: fix 2 memory leaks, gconf_client_get_string
119      already returns a newly-allocated string
120    - src/permissiondialog.gob: fix a double-free
121  * fixes Malone #2406.
122
123 -- Daniel Holbach <dh@mailempfang.de>  Tue, 20 Sep 2005 19:36:24 +0200
124
125gnome-bluetooth (0.6.0-0ubuntu1) breezy; urgency=low
126
127  * New upstream release:
128    - gnome-obex-server: Now preserves timestamps of reserved files
129      (Tumoas Salo).
130    - Save received files to the path specified in the
131      /apps/gnome-obex-server/savedir GConf key
132    - Remove the nautilus extension, sending files over Bluetooth
133      devices is now handled though nautilus-sendto (Bastien Nocera)
134    - Make gnome-bluetooth-manager run with newer PyGTK (Olav Vitters,
135      Harald Hoyer)
136    - Make dialogues comply better with the HIG (Bastien Nocera)
137    - Add a test program for the spinner widget (Bastien Nocera)
138    - Build fixes (Bastien Nocera)
139    - Updated translations.
140  * debian/control:
141    - Bumped Standards-Version.
142    - Adjusted Build-Depends according to configure.in
143  * debian/patches/01_gnome-ui-appbar-fix.patch:
144    - dropped.
145
146 -- Daniel Holbach <dh@mailempfang.de>  Fri,  9 Sep 2005 17:12:18 +0200
147
148gnome-bluetooth (0.5.1-1ubuntu7) hoary; urgency=low
149
150  * Rebuilt, because of libhowl0 moving out.
151
152 -- Daniel Holbach <dh@mailempfang.de>  Thu, 10 Mar 2005 13:55:24 +0100
153
154gnome-bluetooth (0.5.1-1ubuntu6) hoary; urgency=low
155
156  * debian/patches/01_gnome-ui-appbar-fix.patch:
157    - gtk.Statusbar() fix thanks very much to Trent Lloyd.
158  * debian/control:
159    - Build-Depend on librsvg2-dev, python2.4-dev. Migrate all to python2.4.
160
161 -- Jeff Waugh <jeff.waugh@ubuntu.com>  Mon, 24 Jan 2005 19:11:43 +1100
162
163gnome-bluetooth (0.5.1-1ubuntu5) hoary; urgency=low
164
165  * debian/control:
166    - Build-Depends typo.
167
168 -- Jeff Waugh <jeff.waugh@canonical.com>  Thu,  2 Dec 2004 21:51:04 +1100
169
170gnome-bluetooth (0.5.1-1ubuntu4) hoary; urgency=low
171
172  * debian/control:
173    - Eugh, Build-Depends.
174
175 -- Jeff Waugh <jeff.waugh@canonical.com>  Thu,  2 Dec 2004 15:05:29 +1100
176
177gnome-bluetooth (0.5.1-1ubuntu3) hoary; urgency=low
178
179  * debian/control:
180    - Build-Depend on intltool
181
182 -- Jeff Waugh <jeff.waugh@canonical.com>  Thu,  2 Dec 2004 14:12:48 +1100
183
184gnome-bluetooth (0.5.1-1ubuntu2) hoary; urgency=low
185
186  * Upload to Ubuntu
187
188 -- Jeff Waugh <jeff.waugh@canonical.com>  Wed,  1 Dec 2004 18:47:26 +1100
189
190gnome-bluetooth (0.5.1-1) unstable; urgency=low
191
192  * New upstream release.
193
194 -- Edd Dumbill <ejad@debian.org>  Fri, 18 Jun 2004 20:13:52 +0100
195
196gnome-bluetooth (0.5-3) unstable; urgency=low
197
198  * Add more missing dependencies for gnome-bluetooth (gtk2, glade2, gnome2).
199
200 -- Edd Dumbill <ejad@debian.org>  Sat, 12 Jun 2004 02:54:48 +0100
201
202gnome-bluetooth (0.5-2) unstable; urgency=low
203
204  * Add missing dependency on python2.3-libbtctl.
205
206 -- Edd Dumbill <ejad@debian.org>  Fri, 11 Jun 2004 15:22:36 +0100
207
208gnome-bluetooth (0.5-1) unstable; urgency=low
209
210  * Initial packaging.
211
212 -- Edd Dumbill <ejad@debian.org>  Thu, 10 Jun 2004 11:07:33 +0100
Note: See TracBrowser for help on using the repository browser.