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