File: changelog

package info (click to toggle)
fvwm-crystal 3.3.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 19,748 kB
  • ctags: 793
  • sloc: sh: 2,815; cs: 880; python: 875; makefile: 212
file content (174 lines) | stat: -rw-r--r-- 6,865 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
fvwm-crystal (3.3.1+dfsg-1) unstable; urgency=low

  * New upstream release.
  * Drop the Debian-specific patch preventing a user to user
    ~/.fvwm-crystal to put their configuration files. Add an entry about
    this change in NEWS.Debian.
  * Bump Standards-Version to 3.9.5
  * More lintian override for icons not matching the exact dimension..

 -- Vincent Bernat <bernat@debian.org>  Fri, 14 Feb 2014 15:47:55 +0100

fvwm-crystal (3.2.7+dfsg-1) unstable; urgency=low

  * New upstream release.
     + Drop patches applied upstream (x-terminal-emulator, bashisms,
       Russian translation)
  * Demote rox-filer to suggestions and recommend pmount.
  * Fix Russian translation file charset.
  * Add gawk and xdg-user-dirs as required dependencies.

 -- Vincent Bernat <bernat@debian.org>  Sat, 07 Sep 2013 13:40:22 +0200

fvwm-crystal (3.2.5+dfsg-1) unstable; urgency=low

  * New upstream version. Closes: #501218.
  * Refresh patches.
  * Use dh for debian/rules.
  * Bump Standards-Version to 3.9.4.
  * debian/control: fix homepage.
  * debian/control: fix Vcs-* links.
  * debian/control: remove non-existant packages from dependencies.
  * debian/watch: use SourceForge.
  * Silent lintian warning about mismatching icon sizes.
  * Use bash on scripts using bashisms.
  * Simplify doc-base stuff.

 -- Vincent Bernat <bernat@debian.org>  Sun, 28 Jul 2013 21:24:48 +0200

fvwm-crystal (3.0.5.dfsg-5) unstable; urgency=low

  * Update Fvwm-AcpiBatt to work with kernels without /proc/acpi. Thanks
    to Achim Gaedke. Closes: #494907.
  * Bump to Standards-Version 3.9.0.
  * Switch to 3.0 (quilt) format.
  * No need to Build-Depends on python-dev since Arch: all.

 -- Vincent Bernat <bernat@debian.org>  Sat, 17 Jul 2010 11:41:53 +0200

fvwm-crystal (3.0.5.dfsg-4) unstable; urgency=low

  * Don't use reserved keyword "with" in python scripts. Thanks to Andreas
    Moog for the patch. Closes: #526232.
  * Bump Standards-Version to 3.8.2. No changes required.

 -- Vincent Bernat <bernat@debian.org>  Sun, 05 Jul 2009 09:40:47 +0200

fvwm-crystal (3.0.5.dfsg-3) unstable; urgency=low

  * Fix Russian translation, thanks to Alexander Galanin. Closes: #506611.
  * Fix a speed issue in createmenu.py when there are too many icons in
    the system. Thanks to Petr Gajdůšek for his help! Closes: #520782.
  * Bump Standards-Version to 3.8.1.

 -- Vincent Bernat <bernat@debian.org>  Mon, 20 Apr 2009 21:20:07 +0200

fvwm-crystal (3.0.5.dfsg-2) unstable; urgency=low

  * Fix a bashism in mplayer wrapper, thanks to Raphaël Geissert
    (Closes: #489598)

 -- Vincent Bernat <bernat@debian.org>  Mon, 07 Jul 2008 08:14:39 +0200

fvwm-crystal (3.0.5.dfsg-1) unstable; urgency=low

  * New upstream release (Closes: #431368)
     + drop 02debianmenu.dpatch which has been applied upstream
     + add 02userdirectory.dpatch to keep ~/.fvwm as user directory
       instead of ~/.fvwm-crystal which is the new upstream default; add a
       note about this in README.Debian
     + add manual pages for fvwm-crystal.mplayer-wrapper and
       fvwm-crystal.infoline, two new helpers
  * Adopt/hijack fvwm-crystal (Closes: #468644). Thanks to Michael for his
    previous work
  * Acknowledge previous NMUs (Closes: #383413, #375205, #399836)
  * debian/control:
     + update Standards-Version to 3.8.0
     + do not recommend xmms and xmms related utilities any more, add
       audacious instead (Closes: #474448, #468394)
     + depends on rxvt-unicode | x-terminal-emulator instead of a lot of
       terminals (Closes: #401822)
     + add Vcs-* and Homepage fields
  * debian/rules:
     + factor manual pages creation
     + move fvwm-crystal.generate-menu to examples
     + include /usr/share/dpatch/dpatch.make
     + remove bogus manual pages whose content is already present in
       /usr/share/doc
  * Remove empty /usr/sbin directory
  * Adjust section of doc-base files
  * Rewrite fvwm-crystal.menu-methods using a Python script to speed
    things up. We avoid a lot of shell invocations and we fix most bugs
    (Closes: #374311, #429855). Some menu entries may still fail because
    we don't invoke a shell while this is most of the time useless but
    this does not report an error. Moreover, we allow creation of icons as
    non root user (Closes: #386462)
  * Add debian/watch file

 -- Vincent Bernat <bernat@debian.org>  Sat, 21 Jun 2008 21:49:06 +0200

fvwm-crystal (3.0.3.dfsg1-0.2) unstable; urgency=low

  * Non-maintainer upload
  * Use bash instead of sh in fvwm-crystal.menu-method because of the use
    of "-r" argument not supported by dash (Closes: #375205, #399836). Of
    course, this is a quick fix.

 -- Vincent Bernat <bernat@debian.org>  Wed, 28 May 2008 09:35:04 +0200

fvwm-crystal (3.0.3.dfsg1-0.1) unstable; urgency=low

  * Non-maintainer upload.
  * Remove mozilla, opera and acroread icons and remplace them with icons from
    kde-icons-crystalclear (Closes: 389127).
    - update debian/copyright to precis these icons origin
    - rename mozilla menu entrys
  * Remove these non-free icons set: doom doom3 firefox lxdoom mozilla-firefox
    mozilla-thunderbird quake4 realplayer thunderbird ubuntu ut2004 vmware
    skype
  * Use local charset instead of ISO-8859-1 in menus (Closes: #392824)

 -- Gonéri Le Bouder <goneri@rulezlan.org>  Wed, 24 Jan 2007 22:16:48 +0100

fvwm-crystal (3.0.3-3.1) unstable; urgency=low

  * Non-maintainer upload.
  * Update package for the last python policy (Closes: 380801, 383413).

 -- Pierre Habouzit <madcoder@debian.org>  Sun,  3 Sep 2006 19:06:02 +0200

fvwm-crystal (3.0.3-3) unstable; urgency=low

  * Fix handling of special shell characters in commands of menu files Closes: #365414
    (Thanks to Michael Prokop for reporting and assistance in solving the issue)
  * Bump Standards-Version to 3.7.2

 -- Michael Stilkerich <ms@mike2k.de>  Thu,  4 May 2006 13:21:04 +0100

fvwm-crystal (3.0.3-2) unstable; urgency=low

  * Move debian menu out of /usr/share to /var/lib Closes: #358060
  * Replace / in menu titles with a single space. This is neceassary
    as fvwm-crystal codes the menu title in the entry's filename and
    / can therefore not be part of a crystal menu title.
  * add OutputEncoding directive to the menu-method
  * Thanks to Bill Allombert for reviewing the menu-method and pointing
    out the above issues.

 -- Michael Stilkerich <ms@mike2k.de>  Mon, 20 Mar 2006 19:27:04 -0800

fvwm-crystal (3.0.3-1) unstable; urgency=low

  * New upstream release Closes: #356483
  * Upstream installation system now useable
  * Menu method runnable as user
  * Update author's E-Mail address in docbase descriptions

 -- Michael Stilkerich <ms@mike2k.de>  Tue, 14 Feb 2006 23:15:01 -0800

fvwm-crystal (3.0-1) unstable; urgency=low

  * Initial release Closes: #351614

 -- Michael Stilkerich <ms@mike2k.de>  Sun,  5 Feb 2006 18:38:55 -0800