]> git.deb.at Git - pkg/blosxom.git/blob - debian/NEWS.Debian
Updated blosxom.conf with additional default values.
[pkg/blosxom.git] / debian / NEWS.Debian
1 blosxom (2.1.0-1) unstable; urgency=low
2
3   * This update is a major switch, all local patches have been incorporated
4     into upstream version again. Furthermore, html and rss flavours are now
5     included in the blosxom script directly and the old 1993 and index
6     flavours are not included anymore, to get rid of some further historical 
7     annoyances with the packaging.
8
9   * MOST IMPORTANTLY: This update adds a new tag into rss feeds:
10     <guid isPermanentLink="true"> which helps to notice duplicates and not let
11     them appear again on planets. Though, for the time of switching it might
12     mean that your last entries might appear as new when planet doesn't check
13     <link> (which already should be cached) when finding <guid>. This is
14     unfortunate but not really avoidable. To limit impact a new plugin was
15     added: 00RssLimit which turns the syndicated feed in only pick up the last
16     5 entries.
17
18   * The plugin timezone got disabled and gets only installed into a new
19     /etc/blosxom/plugins-available directory which is the first step to the
20     planned blosxom-plugins package. If you found it useful and made use of it
21     just symlink it from the plugins directory.
22
23  -- Gerfried Fuchs <rhonda@debian.at>  Fri, 25 Jul 2008 16:19:49 +0200
24
25 blosxom (2.0-15) unstable; urgency=low
26
27   * The parameter -f for specifying a different configuration file was dropped
28     due to security concerns.  It was an illuse of the CGI.pm function.
29     It got replaced by a more flexible option:  set the environment variable
30     BLOSXOM_CONFIG_FILE to an alternative configuration file you want to use.
31     This is especially useful in server contexts where one can use e.g.
32     apache's SetEnv directive.
33
34  -- Gerfried Fuchs <rhonda@debian.at>  Fri, 27 Jul 2007 16:49:43 +0200