File: changelog

package info (click to toggle)
uswsusp 1.0%2B20120915-6.2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,572 kB
  • sloc: ansic: 7,164; sh: 566; makefile: 223; perl: 65
file content (544 lines) | stat: -rw-r--r-- 23,762 bytes parent folder | download
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
uswsusp (1.0+20120915-6.2) unstable; urgency=low

  * Non-maintainer upload.
  * B-d on libgcrypt20-dev instead of (dummy transition package)
    libgcrypt11-dev.  Closes: #864139

 -- Andreas Metzler <ametzler@debian.org>  Sat, 27 Oct 2018 09:52:54 +0200

uswsusp (1.0+20120915-6.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix "ftbfs with GCC-5": add patch from Andrew James:
    use C99 inline semantics.
    (Closes: #778159)

 -- gregor herrmann <gregoa@debian.org>  Sun, 19 Jul 2015 17:12:45 +0200

uswsusp (1.0+20120915-6) unstable; urgency=medium

  * Updated debian/initramfs-tools/hooks/uswsusp to allow lines with trailing
    spaces, lines starting with spaces,... like the debian/uswsusp.config and
    debian/uswsusp.postinst scripts do it. The line with the sed call was
    modified. [Closes: #758128]
  * Disabled image encryption to avoid FTBFS. I hold the bug #758995 still
    open and I will work to re-enable the encription support.
    [Closes: #763260]

 -- Rodolfo García Peñas (kix) <kix@debian.org>  Fri, 15 Aug 2014 12:53:46 +0200

uswsusp (1.0+20120915-5) unstable; urgency=low

  * Bumped Standard Version to 3.9.5.
    * Files uswsusp.config, uswsusp.postinst, uswsusp.postrm and
      uswsusp.preinst are now UTF-8.
  * Solved bug in uswsusp.config about uuid devices.
  * Added the "compile" file to "extend-diff-ignore" option in the file
    debian/source/options. This file is created by the new version of automake.
  * Updated Vcs-* fields in debian/control to use Alioth.
  * Added libswitch-perl package in debian/control, as Build dependency. The
    module switch.pm was removed from perl core, and is included as optional
    package. [Closes: #739535]

 -- Rodolfo García Peñas (kix) <kix@debian.org>  Sun, 29 Dec 2013 19:10:20 +0100

uswsusp (1.0+20120915-4) unstable; urgency=low

  * Reference swap devices as /dev/disk/by-uuid by default. [Closes: #572729]
    * Added function dev_to_uuid in debian/uswsusp.config.
  * New patch debian/patches/10_checksum_buffer_size.patch. [Closes: #638787]
    * This patch fixes the buffer overrun to fix the comparison with the image
      checksum. Patch sent by Alberto Garcia <berto@igalia.com>.

 -- Rodolfo García Peñas (kix) <kix@debian.org>  Wed, 14 Aug 2013 19:01:03 +0200

uswsusp (1.0+20120915-3) unstable; urgency=low

  * Close the problem for powerpc FTBFS.
    * New patch debian/patches/00_ppc_ftbfs.patch to patch upstream code
      that fails to build from source in PowerPC architecture.
    * The patch debian/patches/08_disable_kms_cfg_file.patch rewritten,
      is the same code, but in different files.
    * Headers for other debian/patches changed, because the code was sent
      to upstream (Forwarded fields updated).
  * Changed maintainer email address from kix@kix.es to kix@debian.org.

 -- Rodolfo García Peñas (kix) <kix@debian.org>  Sat, 06 Jul 2013 15:54:11 +0200

uswsusp (1.0+20120915-2) unstable; urgency=low

  * New upstream version. [Closes: #634117, #628546, #392168]
  * Some upstream code corrections:
    * Minor typecasting warnings:
      debian/patches/06_typecasting_warnings.patch.
    * Incorrect argument request:
      debian/patches/07_no_kms_argument.patch.
    * Disable KMS using config file:
      debian/patches/08_disable_kms_cfg_file.patch.
  * Added UUID support. [Closes: #664101, #701755, #501223]
    * Required libblkid-dev in debian/control.
    * New patch file debian/patches/05_uuid_support.patch.
  * debian/compat is now version 9.
    * debian/dirs moved to uswsusp.dirs.
    * debian/install moved to debian/uswsusp.install and rewrited.
    * debian/links moved to debian/uswsusp.links.
  * Bumped Standard Version to 3.9.4.
    * New Vcs-Browser and Vcs-Git fields.
  * debian/rules changed:
    * Removed commented lines.
    * Now uses autogen.sh.
    * Removed manpages regeneration. See below.
    * Removed dh_clean override.
      * Added extend-diff-ignore to debian/source/options.
  * Removed debian/patches/04_debian_paths.patch because ./autogen.sh
    is included in debian/rules, so modify ./configure is not needed.
    * automake and libtool are required to build the package.
      Added to debian/control.
  * Manpages are included now in upstream.
    * Manpages are now not regenerated. The package doesn't depends now on
      xml tools. docbook-xsl, docbook-xml, xsltproc and docbook2x package
      dependencies removed in debian/control.
      * debian/rules updated.
      * debian/manpages updated.
    * Removed manpage files at debian folder (debian/*.[58] debian/*.[58].xml.
    * New debian/patches/04_uswsusp_manpages.patch to change
      the suspend-utils strings to uswsusp.
    * Manpage spelling corrections [Closes: #672647].
      * Patch sent by Jon Dowland <jmtd@debian.org>.
  * debian/lintian-overrides: Added no-upstream-changelog.
  * debian/uswsusp.* debconf script rewrited.
  * Support for swap files. [Closes: #515739]
    * Removed "02" characters in debian/uswsusp.config.
      Patch sent by Alan Jenkins <alan-jenkins@tuffmail.co.uk>
  * Imagesize now is unsigned long. [Closes: #676617]
    * Patch sent by Luca Tettamanti.
  * Initramfs conf.d script moved to compiletime config conf-hooks.d.
    [Closes: #575538]
    * Comments added to the file.
  * Removed uswsusp/splash debconf template because splasy package is not
    available. Files changed: debian/uswsusp.config, debian/uswsusp.postinst
    and debian/uswsusp.templates. [Closes: #697886]
  * Template errors are now "text". [Closes: #564152]
    Templates were: uswsusp/no_snapshot and uswsusp/no_swap.
  * Updated debian/NEWS.
  * README file include more info about s2ram methods:
    Patch debian/patches/09_readme_new_options.patch.

 -- Rodolfo García Peñas (kix) <kix@kix.es>  Sun, 26 May 2013 21:24:30 +0200

uswsusp (1.0+20110509-3) unstable; urgency=low

  * New maintainer.
  * debian/control: Build-Depends, double "autotools-dev" dependency.
    Removing one of them.
  * debian/uswsusp.templates: Solved small typo in one template.
    Patch from David Prévot <taffit@debian.org> [Closes: #686258]
  * Debconf translation updates:
    - cs: Michal Šimůnek <michal.simunek@gmail.com> [Closes: #687194]
    - da: Joe Hansen <joedalton2@yahoo.dk> [Closes: #686458]
    - de: Holger Wansing <linux@wansing-online.de> [Closes: #686732]
    - es: Javier Fernández-Sanguino Peña <jfs@debian.org> [Closes: #686771]
    - fr: Christian Perrier <bubulle@debian.org> [Closes: #686911]
    - it: Luca Monducci <luca.mo@tiscali.it> [Closes: #686486]
    - jp: Victory <victory.deb@gmail.com>
    - nl: Willem Kuyn <willemkuyn@gmail.com>
    - pl: Michał Kułach <michal.kulach@gmail.com> [Closes: #686599]
    - pt: Traduz <traduz@debianpt.org> [Closes: #686734]
    - ru: Yuri Kozlov <kozlov.y@gmail.com> [Closes: #686476]
    - sk: Ivan Masár <helix84@centrum.sk> [Closes: #686532]
    - sv: Martin Bagge <brother@bsnet.se> [Closes: #688421]

 -- Rodolfo García Peñas (kix) <kix@kix.es>  Mon, 3 Sep 2012 23:11:35 +0200

uswsusp (1.0+20110509-2) unstable; urgency=low

  [ Rodolfo García Peñas (kix) ]
  * In the version 1.0-1 the uswsusp uses KMS and follow the kernel
    [Closes: #500794] 
  * Machine support using whitelist finished in version 1.0-1
    [Closes: #520848, #518369, #498195, #497848, #526938, #509635]
    [Closes: #495436, #497842, #591066, #402365, #498917, #521147]
    [Closes: #541135, #530389, #574874]
  * In version 1.0-2: Corrected the doble quote in the uswsusp hook
    [Closes: #604427]
  * All debian/patches includes now description. DEP-3
  * Debian standard version is now 3.9.2
  * Debian changelog is now DEP-5

 -- Rodolfo García Peñas (kix) <kix@kix.es>  Sun, 25 Sep 2011 16:17:13 +0200

uswsusp (1.0+20110509-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix pending l10n issues. Debconf translations:
    - Vietnamese (Clytie Siddall).  Closes: #601560
    - Dutch (willem kuyn).  Closes: #622914
    - Danish (Joe Hansen).  Closes: #624659

 -- Christian Perrier <bubulle@debian.org>  Sun, 24 Jul 2011 12:29:35 +0200

uswsusp (1.0+20110509-1) unstable; urgency=low

  [ Rodolfo García Peñas (kix) ]
  * New upstream version from git
  * Now the postinst script checks if /dev/MAKEDEV exists [Closes: #522707]
  * The uswsusp.postinst file writes correctly the conf file [Closes: #524301]
  * Added "shutdown_method" in the NOTQ in uswsusp.config. 
    Is included in the 0.7 version, but not in 0.8. [Closes: #503337]

 -- Rodolfo García Peñas (kix) <kix@kix.es>  Mon, 9 May 2011 00:04:43 +0200

uswsusp (1.0-2) unstable; urgency=low

  [ Rodolfo García Peñas (kix) ]
  * Patch for vt when not needed [Closes: #530713]
  * Corrected some spelling problems [Closes: #609418, #518636]
  * Vietnamese debconf template update [Closes: #601560]
  * The orig file includes the wlcsv2c.pl file (needed to make)
  * s2ram --force compatibility with PPC platform [Closes: #523552]
  * Corrected the doble quote in the uswsusp hook [Closes: #606732, #600572]
  * The bug #525001 was solved previously [Closes: #525001]
  * Added the > character in the uswsusp.conf file [Closes: #539116]

 -- Rodolfo García Peñas (kix) <kix@kix.es>  Thu, 18 Mar 2011 20:39:03 +0100

uswsusp (1.0-1) unstable; urgency=low

  [ Rodolfo García Peñas (kix) ]
  * New 1.0 version [Closes: #589743, #578496, #617534]
  * A lot of new machines. 
    [Closes: #552484, #576803, #528483] 
    [Closes: #495111, #595125, #486352, #433872, #590233] 
  * A new length for addressing 
    [Closes: #550725, #549118]
    (http://lkml.org/lkml/2009/11/3/377)
  * Support for Kernel Mode Set (KMS) 
    [Closes: #437094, #586674, #547158, #567604]
  * Switch to dpkg-source 3.0 (quilt) format
  * Compiled without splash support. 
    libsplash is not included in stable, many bugs.
  * Moved the manpage file "suspend.conf.8" to manual section 5.
    [Closes: #520705]

  [ Anibal Monsalve Salazar ]
  * Update uploaders list

 -- Rodolfo García Peñas (kix) <kix@kix.es>  Mon, 14 Mar 2011 08:26:16 +0100

uswsusp (0.8-1.2) unstable; urgency=low

  * Non-maintainer upload.
  * Apply patch by Robert Millan to address the 'postinst fails when
    running inside a chroot and swap is a regular file' issue.
    [Closes: #533251, #522319]

 -- Michael Prokop <mika@debian.org>  Sat, 12 Dec 2009 23:19:28 +0100

uswsusp (0.8-1.1) unstable; urgency=low

  * Non-maintainer upload to fix pending l10n issues.
  * Remove extra and useless debian/po/ff/ directory
  * Debconf translation updates:
    - Japanese. Closes: #489939
    - German. Closes: #493747
    - French. Closes: #493771
    - Romanian. Closes: #493772
    - Galician. Closes: #494050
    - Finnish. Closes: #494087
    - Italian. Closes: #494096
    - Basque. Closes: #494277
    - Basque. Closes: #494277
    - Czech. Closes: #494410
    - Swedish. Closes: #494412
    - Russian. Closes: #495412
    - Portuguese. Closes: #495451
    - Spanish. Closes: #495499
    - Slovak. Closes: #495516

 -- Christian Perrier <bubulle@debian.org>  Wed, 20 Aug 2008 09:09:13 +0200

uswsusp (0.8-1) unstable; urgency=low

  [ Michael Biebl ]
  * New upstream release (closes: #459844). 

  [ Tim Dijkstra ]
  * The "Sorry this took so long, but a baby and a house got in the way" - release
  * Add patch for LFS (closes: #451249)
  * Remove use of grep in initramfs (closes: #443434) 
  * New models in the whitelist (closes: #473160, #467109, #475367, #448484,
    #458566, #458566, #470314, #487656, #444810)
  * Ask shutdown_method at low priority (closes: #448536) 
  * Change CONFIG_SOFTWARE_SUSPEND to CONFIG_HIBERNATION (closes: #452030, #470861)
  * Update whitelist for MacBook1,1 (closes: #458308)
  * Make CLI arguments consistent, update manpages (closes: #471120)
  * Document shutdown_method (closes: #490568)
  * Debconf translation updates (closes: #470578, #491418, #489939)
    Thanks: Vincent Zweije [nl], Martin Ågren [sv], Hideki Yamane [jp]
  * Do not hang when user supplies an empty passphrase. Thanks Mikko Rapeli
    for the patch. (closes: #457963)
  * Fix typo in README (closes: #448450) 
  * Remove libzf licence from copyright file (closes: #474389) 
  * Disable erroneous comress ratio output. This is fixed upstream by now, but
    it's not worth the trouble backporting IMHO. (closes: #443677, #443818)
  * Disable improved key handeling patch. This version is not working
    anymore. New version is applied upstream, no time for backporting before 
    lenny, sorry.
  * Remove hack for devfs style node names (closes: #450680) 

 -- Tim Dijkstra <tim@debian.org>  Mon, 28 Jul 2008 23:22:26 +0200

uswsusp (0.7-1.1) unstable; urgency=low

  * Non-maintainer upload to fix longstanding l10n issues and FTBFS.
  * Fix FTBFS by (temporarily?) build-depending on glib. Thanks to
    Bart martens for the patch. Closes: #456841
  * Debconf templates and debian/control reviewed by the debian-l10n-
    english team as part of the Smith review project. Closes: #445590
  * [Debconf translation updates]
    - Romanian. Closes: #446434
    - Galician. Closes: #446608
    - Czech. Closes: #446669
    - Vietnamese. Closes: #446997
    - Finnish. Closes: #447003
    - Basque. Closes: #447228
    - Italian. Closes: #447442
    - French. Closes: #447485
    - Portuguese. Closes: #447809
    - Russian. Closes: #447901
    - Slovak. Closes: #447914, #467529
    - Brazilian Portuguese. Closes: #448103, #469874
    - Spanish. Closes: #448999
  * Fix typo in NEWS.Debian. Closes: #459443
  * [Lintian] Use the new "Homepage" field in debian/control
  * [Lintian] Drop empty /usr/share/lintian/overrides/ directory

 -- Christian Perrier <bubulle@debian.org>  Sat, 08 Mar 2008 07:44:52 +0100

uswsusp (0.7-1) unstable; urgency=low

  * New upstream. For the impatient: this closes: #441310.
  * We now depend on liblzo2 for compression, this means we remove
    liblz from the source package.
  * We can now stop suspend while using libsplashy (closes: #411061)
  * Updated s2ram manpage.
  * Add debconf translation (closes: #434667)
  * Updated whitelist (closes: #432018, 434630, 436064)
  * Fixed bad English (closes: #436534)
  * Some people think debian needs a capital (closes: #441186)
  * Change docs to use the name of the configuration file in debian
    (closes: #439928)
  * Document lack of yaird support (closes: #439433)
  * Call update-initramfs without `-k all'
  * Document that change in NEWS

 -- Tim Dijkstra <tim@famdijkstra.org>  Thu, 13 Sep 2007 22:18:46 +0200

uswsusp (0.6~cvs20070618-1) unstable; urgency=low

  * Update debconf translation (closes: #426878)
    Thanks: Clytie Siddall [vi]
  * Update whitelist
  * Fix s2ram --test
  * Really, really remove obsolete init script (closes: #410860)
  * Make s2ram --test exit with 0 for succes and 1 for fail

 -- Tim Dijkstra <tim@famdijkstra.org>  Mon, 18 Jun 2007 21:27:53 +0200

uswsusp (0.6~cvs20070513-1) unstable; urgency=low

  * New cvs snapshot
  * Update whitelist (closes: #413309, #416475)
  * Remove obsolete init.d file (closes: #410860)
  * New debconf translations (closes: #411751)
    Thanks: Rui Branco [pt]
  * Update initramfs for all kernel versions (closes: #404316)
  * Update debconf translations (closes: #417890)
    Thanks: Eddy Petri?or [ro]
  * Forward port workaround for d-i using devfs style device names this
    (closes: #411727) for sid.
  * Build against libx86-dev instead of private copy
  * Add powerpc support
  * Add poweroff as a valid shutdown method for s2disk/s2both
  * Build against new libsplashy (closes: #423204, #421718)
  * Use libsplashy "resume" mode on resume so the progressbar
    can run in the other direction (closes: #421714)

 -- Tim Dijkstra <tim@famdijkstra.org>  Sat, 12 May 2007 22:38:04 +0200

uswsusp (0.6~cvs20070202-1) unstable; urgency=low

  * This is CVS snapshot, because I commit my fixes directly in cvs.
    Also all other patches in cvs are fixes in want to include.
  * Build with splashy support
  * New debconf translations (closes: #406734, #409614)
    Thanks: Hideki Yamane [ja],  Steve Lord Flaubert [es]
  * Make resume restore loglevel when there is no image (closes: #398221)
  * Updated manpages.
  * Suggest splashy
  * Recommend initramfs-tools (>=0.75) (closes: #407898)
  * Add support for swap files in maintainer scripts
  * Don't resume in single user mode
  * Updated debconf translations (closes: #409617, #409507, #409969)
    Thanks: Daniel Nylander [sv], Luca Monducci [it], Miroslav Kure [cz],
     Florentin Duneau [fr]
  * Fix uswsusp.config to also notice other swap spaces than the biggest.
  * Remove init script. swapon now includes a patch to restore the
    swap signature on a failed resume.
  * This includes an entry for Bill's machine (closes: #410320)
  * Add some text to the README about swap files not working of < 2.6.20
  * Warn against using uswsusp and splashy from initramfs
  * Remove lintian override, resume is dynamic these days.
  * Don't put a swap file in the list if we have uname -r < 2.6.20

 -- Tim Dijkstra <tim@famdijkstra.org>  Mon, 12 Feb 2007 22:42:33 +0100

uswsusp (0.5-1) unstable; urgency=low

  * New upstream release (closes: #405771)
  * Test the exit status of update-initramfs in postrm. If u-i fails
    tell the user about it, but remove uswsusp anyway. (closes: #401390)
  * Add /usr/share/initramfs-tools/conf.d/uswsusp. This will, after
    initramfs-tools bug #376393 gets fixed, setup non-us keyboards in early
    userspace. This is needed to close: #405388
  * Add init script (A slightly simplified version from the hibernate package)
    that restores swap partitions on a failed resume. A shared solution would
    be better, but this should do it for now. (closes: #402493, #404344)
  * Wrote swap-offset manpage.
  * Make splash=y the default. If people have splash stuff installed we can
    assume they wan't to use it.
  * Add preliminary support for "resume offset" in maintainer scripts.
  * Only warn about missing snapshot report once. (closes: #403036) 

 -- Tim Dijkstra <tim@famdijkstra.org>  Wed, 10 Jan 2007 23:10:35 +0100

uswsusp (0.3~cvs20060928-6) unstable; urgency=high

  * Make suspend-keygen not fail on large keys (closes: #401102)

 -- Tim Dijkstra <tim@famdijkstra.org>  Wed, 13 Dec 2006 13:41:29 +0100

uswsusp (0.3~cvs20060928-5) unstable; urgency=high
 
  * High, because this really (hopefully) fixes the nasty bug from -4.
  * Allow keys up to and including 4096 bits, not 4094.
  * Don't complain about missing swap if we do have one, even if
    we don't have a config file (closes: #401391)

 -- Tim Dijkstra <tim@famdijkstra.org>  Sun,  3 Dec 2006 22:46:59 +0100

uswsusp (0.3~cvs20060928-4) unstable; urgency=high

  * Priority high because of trivial but highly annoying bug
  * Don't complain about missing swap if we do have one (closes: #400569)
  * Remove harmless but confusing error messages (closes: #400489) 

 -- Tim Dijkstra <tim@famdijkstra.org>  Wed, 29 Nov 2006 12:56:30 +0100

uswsusp (0.3~cvs20060928-3) unstable; urgency=medium

  * Medium priority because this contains lots of trivial but important
    changes.
  * Don't install upstreams config file (closes: #395171)
  * Override SUSPEND_DIR on the make command line instead of patching
    upstreams Makefile. removes the need for a diff.
  * New & Updated debconf translations (closes: #396680, #398829)
    Thanks Florentin Duneau [fr], Luca Monducci [it]
  * Add -lz to linker commands. libpci now needs that.
  * Temporarly add build-depends on zlibg1-dev. Depending on pciutils-dev
    should really pull that in.
  * Allow for non-active swap partitions (closes: #397214)
  * Keep the splash parameter when set in the /etc/uswsusp.conf
  * Ask encryption question at medium priority (closes: #398839)
  * Also keep shutdown_method parameter. Corresponding debconf question is
    not marked translatable. I don't intend to really ask it.
  * Fix README.Debian typos
  * Updated debconf translations (closes: #398829)
    Thanks: Miroslav Kure [cs], Jens Seidel [de], Florentin Duneau [fr],
    Luca Monducci [it], Me [nl], Eddy Petri?or [ro], Daniel Nylander [sv],
    Clytie Siddall [vi]

 -- Tim Dijkstra <tim@famdijkstra.org>  Thu, 23 Nov 2006 13:24:14 +0100

uswsusp (0.3~cvs20060928-2) unstable; urgency=low

  * Check if /proc is mounted (closes: #391065)
  * Fix typo in Description (closes: #391442)
  * Added debconf translations. (closes: #393097)
    Thanks  Eddy Petri?or [ro]], Florentin Duneau [fr]]
  * Fix ugly prompt (closes: #392169)
  * Test for snapshot support in the kernel to avoid bug reports
    of people that did not read the README
  * Fix typo in README (closes: #394002)
  * Updated debconf translations (closes: #393883)
    Thanks: Miroslav Kure [cs], Jens Seidel [de], Daniel Nylander [sv],
    Clytie Siddall [vi], Me [nl]

 -- Tim Dijkstra <tim@famdijkstra.org>  Thu, 19 Oct 2006 09:57:01 +0200

uswsusp (0.3~cvs20060928-1) unstable; urgency=low

  * This is based on a cvs version
    There haven't been a release for a while, but there has been some
    significant bug fixes and the port to libgcrypt.
  * Compile with encryption support
  * Added debconf questions for encrypt.
  * Make postinst create an RSA key if encryption is wanted
  * Wrote manpage for suspend-keygen
  * Updated README.Debian
  * Install upstream HOWTO (closes: #388492)
  * Make /dev/snapshot in postinst (closes: #388493)
  * Fix some typos in the debconf templates (closes: #388848)
  * Updated and new debconf translations. (closes: #389984)
    Thanks Miroslav Kure [cs], Jens Seidel [de], Daniel Nylander [sv],
    Clytie Siddall [vi]
  * Apparently linux should be written with a capital 'L'. (closes: #390263)  

 -- Tim Dijkstra <tim@famdijkstra.org>  Sun,  1 Oct 2006 18:35:04 +0200

uswsusp (0.2-3) unstable; urgency=low

  * Added Czech translation by Miroslav Kure. (Closes: #380465)
  * Implement distclean target for liblzf (Closes: #381697)
  * Change debconf template 'checksum' into 'compute_checksum'
    (Closes: #381694)
  * Removed superfluous comments in the option list of the s2ram manpage
  * Updated French translation by Florentin Duneau (Closes: #380110)
  * Fix FTBFS that surfaced due to new libc6-dev by adding #include
    <linux/fs.h> (Closes: #381698)

 -- Tim Dijkstra <tim@famdijkstra.org>  Wed,  9 Aug 2006 16:48:45 +0200

uswsusp (0.2-2) unstable; urgency=low

  * Fixed off-by-one error that resulted in crashes while parsing
    the config file (Closes: #379097)
  * Fixed manpage, some config options where named with underscores,
    while in reality they don't (Closes: #378060)
  * Added debconf questions for "max loglevel" and "suspend loglevel"
    and remove "loglevel", which doesn't exist. (Closes: #378060) 
  * Added french translation for debconf questions (by Florentin Duneau)
    this Closes: #379020

 -- Tim Dijkstra <tim@famdijkstra.org>  Fri, 21 Jul 2006 21:46:30 +0200

uswsusp (0.2-1) unstable; urgency=low

  * Initial release (Closes: #375217)
  * Wrote manpages
  * Wrote initramfs-tools hooks and scripts
  * README.Debian
  * Install as s2disk instead of suspend
  * Make s2disk suspend-to-both if called as s2both
  * Updated manpages to mention s2both
  * ship s2ram, explain usage in README.Debian
  * Don't build encryption support: openssl vs GPL issue
  * Wrote s2ram manpage
  * Rename to uswsusp (it won the google contest;)
  * Added debconf prompting for the contents of uswsusp.conf
    We try to detect a swap parition. If it is found all questions
    are priority medium and lower, because they have sane defaults.
  * Added liblzf to the source package. It's really small, and there
    are alternatives in debian.

 -- Tim Dijkstra <tim@famdijkstra.org>  Fri, 30 Jun 2006 09:38:19 +0200