source: pkg/main/system-tools-backends/trunk/debian/changelog @ 736

Revision 736, 16.3 KB checked in by alanbach-guest, 6 years ago (diff)

system-tools-backends 2.2.1 updates

Line 
1system-tools-backends (2.2.1-parsix2) barry; urgency=low
2
3  * Added platform fix, Bug #19
4
5 -- Alan Baghumian <alan@technotux.org>  Mon,  9 Apr 2007 09:01:58 +0330
6
7system-tools-backends (2.2.1-parsix1) barry; urgency=low
8
9  * Parsix build
10  * New upstream release
11  * Added watch file
12
13 -- Alan Baghumian <alan@technotux.org>  Sat,  7 Apr 2007 09:29:39 +0330
14
15system-tools-backends (2.2.0-0ubuntu1) feisty; urgency=low
16
17  * New upstream version
18
19 -- Sebastien Bacher <seb128@canonical.com>  Mon, 12 Mar 2007 11:05:16 +0100
20
21system-tools-backends (2.1.4-0ubuntu1) feisty; urgency=low
22
23  * New upstream version:
24    - Add Guadalinex 4 support
25    - Configure static interfaces properly in Debian
26  * debian/patches/90_from_cvs_fix_static_interface.patch:
27    - dropped, fixed with the new version
28
29 -- Sebastien Bacher <seb128@canonical.com>  Tue, 27 Feb 2007 12:46:43 +0100
30
31system-tools-backends (2.1.3-0ubuntu2) feisty; urgency=low
32
33  * debian/patches/90_from_cvs_fix_static_interface.patch:
34    - patch from CVS, fix "static" not being written to the interfaces file
35      (Ubuntu: #80622)
36
37 -- Sebastien Bacher <seb128@canonical.com>  Tue, 20 Feb 2007 12:18:43 +0100
38
39system-tools-backends (2.1.3-0ubuntu1) feisty; urgency=low
40
41  * New upstream version:
42    - improvements to extensible config methods
43    - fix ipv4ll for ubuntu 7.04
44  * debian/control.in:
45    - updated Maitainer for Ubuntu
46  * debian/patches/90_from_cvs_fix_ipv4ll_defintion.patch:
47    - fixed with the new version
48
49 -- Sebastien Bacher <seb128@canonical.com>  Mon, 19 Feb 2007 13:10:01 +0100
50
51system-tools-backends (2.1.2-0ubuntu3) feisty; urgency=low
52
53  * debian/patches/90_from_cvs_fix_ipv4ll_defintion.patch:
54    - patch from CVS, fix ipv4ll definition
55
56 -- Sebastien Bacher <seb128@canonical.com>  Tue,  9 Jan 2007 17:41:34 +0100
57
58system-tools-backends (2.1.2-0ubuntu2) feisty; urgency=low
59
60  * debian/patches/02_network_method_ipv4ll.patch:
61    - use that patch again until the corresponding changes land upstream for
62      liboobs and gnome-system-tools
63
64 -- Sebastien Bacher <seb128@canonical.com>  Mon,  8 Jan 2007 16:49:24 +0100
65
66system-tools-backends (2.1.2-0ubuntu1) feisty; urgency=low
67
68  * New upstream version:
69    - Do not try to enable network interfaces twice
70    - Update internal DBus to 0.33.4
71    - add support for extensible interface configuration methods. This will
72      allow to support new configuration methods without needing to modify
73      stuff on top of s-t-b
74    - add support for extensible wireless key types
75    - add initial support for Ubuntu Feisty
76    - add ipv4ll support for Ubuntu Feisty
77  * debian/patches/00_list_feisty_distribution.patch:
78    - fixed with the new version
79  * debian/patches/90_from_cvs_fix_dbus_connect.patch:
80    - fixed with the new version
81  * debian/patches/02_network_method_ipv4ll.patch:
82    - dropped, the new upstream version has code for that now
83
84 -- Sebastien Bacher <seb128@canonical.com>  Mon,  8 Jan 2007 15:48:07 +0100
85
86system-tools-backends (2.1.0-0ubuntu4) feisty; urgency=low
87
88  * debian/control.in:
89    + Move Build-Depends-Indep to Build-Depends to fix FTBFS on non-i386
90
91 -- Sebastian Dröge <slomo@ubuntu.com>  Thu,  7 Dec 2006 10:53:46 +0100
92
93system-tools-backends (2.1.0-0ubuntu3) feisty; urgency=low
94
95  * debian/control.in:
96    + Change architecture to any as it contains arch dependend binaries
97
98 -- Sebastian Dröge <slomo@ubuntu.com>  Thu,  7 Dec 2006 07:35:21 +0100
99
100system-tools-backends (2.1.0-0ubuntu2) feisty; urgency=low
101
102  * Add debian/patches/02_network_method_ipv4ll.patch:
103    - Support a new network interface configuration method 'ipv4ll', add
104      parsing support for Debian, and export it to liboobs accordingly
105      (OOBS_METHOD_IPV4LL, code 3).
106    - See https://wiki.ubuntu.com/ZeroConfNetworking spec for details.
107  * debian/system-tools-backends.prerm: Stop daemon on upgrade, so that it
108    will be started in the postinst again.
109  * debian/system-tools-backends.postinst: Ignore errors from ps when the pid
110    file content is invalid.
111  * Add debian/system-tools-backends.preinst: Stop daemon on upgrades from an
112    earlier version than this one, so that we get restart behaviour for those
113    upgrades, too.
114  * debian/rules: Set administrative group to 'root', so that only frontends
115    running as root can connect. The previous setting 'admin' didn't ask for
116    the user's password, which opened it to virus/trojan horses attacks.
117    Closes: LP#59946
118
119 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue,  5 Dec 2006 11:09:05 +0100
120
121system-tools-backends (2.1.0-0ubuntu1) feisty; urgency=low
122
123  * New upstream version:
124    - added a lightweight C/Glib/DBus messages dispatcher,
125      improves memory usage *a lot* during inactivity, and allows the
126      development of modules in other languages than perl
127  * Changes from 2.0.0:
128    - handle zoneinfo as links
129    - do not double escape quotes when running certain commands
130    - Improve PPP info parsing in IfacesConfig
131    - Fix infinite loop if the chatscript contains tabs
132    - Improve NFS shares parsing
133    - Use localstatedir to save the pidfile
134    - Added Yellow Dog Linux, behaves like FC
135    - Improve distribution detection
136    - include test-backends in tarballs
137  * debian/control.in:
138    - Build-Depends on libglib2.0-dev (>= 2.4), libdbus-1-dev (>= 0.35),
139      libdbus-glib-1-dev (>= 0.35)
140  * debian/system-tools-backends.init.dbus:
141    - updated the daemon file to use
142  * debian/system-tools-backends.install:
143    - install the new system-tools-backends binary
144  * debian/patches/90_from_cvs_fix_dbus_connect.patch:
145    - patch from CVS, fix dbus connection
146  * debian/watch:
147    - updated
148
149 -- Sebastien Bacher <seb128@canonical.com>  Fri,  1 Dec 2006 18:10:46 +0100
150
151system-tools-backends (1.9.90-0ubuntu1) feisty; urgency=low
152
153  * New upstream version:
154    - fixes in configure script
155    - Do not corrupt wireless essid and key
156    - fixes in ServicesConfig for archlinux
157  * debian/patches/00_list_feisty_distribution.patch:
158    - list feisty as supported distribution (Ubuntu: #72722),
159      thank Carlos Garnacho to point the changes to do for that
160  * debian/patches/90_from_cvs_fix_wireless_essid_and_key.patch:
161    - fixed with the new version
162
163 -- Sebastien Bacher <seb128@canonical.com>  Tue, 28 Nov 2006 14:56:29 +0100
164
165system-tools-backends (1.9.7-0ubuntu4) edgy; urgency=low
166
167  * debian/patches/01_chmod_network_interfaces_when_using_key.patch:
168    - change permission before writting the key,
169      thank to Kees Cook for pointing that
170
171 -- Sebastien Bacher <seb128@canonical.com>  Wed, 11 Oct 2006 23:31:40 +0200
172
173system-tools-backends (1.9.7-0ubuntu3) edgy; urgency=low
174
175  * debian/patches/01_chmod_network_interfaces_when_using_key.patch:
176    - change network interfaces file mode to 640 and the group to "admin"
177      when a key is set (Ubuntu: #14392)
178
179 -- Sebastien Bacher <seb128@canonical.com>  Wed, 11 Oct 2006 11:28:43 +0200
180
181system-tools-backends (1.9.7-0ubuntu2) edgy; urgency=low
182
183  * debian/patches/90_from_cvs_fix_wireless_essid_and_key.patch:
184    - fix wireless essid and key not being written correctly (Ubuntu: #64719)
185
186 -- Sebastien Bacher <seb128@canonical.com>  Mon,  9 Oct 2006 12:32:22 +0200
187
188system-tools-backends (1.9.7-0ubuntu1) edgy; urgency=low
189
190  * New upstream version:
191    - Fix SMBConfig not recognizing share names with spaces in it
192    - SunOS (OpenSolaris and Nexenta) support for all modules
193    - Get/set gateway settings properly in static interfaces (Ubuntu: #59690)
194  * debian/patches/90_from_cvs_fix_parsing_issue.patch:
195    - fixed with the new version
196
197 -- Sebastien Bacher <seb128@canonical.com>  Sat,  7 Oct 2006 15:51:59 +0200
198
199system-tools-backends (1.9.6-0ubuntu2) edgy; urgency=low
200
201  * debian/patches/90_from_cvs_fix_parsing_issue.patch:
202    - patch from CVS, fix parsing issue for values with a space
203      (Ubuntu: #62739)
204
205 -- Sebastien Bacher <seb128@canonical.com>  Mon,  2 Oct 2006 18:01:39 +0200
206
207system-tools-backends (1.9.6-0ubuntu1) edgy; urgency=low
208
209  * New upstream version:
210    - Do not repeat multiple SMB share entries when the name has a $ symbol
211      (Ubuntu: #6142)
212    - Avoid timeouts during file monitoring (Ubuntu: #61186)
213    - Code improvements to BSD, RCng and SuSE services init code
214    - Add an UID/GID independent ID number in UsersConfig and GroupsConfig
215      to avoid confusions when adding/deleting groups (Ubuntu: #18632)
216    - DBus struct improvements in ServicesConfig
217    - Avoid "use lib" warning during s-t-b initialization
218    - Fix a possible bug when saving modem interfaces configuration
219    - Code cleanups
220
221 -- Sebastien Bacher <seb128@canonical.com>  Sat, 30 Sep 2006 19:20:02 +0200
222
223system-tools-backends (1.9.5.1-0ubuntu1) edgy; urgency=low
224
225  * New upstream version:
226    - Fix typo in DBus policy file, now the group defined in
227      --with-stb-group will be really able to access the backends.
228    - Cache the detected platform
229
230 -- Sebastien Bacher <seb128@canonical.com>  Fri,  8 Sep 2006 12:48:53 +0200
231
232system-tools-backends (1.9.5-0ubuntu1) edgy; urgency=low
233
234  * New upstream version:
235    - Limit access to the backends to root and people defined
236      with --with-stb-group (Ubuntu: #59018)
237  * debian/rules:
238    - use "--with-stb-group=admin" configure option
239
240 -- Sebastien Bacher <seb128@canonical.com>  Fri,  8 Sep 2006 12:11:52 +0200
241
242system-tools-backends (1.9.4-0ubuntu1) edgy; urgency=low
243
244  * New upstream version:
245    - Fix distro detection for gentoo
246    - Make NTPConfig try to set the time with ntpdate
247    - make it again to start/stop init.d scripts when a service is
248      added/removed from the current runlevel
249    - Do not export heuristics such as service/runlevel role
250    - various code improvements
251  * debian/rules:
252    - use --with-net-dbus=/usr/lib/perl5 configure option (Ubuntu: #56604)
253  * debian/system-tools-backends-dev.install:
254    - updated the list of files to install
255
256 -- Sebastien Bacher <seb128@canonical.com>  Mon,  4 Sep 2006 21:30:27 +0200
257
258system-tools-backends (1.9.3-0ubuntu1) edgy; urgency=low
259
260  * New upstream release:
261  * General
262    - updated user docs (garnacho)
263    - doc fixes (Claude Paroz)
264  * Network
265    - Avoid a crash (garnacho)
266  * Time
267    - Avoid a critical warning if no NTP service is available (garnacho)
268    - Inhibit/UnInhibit gnome-screensaver when changing time (garnacho)
269  * Translations
270    - dz (Dzongkhalinux team)
271    - es (Francisco Javier F. Serrador)
272    - et (Ivar Smolin)
273    - eu (Inaki Larranaga)
274    - fi (Ilkka Tuohela)
275    - gu (Ankit Patel)
276    - ml (Ani Peter)
277    - mk (Jovan Naumovski)
278    - nb (Kjartan Maraas)
279    - nl (Tino Meinen)
280  * debian/patches/18_fix_config_location.patch,
281    debian/patches/05_ubuntu-no-warning.patch,
282    debian/patches/01_serial_speed.patch,
283    debian/patches/21_fix_isdn_detection.patch,
284    debian/patches/22_ppp_chat_file_location.patch
285    debian/patches/26_services_postgresql-8.1.patch
286    debian/patches/25_ubuntu_is_6_06.patch,
287    debian/patches/30_daemonize.patch:
288    - dropped, merged upstream
289 
290 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 14 Aug 2006 10:05:56 +0200
291
292system-tools-backends (1.9.2-0ubuntu1) edgy; urgency=low
293
294  * New upstream release:
295    - Improvements to file monitoring
296    - Include an internal copy of Net::DBus
297  * debian/copyright:
298    - updated for Net-Dbus (which we don't use) - we use our own version.
299  * debian/system-tools-backends.init.dbus, debian/*.{post,pre}{inst,rm}:
300    - dbus init script for system-tools-backends.
301  * debian/rules:
302    - install init script.
303  * debian/patches/30_daemonize.patch:
304    - patch by   Michael "chefrocker" Vogt   which daemonizes the script and
305      lets it write a .pid file.
306
307 -- Daniel Holbach <daniel.holbach@ubuntu.com>  Wed,  2 Aug 2006 20:50:01 +0200
308
309system-tools-backends (1.9.1-0ubuntu2) edgy; urgency=low
310
311  * Rebuild against newest libnet-dbus-perl.
312
313 -- Daniel Holbach <daniel.holbach@ubuntu.com>  Thu, 13 Jul 2006 08:21:55 +0200
314
315system-tools-backends (1.9.1-0ubuntu1) edgy; urgency=low
316
317  * New upstream release:
318    - Makefile.am fix, install needed .pm files
319
320 -- Daniel Holbach <daniel.holbach@ubuntu.com>  Wed, 21 Jun 2006 11:46:46 +0200
321
322system-tools-backends (1.9.0-0ubuntu1) edgy; urgency=low
323
324  * New upstream release "Pluto tan".
325  * debian/watch:
326    - updated.
327  * debian/control.in:
328    - added libnet-dbus-perl as Build-Depends.
329  * debian/patches/01_serial_speed.patch,
330    debian/patches/05_ubuntu-no-warning.patch,
331    debian/patches/18_fix_config_location.patch,
332    debian/patches/21_fix_isdn_detection.patch,
333    debian/patches/22_ppp_chat_file_location.patch,
334    debian/patches/25_ubuntu_is_6_06.patch,
335    debian/patches/26_services_postgresql-8.1.patch:
336    - updated.
337  * debian/patches/19_add_scanner_group.patch
338    debian/patches/21_add_admin_group.patch,
339    debian/patches/23_add_lpadmin_video_groups.patch,
340    debian/patches/27_group_desc.patch:
341    - dropped, went into g-s-t instead.
342  * debian/system-tools-backends.install:
343    - dropped usr/share/locale - no translations anymore.
344    - dropped usr/share/system-tool-backends.
345    - added usr/share/system-tools-backends-2.0,
346    - added usr/share/dbus-1/services,
347    - added etc/dbus-1/system.d.
348  * Resynchronized with Debian, only Ubuntu changes are:
349    - debian/patches/*: Ubuntu changes.
350
351 -- Daniel Holbach <daniel.holbach@ubuntu.com>  Mon, 12 Jun 2006 17:28:22 +0200
352
353system-tools-backends (1.4.2-0ubuntu5) dapper; urgency=low
354
355  * debian/patches/27_group_desc.patch:
356    - Fixed descriptions, to remedy Malone #40802
357  * Dropped debian/patches/24_modem_group_string.patch, which added wrong
358    description to the audio group.
359
360 -- Sivan Greenberg <sivan@ubuntu.com>  Wed, 26 Apr 2006 12:39:29 +0300
361
362system-tools-backends (1.4.2-0ubuntu4) dapper; urgency=low
363
364  * debian/patches/26_services_postgresql-8.1.patch: Add postgresql-8.1 to
365    service list. Closes: LP#38852
366
367 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 10 Apr 2006 16:40:33 +0200
368
369system-tools-backends (1.4.2-0ubuntu3) dapper; urgency=low
370
371  * debian/patches/25_ubuntu_is_6_06.patch
372    - change the dapper version from 6.04 to 6.06
373
374 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 31 Mar 2006 10:27:39 +0200
375
376system-tools-backends (1.4.2-0ubuntu2) dapper; urgency=low
377
378  * debian/patches/24_modem_group_string.diff:
379    - make the help string for the dialout group more useful (malone: #22109)
380
381 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu,  2 Feb 2006 18:26:21 +0000
382
383system-tools-backends (1.4.2-1) unstable; urgency=low
384
385  * New upstream release.
386
387 -- Jordi Mallach <jordi@debian.org>  Wed, 11 Jan 2006 11:29:27 +0100
388
389system-tools-backends (1.4.2-0ubuntu1) dapper; urgency=low
390
391  * New upstream release:
392    - Network:
393      - added support for Ubuntu 5.10 and 6.04, Yoper 2.2, ArkLinux, FC4
394        and latest Mandrake/Mandriva (Juan Luis Baptiste)
395    - Services:
396      - Added support for ArchLinux (Arjan Timmerman)
397    - Time:
398      - Added support for ArchLinux (Arjan Timmerman)
399
400 -- Daniel Holbach <daniel.holbach@ubuntu.com>  Mon,  2 Jan 2006 22:11:27 +0100
401
402system-tools-backends (1.4.1-1) unstable; urgency=low
403
404  * New upstream release.
405  * Updated debian/watch file.
406
407 -- Ondřej SurÜ <ondrej@sury.org>  Fri, 30 Dec 2005 15:18:11 +0100
408
409system-tools-backends (1.4.0-1) unstable; urgency=low
410
411  * New upstream releases.
412  * Add CDBS' utils. [debian/rules]
413  * Update FSF address. [debian/copyright]
414  * Distinguish Copyright from License. [debian/copyright]
415  * Bump-up Standards-Version to 3.6.2. [debian/control, debian/control.in]
416
417 -- Loic Minier <lool@dooz.org>  Wed, 14 Sep 2005 21:48:13 +0200
418
419system-tools-backends (1.2.0-4) unstable; urgency=low
420
421  * Don't forget to remove build dir...
422
423 -- Marc DequÚnes (Duck) <Duck@DuckCorp.org>  Sat, 18 Jun 2005 11:14:34 +0200
424
425system-tools-backends (1.2.0-3) unstable; urgency=low
426
427  * Fixed FTBFS because of missing builddep on 'gnome-pkg-tools'
428    (my bad) (Closes: #314278).
429  * Update POT file during build, needed for translators
430    (Closes: #313528).
431  * Now building in 'debian/build/' directory (cleaner).
432  * Removed unnecessary DEB_CONFIGURE_SCRIPT_ENV in 'debian/rules'.
433
434 -- Marc DequÚnes (Duck) <Duck@DuckCorp.org>  Sat, 18 Jun 2005 11:07:09 +0200
435
436system-tools-backends (1.2.0-2) unstable; urgency=low
437
438  * Upload to unstable (GNOME Team upload).
439  * Corrected 'system-tools-backends-dev' Section to 'devel'.
440
441 -- Marc DequÚnes (Duck) <Duck@DuckCorp.org>  Sat, 11 Jun 2005 00:53:59 +0200
442
443system-tools-backends (1.2.0-1) experimental; urgency=low
444
445  * Initial Release.
446  * Marc DequÚnes (Duck) did all the work for this release. Thanks!
447
448 -- Jose Carlos Garcia Sogo <jsogo@debian.org>  Wed, 20 Apr 2005 23:07:33 +0200
449
Note: See TracBrowser for help on using the repository browser.