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