File: changelog

package info (click to toggle)
jwm 2.3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,604 kB
  • ctags: 2,275
  • sloc: ansic: 21,262; sh: 3,137; makefile: 127; sed: 16
file content (565 lines) | stat: -rw-r--r-- 20,032 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
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
jwm (2.3.6-1) unstable; urgency=medium

  * New upstream release (closes: #834889).
  * debian/control: Use maintainer's new id.
  * debian/copyright: The license of jwm changed from GPL2+ to Expat
    (MIT License expat compatible).
  * debian/menu-method: Remove confirm attribute (closes: #822915).
  * debian/patches:
    - The following patches were sent upstream and are no longer needed:
      ~ 10-clock-24h-format.patch
      ~ 60-include-order.patch
      ~ 70-reproducible-build.patch

 -- Samuel Henrique <samueloph@gmail.com>  Sat, 20 Aug 2016 20:53:42 -0300

jwm (2.3.5-2) unstable; urgency=medium

  * Apply wrap-and-sort -a.
  * debian/control: Remove libpng12-dev in favor of libpng-dev
    (closes: #820575).

 -- Samuel Henrique Oltramari Pinto (SamuelOPH) <samueloph@gmail.com>  Sun, 10 Apr 2016 17:26:05 -0300

jwm (2.3.5-1) unstable; urgency=medium

  * New upstream release
  * debian/clean: Add contrib/Makefile (new directory with jwm logos).
  * debian/control: Standards-Version: Update to 3.9.8.
  * debian/copyright: Update upstream's copyright to 2016.
  * debian/install: Add red logo.
  * debian/patches:
    - 01-example-jwmrc.patch: Update to reflect upstream changes, default to a
      Debian themed logo as menu icon and limit its height.
    - 70-reproducible-build.patch: Update to reflect upstream changes.
    - 80-hurd-compat.patch: Remove, applied upstream.
  * debian/rules:
    - override_dh_auto_install: No more need to rename pt-br file, applied
      upstream.

 -- Samuel Henrique Oltramari Pinto (SamuelOPH) <samueloph@gmail.com>  Sat, 09 Apr 2016 17:38:50 -0300

jwm (2.3.4-3) unstable; urgency=medium

  * Upload to unstable.
  * debian/menu-method:
    - Entitize quotes, thanks to Kevin Ryde <user42@zip.com.au>
      (closes: #735608).

 -- Samuel Henrique Oltramari Pinto (SamuelOPH) <samueloph@gmail.com>  Thu, 24 Mar 2016 10:54:32 -0300

jwm (2.3.4-2) experimental; urgency=medium

  * debian/patches:
    - 80-hurd-compat.patch: Add patch to make jwm buildable on hurd by
      removing the use of SA_NOCLDWAIT.

 -- Samuel Henrique Oltramari Pinto (SamuelOPH) <samueloph@gmail.com>  Wed, 23 Mar 2016 22:47:07 -0300

jwm (2.3.4-1) unstable; urgency=medium

  [ Samuel Henrique Oltramari Pinto (SamuelOPH) ]
  * New maintainer. Thanks to all previous people that have helped this
    package, special mention to Reiner Herrmann <reiner@reiner-h.de>, whom
    happened to be preparing an QA upload while i was adopting the package,
    some of his improvements are credited in this changelog. I also would
    like to thank Joao Eriberto Mota Filho <eriberto@debian.org>, whom
    sponsored me and dedicated a lot of time and effort into checking my
    changes (closes: #789279).
  * New upstream release (closes: #805420, LP: #205431).
    - Adjustments to AltGr key handling (closes: #590621).
    - Easier desktop switching when dragging windows (closes: #567557).
    - Fix fribidi usage (closes: #739391).
    - Fix parsing commands with XML escapes (closes: #735606).
    - Polish translation (closes: #687646).
    - Update _NET_WM_STATE (closes: #718008).
  * debian/clean:
    - Add po/*.gmo.
    - Remove *.log, it's not needed.
  * debian/control:
    - Build-Depends:
      ~ Add dh-autoreconf, break wide lines and order entries.
      ~ Add dependencies to support svg and png icons (thanks to Israel Dahl
        <israeldahl@gmail.com> for the suggestion and and help), note that
        this also means more Depends to the binary as well.
    - Description: Add Openbox reference and break lines to provide a smoother
      reading experience.
    - Homepage: Remove package's field, only source needs it.
    - Vcs-Git: Use same as Vcs-Browser.
    - Suggests: Move menu to Recommends.
  * debian/copyright:
    - Add entry for new maintainer.
    - Remove unneeded fields.
    - Update years.
  * debian/docs:
    - Remove README.Debian-source.
    - Move example.jwmrc to debian/examples and remove debian/docs because
      it's empty now.
  * debian/install:
    - Add xslt that migrates 2.2 config files to 2.3 version in usr/lib/jwm.
    - Remove entry that upstream already installs.
  * debian/jwm.desktop:
    - Add keywords.
    - Rename to from Jwm.desktop to jwm.desktop.
  * debian/jwm-poweroff.sh: support different shutdown methods and frontends,
    thanks to Israel Dahl <israeldahl@gmail.com>.
  * debian/manpages: Remove, installed by upstream.
  * debian/menu: Remove in accordance with CTTE #741573.
  * debian/menu-method: Remove obsolete info and update jwm.desktop name.
  * debian/NEWS.Debian: Warn about new changes.
  * debian/patches:
    - Remove:
      ~ 30-jwmrc--terminal--browser--menu-heigh.patch: Cosmetic and relies on
        personal preferences.
      ~ 31-jwmrc--fonts.patch: Cosmetic and relies on personal preferences.
      ~ 32-jwmrc--colors.patch: Cosmetic and relies on personal preferences.
      ~ 50-jwmrc--removed-menus.patch: New patch 01-example-jwmrc.patch
        deprecate this.
      ~ 55-alt-tab.patch: Already in upstream.
      ~ 57-jwmrc--debian-include.patch: New patch 01-example-jwmrc.patch
       deprecate this.
    - Update and rename:
      ~ 03-man-jwmrc.patch: Update and rename to
        03-manual-config-location.patch (closes: #735616).
      ~ 10-jwmrc--clock-24h-format.patch: Update and rename to
        10-clock-24h-format.patch.
    - New:
      ~ 01-example-jwmrc.patch: Use debian menu and add IconPath (LP: #250208).
  * debian/README.Debian:
    - Remove file, it's obsolete and one of the causes of #735616.
  * debian/README.Debian-source: Remove file, it's obsolete and not necessary.
  * debian/rules:
    - Add autoreconf (closes: #727911).
    - Fix typo at DEB_LDFaLAGS_MAINT_APPEND.
    - Remove unneeded pedantic export.
    - override_dh_auto_install: Changes to comply with ISO 639-1.
    - override_dh_install: Remove, it's not needed.
    - override_dh_installchangelogs: Remove, it's not needed.
  * debian/TODO:
    - Remove, used by last maintainer and obsolete.
  * debian/upstream.changelog:
    - Remove because it is not necessary.

  [ Reiner Herrmann ]
  * debian/control:
    - Build-Depends: Drop unneeded build dependencies and versions.
  * debian/patches:
    ~ 60-include-order.patch: fix inconsistent include order (closes: #748592).
    ~ 70-reproducible-build.patch: Allows reproducible building.
  * debian/rules: Enable parallel building.

  [ Norbert Preining ]
  * Remove all maintainer scripts.
  * Stop fetching changelog from defunct svn repo.
  * Use dh_installwm instead of manually crafted maintainer scripts.

 -- Samuel Henrique Oltramari Pinto (SamuelOPH) <samueloph@gmail.com>  Wed, 16 Mar 2016 20:05:26 -0300

jwm (2.1.0+svn579-3) unstable; urgency=medium

  * QA upload.
  * Set Debian QA Group as maintainer (see #789279).
  * debian/changelog:
    - Break long changelog line from previous entry.
  * debian/clean:
    - Add po/{Makefile,Makefile.in} to allow build twice.
  * debian/control:
    - Homepage: Add field.
    - Standards-Version: Update to 3.9.7.
    - Vcs-Browser: Use secure protocol https.
    - Vcs-git: Use canonical URL with https.
  * debian/copyright:
    - Source: New upstream url.
  * debian/watch:
    - Correct url and regex to detect new releases.
    - Update to watch 4.

 -- Samuel Henrique Oltramari Pinto (SamuelOPH) <samueloph@gmail.com>  Wed, 09 Mar 2016 22:03:42 -0300

jwm (2.1.0+svn579-2) unstable; urgency=low

  * debian/control:
    - (Depends): Remove iceweasel | www-browser to reduce depends 
      (Closes: #93606).
    - (Standards-Version): Update to 3.9.4.
  * debian/patches
    - (50): Comment out gnome-www-browser.

 -- Jari Aalto <jari.aalto@cante.net>  Tue, 20 Nov 2012 07:02:17 +0200

jwm (2.1.0+svn579-1) unstable; urgency=low

  * New upstream release.
  * debian/patches
    (02): Remove. Use destdir accepted upstream.

 -- Jari Aalto <jari.aalto@cante.net>  Sat, 07 Jul 2012 08:43:35 +0300

jwm (2.1.0-3) unstable; urgency=low

  * debian/control
    - (Description): Adjust wording about memory usage (Closes: #663996).
    - (Standards-Version): Update to 3.9.3.1.
  * debian/rules
    - Fortify code with all hardening flags enabled, including
      CPPFLAGS (closes: #662802).

 -- Jari Aalto <jari.aalto@cante.net>  Sat, 24 Mar 2012 06:44:32 -0400

jwm (2.1.0-2) unstable; urgency=low

  * Bug fixed in 2.1.0-1 but not closed
    - Makefile.in -- add DESTDIR support (Closes: #560836).
  * debian/compat
    - Update to 9.
  * debian/control
    - (Build-Depends): Update to debhelper 9.
      Change libpng12-dev to libpng-dev; libpng 1.5 transition
      <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650601>.
    - (Depends): Add x-terminal-emulator, www-browser.
    - (Standards-Version): Update to 3.9.3.
  * debian/copyright
    - Update to Copyright Format 1.0.
  * debian/menu-method
    - Rewrite. Output to /etc/jwm/debian-menu (Closes: #588597, #470416).
  * debian/patches
    - (57): New. Include debian from dir /etc/jwm (Closes: #392838).
  * debian/rules
    - Install system.jwmrc (Closes: #644625).
    - Use hardened CFLAGS.
      http://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags

 -- Jari Aalto <jari.aalto@cante.net>  Mon, 05 Mar 2012 16:48:00 -0500

jwm (2.1.0-1) unstable; urgency=low

  * New upstream release
    - Manual page fixes (Closes: #559166, #559167, #559169).
    - EXEC: is not working from .jwmrc (Closes: #582841).
      Upstream: "This should be fixed now. I just tested it and it works
      for me".
    - Iceweasel cannot be expanded fullscreen; works in other WMs
      (Closes: #589376). Upstream: "I believe this has been fixed. I am
      able to use Firefox in fullscreen mode without any problems".
    - Multibytes characters title cannot be displayed (Closes: #458826).
      Upstream: "This has been fixed (I don't know how to test it though)".
    - Browser's javascript steals focus. Works in other WMs (Closes: #636842).
      Upstream: "I'm not able to reproduce this with the current version."
  * debian/*.mk
    - Remove. No longer needed.
  * debian/clean
    - New file. Clean up temporary files (FTBFS; Closes: #643173).
  * debian/compat
    - Update to 8.
  * debian/control
    - (Build-Depends): debhelper 8.
    - (Standards-Version): Update to 3.9.2.
    - (Vcs-*): New headers.
  * debian/copyright
    - Update to DEP 5.
  * debian/install
    - New file.
  * debian/jwm.examples
    - Remove. Handled by newest debhelper.
  * debian/jwm.*
    - Rename all file to not include package prefix.
  * debian/debian.menu-methods.sh
    - Add final newline.
  * debian/NEWS.Debian
    - Delete extra whitespaces.
  * debian/patches
    - Refresh patches (FTBFS; Closes: #643173).
    - (7x): Remove all manual page patches; accepted upstream.
  * debian/rules
    - Clean up code for minimalist dh(1).
    - (get-changelog): New.
    - (override_dh_installchangelogs): New.
  * debian/upstream.changelog
    - New file.

 -- Jari Aalto <jari.aalto@cante.net>  Tue, 27 Sep 2011 18:54:47 +0300

jwm (2.0.1-3) unstable; urgency=low

  * debian/control
    - (Build-Depends): update to debhelper 7.1. Add libfribidi-dev.
    - (Standards-Version): update to 3.8.4.
  * debian/rules
    - Update to dh(1)
    - (binary-arch): add dh_installwm.
  * debian/patches
    - (Number 77): Compile fix for libfribidi-dev 0.19.2-1. The
      library's header files have changed.
  * debian/rules:
     - Remove rules handled by dh(1).

 -- Jari Aalto <jari.aalto@cante.net>  Wed, 10 Mar 2010 09:09:11 +0200

jwm (2.0.1-2) unstable; urgency=low

  [ Jari Aalto ]
  * Upgrade package to "3.0 (quilt)".
  * debian/changelog
    - Improve layout of all releases (canonical form).
  * debian/compat:
    - Update to 7
  * debian/control
    - (Build-Depends): update debhelper to 7. Remove dpatch.
    - (Homepage): New field.
    - (Standards-Version): update to 3.8.3.
    - (Suggests): New. Add x11-apps (xload).
    - (Uploaders): Remove; not applicable.
  * debian/debian-autotools.mk
    - New file
  * debian/Jwm.desktop
    - [Window Manager](Terminal, TryExec): New attributes. Thanks to
      Stefan Pofahl <stefan@pofahl.de>. (Closes: Bug#508073, #546510).
    - [Desktop Entry](Encoding): Remove, no longer needed.
  * debian/jwm.examples
    - New file.
  * debian/jwm.manpages
    - New file.
  * debian/jwm.menu-method
    - (postoutput): Add shutdown-menu. Thanks to Stefan Pofahl
       <stefan@pofahl.de>
    - Fix A-Tab keycode. Thanks to Frank Siebler <siebler@gmx.net>
  * debian/jwm-poweroff.sh
    - New script for the shutdown menu
  * debian/patches
    - Convert all dpatch files to quilt series.
  * debian/README.Debian
     - Remove duplicate compilation information that is in
       README.Debian-source.
  * debian/rules
    - Clean rules and use debian-autotools.mk.
    - (install): Rewrite. Do not use upstream Makefile at all (too many
      problems).
    - (install): Correct location of *.desktop directory (Closes: #559599).
  * debian/source/format
    - New file
  * debian/watch
    - Tighten regexp.

  [ Ricardo Mones ]
  * debian/changelog
    - Fix a couple of typos.
  * debian/control
    - (Description): more typos fixed.

 -- Jari Aalto <jari.aalto@cante.net>  Sat, 12 Dec 2009 22:28:59 +0200

jwm (2.0.1-1) unstable; urgency=low

  * New upstream release (Closes: #384553
  * debian/control
    - (Description): Reworded. Add 2 spaces in front of URL.
    - (Build-Depends): Added dpatch.
  * debian/copyright
    - Update to latest template.
    - Mention Debian source repository.
  * debian/menu:
    - Change output encoding from ISO-8859-1 to UTF-8
      to work with C locales. (Closes: #392845)
    - Change WindowManagers to 'Window Managers'
  * debian/menu-method
    - include menu.h without path component (Closes: #408519).
  * debian/patches
     - New. Convert package to dpatch format.
  * debian/rules
    - Change -$(MAKE) to fix lintian warning.
  * debian/watch
    - New file.
  * src/Makefile.in
    - Add patch 60 to comment out strip (Closes: #437244)

 -- Jari Aalto <jari.aalto@cante.net>  Thu, 02 Aug 2007 10:45:54 +0300

jwm (1.5-1) unstable; urgency=low

  * New upstream release.
  * debian/menu
    - New file. Added jwm.menu-methods (initial
      code sent by Paolo D'Emilio <kaysix AT olografix.org>; thanks).
    - Add IconPath to include /usr/X11R6/include/X11/pixmaps.
    - Update restart and exit icon *.xpm names.
    - User menus do not yet work: added to TODO.
    - Reduce tray size from 32 to 24 pixels to make more room under 1024x768
      laptops (size comparable to e.g. fluxbox)
  * debian/jwm.menu-method
    - Correct menu path from
      /usr/sbin/install-menu to /usr/bin/install-menu
  * debian/jwm.menu
    - Correct package name: pwm => jwm. Removed
      commands: exit, restart.
  * debian/control
    - (Build-depends): Add libxft-dev, libxrender-dev,
      libfontconfig1-dev, zlib1g-dev. Removed libx11-dev, x-dev

 -- Jari Aalto <jari.aalto@cante.net>  Wed, 29 Mar 2006 14:36:49 +0300

jwm (1.4-1) unstable; urgency=low

  * New upstream release.

 -- Jari Aalto <jari.aalto@cante.net>  Sun, 26 Feb 2006 23:53:59 +0200

jwm (1.3-1) unstable; urgency=low

  * New upstream release.

 -- Jari Aalto <jari.aalto@cante.net>  Sun,  5 Feb 2006 22:57:26 +0200

jwm (1.1-1) unstable; urgency=low

  * New upstream release.
  * debian/control
    - (Build-Depends): Add libpng12-dev, libxpm-dev, libxinerama-dev
    - (Description) format to fit in 80 characters.

 -- Jari Aalto <jari.aalto@cante.net>  Sat,  4 Feb 2006 13:08:37 +0200

jwm (0.23-3.1) unstable; urgency=high

  * Non-maintainer upload.
  * High-urgency upload for RC bugfix.
  * debian/control
    - Build-depend on libxext-dev and libxpm-dev instead of on the obsolete
      xlibs-dev; thanks to Justin Pryzby <justinpryzby@users.sf.net> for
      testing. See <http://wiki.debian.org/DependsXlibsDev>.
      Closes: #346625. (FTBFS: build-depends on removed xlibs-dev).
  * Re-run autoconf to pull in a current version of AC_PATH_X, to avoid a
    build-dep on libxt-dev.

 -- Steve Langasek <vorlon@debian.org>  Tue, 17 Jan 2006 05:12:03 -0800

jwm (0.23-3) unstable; urgency=medium

  * debian/changelog
    - (urgency): Set to medium. Restore /usr/bin/x-window-manager.
  * debian/control
    - (Homepage): more accurate location (wishlist; Closes #327013)
    - (Description): Update wording.
  * debian/jwm.postinst
    - Accidental /usr/bin/x-window-manager link deletion.
      (important; Closes: #327136).

 -- Jari Aalto <jari.aalto@cante.net>  Fri,  9 Sep 2005 13:49:37 +0300

jwm (0.23-2) unstable; urgency=low

  * debian/control
    - (Provides): Add "x-window-manager". See Debian Policy
      Manual Chapter 11 - Customized programs: 11.8.3 Packages providing a
      terminal emulator. See also 7.4 Virtual packages - Provides.
  * debian/copyright
    - Updated new FSF address
  * debian/jwm.postinst
    - Register /etc/alternatives with priority 20.
  * debian/jwm.prerm
    - New file. Unregister /etc/alternatives
  * debian/patches
    - Closes: #326420 (serious; amd64/unstable compile error fix).
      src/hint.c::GetWindowAtom() arg: CARD32 *value => Window *value.
      Patch thanks to Andreas Jochens <aj@andaco.de>
  * debian/TODO.Debian
    - Rename to debian/TODO due to dh_installdocs(1).
  * Misc Notes
    - Send notification to upstream about rest of the compiler warnings.

 -- Jari Aalto <jari.aalto@cante.net>  Sat,  3 Sep 2005 14:02:01 +0300

jwm (0.23-1) unstable; urgency=low

  * Initial Debian release (sponsored; David Moreno Garza).
    Closes: #323353 (WNPP RFP; retitled ITP)
  * debian/control
    - (Build-Depends): Remove gcc. Unnecessary.
  * debian/rules
    - Remove non-used dh_* lines.
  * Misc Notes
    - All revision numbers changed due to Debian ftp-master
      message that orig.tar was not uploaded. Started at N.N-1

 -- Jari Aalto <jari.aalto@cante.net>  Mon, 29 Aug 2005 22:24:15 +0300

jwm (0.23-0.11) unstable; urgency=low

  * debian/Jwm.desktop
    - New file for /usr/share/xsessions/

 -- Jari Aalto <jari.aalto@cante.net>  Mon, 29 Aug 2005 09:06:32 +0300

jwm (0.23-0.10) unstable; urgency=low

  * debian/control
    - (Depends): Remove debhelper(1) ${misc:Depends}. Unnecessary.
    - (Suggests): Add 'menu'.
  * debian/dirs
    - Remove. Unnecessary
  * debian/rule
    - Change --sysconfig to /etc/jwm
  * debian/jwm.postrm
    - New file.

 -- Jari Aalto <jari.aalto@cante.net>  Sun, 21 Aug 2005 11:37:40 +0300

jwm (0.23-0.9) unstable; urgency=low

  * debian/compat
    - New file.

 -- Jari Aalto <jari.aalto@cante.net>  Fri, 19 Aug 2005 11:07:40 +0300

jwm (0.23-0.8) unstable; urgency=low

  * debian/control
    - Fix Build-Depends and tested with pbuilder(1)

 -- Jari Aalto <jari.aalto@cante.net>  Thu, 18 Aug 2005 00:48:04 +0300

jwm (0.23-0.7) unstable; urgency=low

  * debian/control
    - Fix missing newline. Updated policy to 3.6.2

 -- Jari Aalto <jari.aalto@cante.net>  Wed, 17 Aug 2005 17:46:38 +0300

jwm (0.23-0.6) unstable; urgency=low

  * example.jwmrc
    - Change border's width and height twice smaller.

 -- Jari Aalto <jari.aalto@cante.net>  Tue, 16 Aug 2005 13:41:03 +0300

jwm (0.23-0.5) unstable; urgency=low

  * example.jwmrc
    - Remove non-existing programs.
    - Change to use better default font.

 -- Jari Aalto <jari.aalto@cante.net>  Tue, 16 Aug 2005 13:41:03 +0300

jwm (0.23-0.4) unstable; urgency=low

  * debian/rules
    - (configure): Add --sysconf option to put files in /etc

 -- Jari Aalto <jari.aalto@cante.net>  Tue, 16 Aug 2005 12:24:10 +0300

jwm (0.23-0.3) unstable; urgency=low

  * Move /etc/system.jwmrc to /etc/jwmrc

 -- Jari Aalto <jari.aalto@cante.net>  Tue, 16 Aug 2005 12:13:05 +0300

jwm (0.23-0.2) unstable; urgency=low

  * Move /usr/etc/system.jwmrc to /etc

 -- Jari Aalto <jari.aalto@cante.net>  Tue, 16 Aug 2005 12:12:03 +0300

jwm (0.23-0.1) unstable; urgency=low

  * Initial private package.

 -- Jari Aalto <jari.aalto@cante.net>  Tue, 16 Aug 2005 11:00:32 +0300