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