1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
|
gnome-screensaver (2.91.92-0ubuntu1~build1) natty; urgency=low
* New upstream release
-- Rodrigo Moya <rodrigo.moya@canonical.com> Fri, 25 Mar 2011 10:38:05 +0100
gnome-screensaver (2.91.90-0ubuntu1~build1) natty; urgency=low
* New upstream release
-- Rodrigo Moya <rodrigo.moya@canonical.com> Tue, 01 Mar 2011 14:00:49 +0100
gnome-screensaver (2.91.4-0ubuntu1~build2) natty; urgency=low
* debian/control:
- Use new GTK3 package names
-- Rodrigo Moya <rodrigo.moya@canonical.com> Fri, 25 Feb 2011 11:06:57 +0100
gnome-screensaver (2.91.4-0ubuntu1~build1) natty; urgency=low
* New upstream release
-- Rodrigo Moya <rodrigo.moya@canonical.com> Wed, 09 Feb 2011 17:39:44 +0100
gnome-screensaver (2.91.3-0ubuntu1~build1) natty; urgency=low
* New upstream release
-- Rodrigo Moya <rodrigo.moya@canonical.com> Tue, 25 Jan 2011 17:06:54 +0100
gnome-screensaver (2.91.2-0ubuntu1~build1) natty; urgency=low
* New upstream release
* debian/control:
- Drop build-depends on libgconf2-dev
- Bump build-depends on libgtk3.0-dev
* debian/patches/00git_gdk_window_get_geometry.patch:
- Applied upstream
-- Robert Ancell <robert.ancell@canonical.com> Wed, 05 Jan 2011 17:09:14 +1100
gnome-screensaver (2.91.1-0ubuntu1~build2) natty; urgency=low
* debian/control:
- Update Vcs-Bzr link
-- Robert Ancell <robert.ancell@canonical.com> Wed, 15 Dec 2010 18:20:11 +1100
gnome-screensaver (2.91.1-0ubuntu1~build1) natty; urgency=low
* New upstream release
* debian/control:
- Bump build-depends on libgnome-desktop-3-dev
- Build-depend on libxklavier-dev
* debian/patches/00git_gdk_window_get_geometry.patch:
- Build with the latest GTK
* debian/patches/00git_gnome_bg.patch:
* debian/patches/00git_gnome_rr.patch:
* debian/patches/00git_size_request.patch:
* debian/patches/01_libxklavier.patch:
- Applied upstream
-- Robert Ancell <robert.ancell@canonical.com> Fri, 10 Dec 2010 13:08:58 +1100
gnome-screensaver (2.91.0-0ubuntu1~build1) natty; urgency=low
* New upstream release
* debian/control:
- Bump build-depends on libgtk3.0-dev, libgnome-desktop-3-dev,
libgnotify4-dev
- Use standards-version 3.9.1
- Update Vcs-Bzr link
* debian/patches/00git_gnome_bg.patch:
* debian/patches/00git_gnome_rr.patch:
* debian/patches/00git_size_request.patch:
- Git patches to build against latest GTK+ and libgnome-desktop
-- Robert Ancell <robert.ancell@canonical.com> Wed, 08 Dec 2010 14:28:57 +1100
gnome-screensaver (2.30.2-0ubuntu1) natty; urgency=low
* New upstream release
* debian/control:
- Build-depend on dh-autoreconf, gnome-common
* debian/rules:
- Use autoreconf.mk
* debian/patches/01_libxklavier.patch:
- Correctly link dialog against libxklavier
-- Robert Ancell <robert.ancell@canonical.com> Mon, 15 Nov 2010 16:05:18 +1100
gnome-screensaver (2.30.0-1ubuntu1) maverick; urgency=low
* Merge from Debian unstable, remaining Ubuntu changes:
* debian/control:
- Don't build-depend on intltool
- Bump build-dependency on libdbus-glib-1-dev
- Add build-depend on libxtst-dev
- Add Vcs-Bzr tag
- Don't depend on gnome-session; it doesn't appear to actually be
required, xubuntu is doing fine without it
- Let xfce4-power-manager be an alternative to gnome-power-manager
- Move rss-glx from recommends to suggests
- Recommend xscreensaver-data and screensaver-gl
- Suggest xscreensaver-data-extra and screensaver-gl-extra
* debian/rules:
- Don't use debian/po-up, translation updates will be provided via
langpacks.
- don't ship the popsquares screensaver, this is already in
xscreensaver-data
* debian/gconf-defaults:
- Dropped
* debian/gnome-screensaver-command.1:
* debian/gnome-screensaver-preferences.1:
* debian/gnome-screensaver.1:
* debian/gnome-screensaver.manpages:
- Add man pages
* debian/gnome-screensaver.docs:
- Don't install docs
* debian/gnome-screensaver.install
- Install apport hook
- Install D-Bus service
- Don't install Debian specific screensaver
* debian/org.gnome.ScreenSaver.service:
- Provide a D-Bus service file so gnome-screensaver gets respawned if it
dies. This ensures screen locking will work more reliably.
* debian/source_gnome-screensaver.py
- Apport hook
* debian/patches/02_keep_unlock_raised.patch:
- ?
* debian/patches/03_fix_ltsp-fading.patch:
- Don't fade on LTSP
* debian/patches/04_force_blank_only_on_ltsp.patch:
- Disable graphics intensive modes for LTSP
* debian/patches/05_locking_for_compiz.patch:
- Stop Compiz keyboard shortcuts working when screen is locked
* debian/patches/10_legacy_scrsvr_inhibit.patch:
- Re-write to not use XTest to simulate fake key-presses in order
to reset the IDLETIME counter, as this appears to be problematic.
Use XResetScreenSaver() to do this instead. Thanks to Reinhard
Tartler for the hint
* debian/patches/11_autostart_delay.patch:
- Delay autostarting the screensaver for 5 seconds after the start
of the session
* debian/patches/12_use_dbus_service.patch:
- gnome-screensaver-command should use D-Bus to start gnome-screensaver
if it is not running.
* debian/patches/13_nvidia_gamma_fade_fallback.patch:
- Fall back to XF86VM gamma fade if XRANDR gamma fade is not supported
* debian/patches/14_no_fade_on_user_switch.patch:
- Disable fade on locking to work around LP: #546578 and prevent
the screen remaining blank after user switching. The screensaver
will still fade-in on idle though
* debian/patches/15_dont_crash_on_no_fade.patch:
- Don't crash on systems that don't support XF86VM or XRANDR gamma fade,
by testing if fade is supported on a particular screen before
calling the fade_setup and fade_finish virtual functions
* debian/patches/16_dont_crash_in_kvm.patch:
- Don't crash when the XF86VM extension doesn't allow the gamma
to be set
* debian/watch:
- Watch for unstable versions to get unstable version
-- Robert Ancell <robert.ancell@canonical.com> Mon, 07 Jun 2010 14:08:59 +1000
gnome-screensaver (2.30.0-1) unstable; urgency=low
* New upstream stable release:
+ debian/control.in:
- Update build dependencies.
-- Sebastian Dröge <slomo@debian.org> Tue, 04 May 2010 10:01:30 +0200
gnome-screensaver (2.28.3-1) unstable; urgency=high
* New upstream bugfix release.
- CVE-2010-0422, handle monitor hotplugging more securely.
- Urgency high for this and the previous security updates.
-- Emilio Pozuelo Monfort <pochu@debian.org> Mon, 15 Feb 2010 19:13:51 +0100
gnome-screensaver (2.28.2-1) unstable; urgency=low
* New upstream bugfix release.
- CVE-2010-0414, handle monitor removal more securely. Closes: #569084.
- debian/patches/01_session_inhibitors.patch:
+ Removed, fixed upstream.
* Standards-Version is 3.8.4, no changes needed.
-- Emilio Pozuelo Monfort <pochu@debian.org> Wed, 10 Feb 2010 09:59:34 +0100
gnome-screensaver (2.28.0-2) unstable; urgency=low
* Move the autostart file to /usr/share/gnome/autostart.
* Remove the old one in the postinst.
* Removed libxxf86misc-dev build-dependency. This extension has been
removed in Xorg 7.4. Closes: #559689.
* Add quilt support.
* 01_session_inhibitors.patch: stolen from upstream git. Fix a leak of
session inhibitors. Closes: #560049.
-- Josselin Mouette <joss@debian.org> Mon, 04 Jan 2010 19:09:35 +0100
gnome-screensaver (2.28.0-1) unstable; urgency=low
* New upstream release.
- Remove libglade2-dev build dependency, no longer needed.
* Standards-Version is 3.8.3, no changes needed.
-- Emilio Pozuelo Monfort <pochu@debian.org> Thu, 24 Sep 2009 18:01:13 +0200
gnome-screensaver (2.26.1-2) unstable; urgency=low
* Depend on gnome-session 2.26, it is useless without it.
Closes: #536381.
-- Josselin Mouette <joss@debian.org> Sat, 11 Jul 2009 11:34:43 +0200
gnome-screensaver (2.26.1-1) unstable; urgency=low
[ Emilio Pozuelo Monfort ]
* New upstream release.
* debian/watch: don't uupdate.
* debian/copyright: updated.
* debian/patches/01_manpages_whatis.patch: removed, fixed upstream.
* debian/rules: remove simple-patchsys.mk
* Use unstable for Vcs-*
* Standards-Version is 3.8.2, no changes needed.
* debian/rules: install gconf-defaults file with default priority.
* debian/debian-floaters.desktop:
- Remove deprecated Encoding key.
- Add trailing semicolon to Categories.
- Add full path to the Exec command, as floaters is not in PATH.
- Add OnlyShowIn: GNOME.
* Add magic to make debian-floaters.desktop translatable. Thanks
Josselin Mouette for the explanations.
- Spanish translation by Francisco Javier Cuadrado.
- Swedish translation by Martin Bagge.
- German translation by Helge Kreutzmann. Closes: #533646.
- Portuguese translation by Américo Monteiro.
[ Josselin Mouette ]
* Add French translation for the desktop file.
* Enable building of docbook documentation.
* rules, gnome-screensaver.docs: install it in a non-Redhatish place.
* A bit of cleanup in build-dependencies.
-- Josselin Mouette <joss@debian.org> Fri, 26 Jun 2009 21:46:05 +0200
gnome-screensaver (2.24.1-2) unstable; urgency=low
* Upload to unstable.
* Standards version is 3.8.1.
-- Josselin Mouette <joss@debian.org> Tue, 07 Apr 2009 11:28:17 +0200
gnome-screensaver (2.24.1-1) experimental; urgency=low
[ Emilio Pozuelo Monfort ]
* New upstream release.
- Restores the X gamma value instead of resetting it if it had been
modified. Closes: #496685.
- Update build dependencies.
- Standards-Version is 3.8.0, no changes needed.
- Add Vcs-* fields.
- Remove --with-gdm-config from DEB_CONFIGURE_EXTRA_FLAGS, it's been
removed upstream.
- patches/01_compiz_lock_bypass_CVE-2007-3920.patch:
+ Removed, it has been properly fixed in the X server.
See http://bugzilla.gnome.org/show_bug.cgi?id=488264.
- debian/gnome-screensaver.manpages,
debian/gnome-screensaver*.1:
- Removed, the manpages are now shipped and installed upstream.
[ Josselin Mouette ]
* Don’t run dh_gconf twice.
* Require libgnomekbd-dev 2.24 because of the merge with libgnomekbdui
and to ensure using libgnomekbd3.
* Include simple-patchsys.
* 01_manpages_whatis.patch: new patch; fixes bad whatis entries in the
manual pages.
-- Josselin Mouette <joss@debian.org> Wed, 10 Dec 2008 12:44:24 +0100
gnome-screensaver (2.22.2-2) unstable; urgency=low
* Suggest xscreensaver-data. Closes: #469211.
* Depend on dbus-x11 instead of dbus.
-- Josselin Mouette <joss@debian.org> Thu, 18 Sep 2008 15:57:52 +0200
gnome-screensaver (2.22.2-1) unstable; urgency=high
* New upstream bugfix release:
+ SECURITY: CVE-2008-1683 unlocks session if
it fails to get user attributes via getpwnam() (Closes: #475154).
-- Sebastian Dröge <slomo@debian.org> Wed, 16 Apr 2008 10:50:22 +0200
gnome-screensaver (2.22.1-1) unstable; urgency=low
* New upstream bugfix release.
* debian/control.in:
+ Move homepage to Homepage field.
-- Sebastian Dröge <slomo@debian.org> Wed, 02 Apr 2008 18:54:19 +0200
gnome-screensaver (2.22.0-1) unstable; urgency=medium
[ Josselin Mouette ]
* 02_clear_clipboard.patch: clear the clipboard when locking the
screen. Closes: #455484.
[ Loic Minier ]
* Add a README.Debian to document that one should disable the gnome-keyring
PAM module if the recommended libpam-gnome-keyring isn't installed;
closes: #457549.
[ Sebastian Dröge ]
* New upstream stable release:
+ Drop gnome-vfs build dependency and build depend on glib >= 2.15.0.
+ 02_clear_clipboard.patch: Dropped, merged upstream.
-- Sebastian Dröge <slomo@debian.org> Fri, 14 Mar 2008 10:15:47 +0100
gnome-screensaver (2.20.0-2) unstable; urgency=low
[ Loic Minier ]
* Build-dep on libnotify-dev for "Leave Message" functionality to actually
work; thanks Hristo Hristov; Launchpad #140866; closes: #443766.
[ Sven Arvidsson ]
* Add man pages (Closes: #438606)
[ Josselin Mouette ]
* 01_compiz_lock_bypass_CVE-2007-3920.patch: place fix of the
security upload in a proper separate patch.
* gnome-screensaver.pam: add support for pam_gnome_keyring.
* Recommend libpam-gnome-keyring.
[ Loic Minier ]
* Drop duplicate --with-gdm-config flag; thanks Ted Gould and Ubuntu;
closes: #453512.
[ Sebastian Dröge ]
* ACK NMU (Closes: #446906) and upload to unstable.
* debian/control.in:
+ Update Standards-Version to 3.7.3 (no additional changes needed).
-- Sebastian Dröge <slomo@debian.org> Mon, 10 Dec 2007 07:55:36 +0100
gnome-screensaver (2.20.0-1.1) unstable; urgency=high
* Non-maintainer upload by the testing-security team
* Prevent screen lock bypass via shortcuts when compiz is running
(Closes: #446906) Fixes: CVE-2007-3920
-- Steffen Joeris <white@debian.org> Wed, 24 Oct 2007 13:08:36 +0000
gnome-screensaver (2.20.0-1) unstable; urgency=low
[ Riccardo Setti ]
* New upstream release
* Adjusted Build-Deps
[ Josselin Mouette ]
* Remove xscreensaver-gl from Recommends as it doesn't ship any
.desktop files.
-- Josselin Mouette <joss@debian.org> Sat, 22 Sep 2007 15:07:01 +0200
gnome-screensaver (2.18.2-1) unstable; urgency=low
* New upstream stable release.
* Wrap build-deps and deps.
* Cleanups.
* Bump up Debhelper compatibility level to 5.
-- Loic Minier <lool@dooz.org> Tue, 29 May 2007 11:56:21 +0200
gnome-screensaver (2.18.1-1) unstable; urgency=low
[ Riccardo Setti ]
* New upstream release.
[ Sebastian Dröge ]
* Upload to unstable, drop check-dist include.
-- Sebastian Dröge <slomo@debian.org> Tue, 1 May 2007 20:33:17 +0200
gnome-screensaver (2.18.0-1) experimental; urgency=low
[ Riccardo Setti ]
* New upstream release
[ Loic Minier ]
* Build-dep on libgnomekbdui-dev (>= 0.1) for kbd-layout-indicator.
* Bump up libgtk2.0-dev build-dep to >= 2.10.0 to make the package
autobuildable.
-- Loic Minier <lool@dooz.org> Sun, 25 Mar 2007 19:30:28 +0200
gnome-screensaver (2.16.3-2) experimental; urgency=low
* Merge 2.14.3-2 up-to 2.14.3-4; SVN r7317:8959.
- Drop patch 00_dbus_0.90, obsolete.
- Drop patch 01_norwegian_translation_fix, merged upstream.
-- Loic Minier <lool@dooz.org> Sat, 17 Mar 2007 13:26:32 +0100
gnome-screensaver (2.16.3-1) experimental; urgency=low
* Add a get-orig-source target to retrieve the upstream tarball.
* Include the new check-dist Makefile to prevent accidental uploads to
unstable; bump build-dep on gnome-pkg-tools to >= 0.10.
* New upstream stable release; bug fixes and translations.
-- Loic Minier <lool@dooz.org> Sat, 17 Mar 2007 11:43:49 +0100
gnome-screensaver (2.16.2-1) experimental; urgency=low
* New upstream release.
* Remove duplicate build-dependency on libpam0g-dev.
-- Josselin Mouette <joss@debian.org> Fri, 8 Dec 2006 23:13:56 +0100
gnome-screensaver (2.16.0-1) experimental; urgency=low
* New upstream release.
-- Loic Minier <lool@dooz.org> Sat, 30 Sep 2006 01:29:27 +0200
gnome-screensaver (2.15.6-1) experimental; urgency=low
* New upstream development releases.
- Target at experimental.
- Build-depends on libgl1-mesa-dev, and libpam0g-dev
- Install Debian files via debian/gnome-screensaver.install instead of
debian/rules; install debian-floaters in
/usr/share/applications/screensavers instead of
/usr/share/gnome-screensaver/themes.
- Recommend xscreensaver-gl and rss-glx for additional screensavers.
- Depend on gnome-icon-theme >= 2.15.90, first version providing the
"preferences-desktop-screensaver" icon instead of "screensaver".
* Add CDBS' utils.
-- Loic Minier <lool@dooz.org> Mon, 14 Aug 2006 00:20:19 +0200
gnome-screensaver (2.14.3-4) unstable; urgency=low
[ Sven Arvidsson ]
* Fix spelling mistake in norwegian translation. (Closes: #402586)
[ Loic Minier ]
* Add a get-orig-source target to retrieve the upstream tarball.
-- Loic Minier <lool@dooz.org> Sat, 13 Jan 2007 23:30:43 +0100
gnome-screensaver (2.14.3-3) unstable; urgency=low
* Add a gconf-defaults file.
+ Set the default screensaver to be Debian floaters. (Closes: #367682)
+ Enable user switch option.
* debian/rules: Register it with priority 15
* debian/control: Build-depend on debhelper 5.0.13.
-- Gustavo Franco <stratus@debian.org> Fri, 24 Nov 2006 16:58:03 -0200
gnome-screensaver (2.14.3-2) unstable; urgency=low
* debian/patches/00_dbus_0.90.patch
- Added. Use dbus_connection_close instead of dbus_connection_disconnect,
fixes FTBS with libdbus-1 >= 0.90 (Closes: #387240)
-- Sjoerd Simons <sjoerd@debian.org> Wed, 13 Sep 2006 10:38:38 +0200
gnome-screensaver (2.14.3-1) unstable; urgency=low
[ Loic Minier ]
* Add watch file.
[ Josselin Mouette ]
* Recommend gnome-power-manager.
[ Loic Minier ]
* New upstream release.
-- Loic Minier <lool@dooz.org> Tue, 8 Aug 2006 11:28:31 +0200
gnome-screensaver (2.14.2-1) unstable; urgency=low
* New upstream release.
-- Loic Minier <lool@dooz.org> Thu, 1 Jun 2006 12:02:48 +0200
gnome-screensaver (2.14.1-1) unstable; urgency=medium
* New upstream release.
* debian/control.in:
- updated my e-mail address.
- bumped Standards-Version with no changes.
- added dependency on dbus (Closes: #353517).
- added build-dependency on libxxf86misc-dev (Closes: #357885).
-- Guilherme de S. Pastore <gpastore@debian.org> Sat, 13 May 2006 12:25:18 -0300
gnome-screensaver (2.14.0-1) unstable; urgency=low
* New upstream release
* Update description.
-- Sjoerd Simons <sjoerd@debian.org> Fri, 17 Mar 2006 11:13:32 +0100
gnome-screensaver (2.13.92-1) experimental; urgency=low
* New upstream release
* debian/patches/02_multiscreen_lifelock.patch
+ Removed. Fixed upstream
* debian/patches/01_dont_modify_bg.patch
+ Removed. Unsure if it actually fixed the bug or made the race condition
harder to trigger. So temporarely remove it for testing purposes
-- Sjoerd Simons <sjoerd@debian.org> Wed, 1 Mar 2006 14:00:18 +0100
gnome-screensaver (0.0.24-2) unstable; urgency=low
* debian/patches/02_multiscreen_lifelock.patch
+ Added. Prevent gnome-screensaver lifelock when using multiple screen.
-- Sjoerd Simons <sjoerd@debian.org> Fri, 17 Feb 2006 14:38:17 +0100
gnome-screensaver (0.0.24-1) unstable; urgency=low
[ Guilherme de S. Pastore ]
* New upstream release
[ Sjoerd Simons ]
* Upload to unstable
* Add --with-gdm-config=/etc/gdm/gdm.conf to DEB_CONFIGURE_EXTRA_FLAGS
* Add debian swirl floater screensaver. Thanks to Martin-Éric Racine
(Closes: #348281)
* Trim down the build-depends
* Add libexif-dev to the build-depends. Enables the slideshow screensaver to
rotate pictures when needed.
* debian/patches/01_dont_modify_bg.patch
+ Added. Calling gtk_widget_modify_bg seems to trigger a segv, so don't
call it.
-- Sjoerd Simons <sjoerd@debian.org> Mon, 6 Feb 2006 21:39:42 +0100
gnome-screensaver (0.0.23-2) experimental; urgency=low
* Completed copyright and licensing notes. Thanks to Marc 'HE'
Brockschmidt <he@debian.org>.
-- Guilherme de S. Pastore <guilherme.pastore@terra.com.br> Mon, 26 Dec 2005 09:57:58 -0200
gnome-screensaver (0.0.23-1) experimental; urgency=low
* New upstream release.
-- Guilherme de S. Pastore <guilherme.pastore@terra.com.br> Wed, 21 Dec 2005 21:02:45 -0200
gnome-screensaver (0.0.21-1) experimental; urgency=low
* Initial release (Closes: #317448)
-- Guilherme de S. Pastore <guilherme.pastore@terra.com.br> Tue, 6 Dec 2005 20:30:00 -0200
|