]> git.deb.at Git - pkg/blosxom.git/blob - debian/changelog
Use "set -e" instead of "-e" option to sh in maintainer scripts
[pkg/blosxom.git] / debian / changelog
1 blosxom (2.1.2-2) UNRELEASED; urgency=medium
2
3   * Apply patch by Chris Lamb to make the build reproducible.
4   * Update my e-mail address.
5   * Use "set -e" instead of "-e" option to sh in maintainer scripts.
6
7  -- Axel Beckert <abe@debian.org>  Sat, 07 Feb 2015 13:54:51 +0100
8
9 blosxom (2.1.2-1) unstable; urgency=high
10
11   * New upstream release: Fixes Cross-Site Scripting (XSS) vulnerability with
12     respect to unknown flavours (CVE-2008-2236) (closes: #500873)
13   * Corrected Axel's email address in Uploaders field, sorry.
14   * Corrected Vcs-Browser entry in debian/control.
15
16  -- Gerfried Fuchs <rhonda@debian.at>  Thu, 02 Oct 2008 13:38:39 +0200
17
18 blosxom (2.1.1-1) unstable; urgency=low
19
20   [ Gerfried Fuchs ]
21   * New upstream release which fixes a regression from the previous blosxom
22     2.0 version we have currently in stable (closes: #492987)
23   * Add Vcs-* informations to source control file.
24   * Forgot to mention in the previous upload that I added Axel Beckert as
25     Co-Maintainer. Welcome on board. :)
26   * Update debian/README.Debian with more current informations, especially
27     related to referencing the proper URLs (closes: #492985)
28   * Add the moved $encode_xml_entities config option to blosxom.conf, too.
29
30   [ Axel Beckert ]
31   * Clearified debian/NEWS.Debian with respect to rss aggregators.
32   * Fix copyright year information for Rael on blosxom.cgi.
33
34  -- Gerfried Fuchs <rhonda@debian.at>  Thu, 07 Aug 2008 17:15:31 -0300
35
36 blosxom (2.1.0-1) unstable; urgency=low
37
38   * New upstream release which did incorporate all patches and in parts also
39     improved them. Wooh.
40   * Updated blosxom.conf with additional default values.
41   * Added NEWS.Debian entry about the most important changes triggered by
42     that.
43   * Fixed/Updated copyright informations.
44   * Install now available upstream ChangeLog.
45   * Added watch file.
46   * Moved timezone plugin to /etc/blosxom/plugins-available so people can
47     symlink if they like but are not forced to use it (closes: #237018)
48   * Added new 00RssLimit plugin, enabled by default, with limited to 5
49     entries in RSS flavours, no change for others (closes: #373570)
50   * Generate conffiles file automatically to not miss anything
51   * Changed postrm symlink cleanup to cleaning every symlink in the flavours
52     dir (Closes: #454942, #486924)
53   * Added preinst script to cleanup flavour symlinks which aren't shipped
54     anymore, removed old postinst script.
55   * Changed postrm to only do the cleanup when the directory still exists,
56     thanks to Carsten Hey for pointing it out.
57   * Bumped Standards-Version to 3.8.0:
58     - Added Homepage: to control file.
59   * Removed debian/compat which wasn't used anymore anyway.
60   * Fixed a typo in the former changelog entry.
61
62  -- Gerfried Fuchs <rhonda@debian.at>  Fri, 25 Jul 2008 16:19:49 +0200
63
64 blosxom (2.0-15) unstable; urgency=low
65
66   * The "is it this time of the year again..." release.
67   * Set myself as lone maintainer.
68   * Remove debhelper stuff.
69   * Remove debconf handling for upgrades since before sarge release
70     (closes: #388830, #313164, #422247, #420956)
71   * Fixed image URL in cgi script (closes: #406445)
72   * Pulled fix for xml breakage from new sf.net upstream release
73     (closes: #280912)
74   * Fixed postrm (closes: #372480)
75   * debian/rules: Removed some cruft.
76   * Use ctime from POSIX instead of Time::localtime which seems to break
77     localtime()'s $isdst which is needed to fix the timezone handling for
78     nice_date (closes: #233403)
79   * Get rid of param("-f") and replace it by more flexible usable
80     $ENV{BLOSXOM_CONFIG_FILE} (closes: #423441, #234309)
81   * Add a NEWS.Debian file about these changes.
82
83  -- Gerfried Fuchs <rhonda@debian.at>  Fri, 27 Jul 2007 16:53:14 +0200
84
85 blosxom (2.0-14) unstable; urgency=low
86
87   alfie:
88   * Added debconf translations:
89     Czech by Miroslav Kure (closes: #315832)
90     Vietnamese by Clytie Siddall (closes: #313163)
91     Swedish by Daniel Nylander (closes: #339787)
92     Spanish by César Gómez Martín (closes: #333890)
93   * Updated URLs in copyright file, noticed by Alexander Schmehl
94     (closes: #366326)
95   * Added | debconf-2.0 alternative (closes: #331763)
96   * Set debhelper compat to 5 and bumped standards version to 3.7.2.
97
98  -- Gerfried Fuchs <alfie@debian.org>  Thu, 25 May 2006 02:10:23 -0500
99
100 blosxom (2.0-13) unstable; urgency=medium
101
102   * The "last minute flight to sarge" release
103   alfie:
104   * Updated ja debconf translation from Hideki Yamane (closes: #311173)
105
106  -- Gerfried Fuchs <alfie@debian.org>  Tue, 31 May 2005 14:49:17 +0200
107
108 blosxom (2.0-12) unstable; urgency=high
109
110   * The "... and some other parts" release
111   alfie:
112   * Don't make the flavour symlinks symlinks to themselves but instead to the
113     real files (closes: #303963)
114   * Remove /var/www/blosxom/flavours from the package, it isn't used
115     anymore.
116   * Changed dpkg --compare-versions from lt-nl to lt in postinst. We want to
117     create the symlinks on new installs, too.
118   * Remove flavour symlinks again on purge.
119
120  -- Gerfried Fuchs <alfie@debian.org>  Fri, 15 Apr 2005 08:31:46 +0200
121
122 blosxom (2.0-11) unstable; urgency=low
123
124   * The "you'll always miss some part of testing" release
125   alfie:
126   * Added /var/lib/blosxom/data/flavours directory to package and use the
127     correct path in postinst to let the postinst symlink stuff actually work
128     *sighs* (closes: #302168)
129   * Make the backup of old data not fail (closes: #302277)
130   * Changed /var/lib/blosxom/static to www-data too, to allow the cgi script
131     be triggering static rendering.
132   * Added an entry about the new setup to README.Debian.
133   * Updated fr debconf translation from Nicolas Bertolissio (closes: #302243)
134
135  -- Gerfried Fuchs <alfie@debian.org>  Fri, 01 Apr 2005 07:51:51 +0200
136
137 blosxom (2.0-10) unstable; urgency=low
138
139   alfie:
140   * Really break blosxom, for the sake of a clean package for the release:
141     - Changed datadir to /var/lib/blosxom/data (closes: #230797)
142     - Changed plugin_dir to /etc/blosxom/plugins (closes: #265021)
143     - Save old plugins to /root/blosxom.XXXXXX to not loose them.
144     - Changed plugin_state_dir to /var/lib/blosxom/state
145     - Changed static_dir to /var/lib/blosxom/static
146     - Added critical debconf note about this all.
147     - Updated manual page with that information.
148   * Move DH_COMPAT level to debian/compat.
149   * Lowercased first letter of short description.
150   * Added pt_BR debconf translation from André Luís Lopes (closes: #297061)
151   * Fixed the most annoying flavour flaws, updated the URL.
152
153  -- Gerfried Fuchs <alfie@debian.org>  Tue, 29 Mar 2005 13:34:49 +0200
154
155 blosxom (2.0-9) unstable; urgency=high
156
157   alfie:
158   * Added debconf translations:
159     French by Nicolas Bertolissio (Closes: #266941)
160     Japanese by Hideki Yamane (Closes: #270469)
161     Thanks!
162   * Fix generated HTML, reported by Mattia Monga (Closes: #270780)
163   * Sorry for the delayed upload -- I thought I had done this in ages... This
164     is the timestamp for when I've done it:  Thu, 18 Nov 2004 19:32:53 +0100
165     *blushes*
166
167  -- Gerfried Fuchs <alfie@debian.org>  Wed, 02 Feb 2005 13:26:28 +0100
168
169 blosxom (2.0-8) unstable; urgency=low
170
171   alfie:
172   * New co-maintainer: me, myself and I.
173   * Moved dependency on httpd to Recommends (Closes: #260932)
174   * Switched to po-debconf (Closes: #239866)
175   * Added German debconf translation done by myself.
176
177  -- Gerfried Fuchs <alfie@debian.org>  Tue, 10 Aug 2004 12:46:25 +0200
178
179 blosxom (2.0-7) unstable; urgency=low
180
181   * New maintainer. Thanks to Dirk Eddelbuettel for maintaining it before
182     me.
183   * pb_blosxom.gif: Moved out of /usr/share/apache/icons, into
184     /var/www/blosxom/images in case apache is not the webserver.
185     (Closes: #229284)
186
187  -- Pascal Hakim <pasc@debian.org>  Sat, 31 Jan 2004 16:59:08 +1100
188
189 blosxom (2.0-6) unstable; urgency=low
190
191   * blosxom.cgi: Undo blunder created manually applying last patch
192
193  -- Dirk Eddelbuettel <edd@debian.org>  Fri, 16 Jan 2004 20:43:56 -0600
194
195 blosxom (2.0-5) unstable; urgency=low
196
197   * blosxom.cgi: Applied patch by Alexander Zangerl to support an new
198     command-line option '-f conffile' (Closes: #227891)
199
200  -- Dirk Eddelbuettel <edd@debian.org>  Thu, 15 Jan 2004 21:50:07 -0600
201
202 blosxom (2.0-4) unstable; urgency=low
203
204   * plugins/timezone: Version 0.0.1 by Raffi Krikorian added from
205     Blosxom's plugin registry; this sets the $ENV{TZ} variable to a
206     configurable string
207   * blosxom.cgi: Added POSIX::tzset() call and assignment of POSIX::tzname()
208     to get the timezone name into the $tz variable
209   * blosxom.cgi: Modify rss expression for story to show $tz instead of GMT
210
211  -- Dirk Eddelbuettel <edd@debian.org>  Wed,  7 Jan 2004 19:27:32 -0600
212
213 blosxom (2.0-3) unstable; urgency=low
214
215   * debian/blosxom.7: Correct location of configuration file in the
216     contributed manual page. (Closes: #226189)
217   * blosxom.cgi: Applied patch by Ivo Timmerman and Mark Howard posted on
218     http://people.debian.org/~keybuk/planetdebian/ to add timestamps to the
219     the rss feed
220
221  -- Dirk Eddelbuettel <edd@debian.org>  Wed,  7 Jan 2004 15:19:40 -0600
222
223 blosxom (2.0-2) unstable; urgency=low
224
225   * debian/blosxom.conf: Change $plugin_state_dir to /var/lib/blosxom
226     as the /usr/ partition could potentially be mounted read-only
227   * debian/rules: Fix $plugin_state_dir owner/group/mode (Closes: #210667)
228
229  -- Dirk Eddelbuettel <edd@debian.org>  Fri, 12 Sep 2003 20:35:06 -0500
230
231 blosxom (2.0-1) unstable; urgency=low
232
233   * Upgraded to new major release
234   * Derek Laventure <derek@openflows.org> provided help with the 2.0 release :
235     - Added 'config' and 'flavourdir' plugins to main package
236     - plugin/flavourdir: Set $fallback_to_datadir=1
237     - debian/control: Updated Description for blosxom 2.0 series
238     - debian/control: Build-Depends  for debhelper now >>4.0.0
239     - debian/README.Debian: Provide some info on plugins
240   * Dirk Eddelbuettel
241     - Build blosxom_2.0.orig.tar.gz from the upstream files blosxom.zip and
242       blosxom_flavour_sampler.zip as well as the two included plugins
243     - blosxom.cgi: Re-applied small patches for configuration in /etc/
244       as well as source URL for pb_blosxom.gif in the local /icons dir
245     - debian/rules: Also install flavours/ examples
246     - debian/README.Debian: Updated
247     - debian/copyright: Added short comment re upstream locations
248     - debian/control: Upgraded Standards-Versuin to 3.6.0
249
250  -- Dirk Eddelbuettel <edd@debian.org>  Wed, 23 Jul 2003 23:01:00 -0500
251
252 blosxom (1.2-2) unstable; urgency=low
253
254   * blosxom.cgi: Read configuration file from /etc/blosxom/blosxom.conf,
255     and not from /etc/default/blosxom (Closes: #192947)
256   * debian/rules: Use /etc/blosxom/blosxom.conf, not /etc/default/blosxom
257   * debian/preinst: If found, preserve previous config file as backup copy
258   * debian/template: Update location entry for config directory
259
260   * As the previous entries indicate, a config file has moved its location
261     from 1.2-1. Previous copies are preserved, but settings will have to
262     be transferred manually.
263
264  -- Dirk Eddelbuettel <edd@debian.org>  Sun, 11 May 2003 17:30:25 -0500
265
266 blosxom (1.2-1) unstable; urgency=low
267
268   * New maintainer -- thanks to Mark Nozell for the prior work on blosxom.
269   * Updated to latest stable blosxom version 1.2 (Closes: #181892)
270   * Created proper orig.tar.gz containing blosxom.cgi and pb_blosxom.gif
271   * blosxom.cgi: Added small patch to read configuration from files
272     /etc/default/blosxom and /etc/blosxom.conf, if found (Closes: #179431)
273   * blosxom.cgi: Re-applied change to load pb_blosxom.gif from local copy
274   * /etc/default/blosxom: New conffile (implicitly via debhelper)
275   * debian/{preinst,template}: Save old script to /tmp if we're upgrading from
276     an earlier version which will have stored config info in the cgi script
277   * debian/rules: Create /var/www/blosxom (Closes: #182516)
278   * debian/rules: Rewritten based on current debhelper stanza
279   * debian/copyright: Edited slightly to personal conventions
280   * debian/control: Updated maintainer, and edited Description
281   * debian/*: Delete a bunch of unused files generated by debmake
282   * debian/README.Debian: Deleted, moved note about upstream to copyright.
283   * debian/README: New location of README derived from blosxom webpage
284   * debian/blosxom.7: Corrected nroff markup.
285
286  -- Dirk Eddelbuettel <edd@debian.org>  Sat, 15 Mar 2003 02:17:05 -0600
287
288 blosxom (0.5i-4) unstable; urgency=low
289
290   * Added man page for blosxom. (closes: Bug#179432)
291
292   * Changed to depend on httpd instead of specifically apache. (closes:
293     Bug#176359)
294
295  -- Marc Nozell <marc@nozell.com>  Thu, 20 Feb 2003 12:35:02 -0500
296
297 blosxom (0.5i-3) unstable; urgency=low
298
299   * Addressed lamont's packaging comments. (closes: Bug#157439)
300
301  -- Marc Nozell <marc@nozell.com>  Mon, 11 Nov 2002 12:55:02 -0500
302
303 blosxom (0.5i-2) unstable; urgency=low
304
305   * At upstream author's request, included 'powered by blosxom' icon
306     and changed blosxom.cgi to use the local copy.
307
308  -- Marc Nozell <marc@nozell.com>  Mon, 11 Nov 2002 09:55:02 -0500
309
310 blosxom (0.5i-1) unstable; urgency=low
311
312   * Initial Release.
313
314  -- Marc Nozell <marc@nozell.com>  Sat,  9 Nov 2002 20:42:02 -0500