Skip to content

Debian Changelog pyblosxom (1.3.2-5)

2006

pyblosxom (1.3.2-5) unstable; urgency=low

   * Use python-support for python transition. (closes: #380900)

 -- Norbert Tretkowski <nobse@debian.org>  Fri, 11 Aug 2006 20:02:41 +0200

pyblosxom (1.3.2-4) unstable; urgency=low

   * Added explicit build-dependency on openjade. (closes: #366825)
   * Updated Standards-Version to 3.7.2.0, no changes required.

 -- Norbert Tretkowski <nobse@debian.org>  Thu, 11 May 2006 08:27:44 -0500

pyblosxom (1.3.2-3) unstable; urgency=low

   * Added a new patch which allows building the package when offline.
     (closes: #360230)

 -- Norbert Tretkowski <nobse@debian.org>  Thu, 13 Apr 2006 21:28:08 +0200

pyblosxom (1.3.2-2) unstable; urgency=low

   * Oops, accidentally uploaded 1.3.2-1 as native package.

 -- Norbert Tretkowski <nobse@debian.org>  Sat, 18 Feb 2006 10:22:01 +0100

pyblosxom (1.3.2-1) unstable; urgency=high

   * New upstream release.
     + Fixed a security issue that probably allows people to see arbitrary
       files (such as those in /etc).

 -- Norbert Tretkowski <nobse@debian.org>  Mon, 13 Feb 2006 18:30:02 +0100

pyblosxom (1.3.1-1) unstable; urgency=low

   * New upstream release.
     + Fixed static rendering. (closes: #351616)
   * Removed patches merged upstream:
     + fix_rss_flavour.dpatch
     + fix_rss_link.dpatch
     + no_limits_year.dpatch

 -- Norbert Tretkowski <nobse@debian.org>  Wed, 8 Feb 2006 06:38:56 +0100

pyblosxom (1.3-2) unstable; urgency=low

   * Added HTML documentation.

 -- Norbert Tretkowski <nobse@debian.org>  Fri, 3 Feb 2006 19:38:53 +0100

pyblosxom (1.3-1) unstable; urgency=low

   * New upstream release. (closes: #349508)
   * Updated patches for new release:
     + config.py-path.dpatch
     + remove_poweredby.dpatch
   * Removed patches merged patches:
     + pyblosxom_work_with_get.dpatch
   * New maintainer, thanks Tollef for your work!
   * Added a new patch to use $base_url instead $url for link in rss1.0 feed.
     (closes: #350269)
   * Added a new patch to display all entries for archive pages, even when
     num_entries is set. (closes: #331250)
   * Added a new patch to fix rss flavour.
   * Fixed permissions of /etc/pyblosxom/config.py via postinst.
   * Removed contrib/* from pyblosxom.install.
   * Added upstream changelog file.
   * Bumped up standards-version, no changes needed.
   * Switched to debhelper 5.

 -- Norbert Tretkowski <nobse@debian.org>  Mon, 30 Jan 2006 19:57:05 +0100

2005

pyblosxom (1.2.1-3) unstable; urgency=low

   * Apply patch from Kaloian Doganov to only read CONTENT_LENGTH bytes
     from STDIN when getting a POST request.  (closes #332866)
   * Remove note about where contributes plugins are installed, since they
     no longer are. (closes: #318709)
   * Twiddle the description somewhat.

 -- Tollef Fog Heen <tfheen@debian.org>  Sun, 6 Nov 2005 15:21:30 +0100

pyblosxom (1.2.1-2) unstable; urgency=low

   * Rebuild, since the previous version apparently wasn't built in a
     proper chroot.

 -- Tollef Fog Heen <tfheen@debian.org>  Sun, 5 Jun 2005 14:47:57 +0200

pyblosxom (1.2.1-1) unstable; urgency=low

   * New upstream release, minor changes only.
   * Remove "powered by" image, since some people feel it may be a privacy
     concern.  (closes: #274224)
   * Only read from stdin if we're getting a POST, not if it's a GET.
     (closes: #303942)
   * Add L to bigger-than-int constants in Pyblosxom/tools.py.  This is
     just to get python2.3 to shut up about it returning a positive value,
     the code is just used on windows so we won't have to care about
     whether it works or not.  (closes: #310499)
   * Apply patch to look for config in same directory as the file exists
     in.  This makes it a lot easier to use packaged pyblosxom on vhosts
     with multiple users and customised installations. (closes: #298587)

 -- Tollef Fog Heen <tfheen@debian.org>  Fri, 3 Jun 2005 08:58:51 +0200

pyblosxom (1.2-2) unstable; urgency=low

   * Make sure we don't ship files owned by uid 502 (closes: #305896)

 -- Tollef Fog Heen <tfheen@debian.org>  Sun, 24 Apr 2005 04:22:44 +0200

pyblosxom (1.2-1) unstable; urgency=low

   * New upstream release (closes: #291726)
     - no contributed plugins any more.  License issues and upstream
       splitting it out of the upstream tarball.
     - No more xmlrpc.py (closes: #227080, #229342)
     - Now actually uses ignore_directories correctly (closes: #271655)
     - Corrected use of hex constants (closes: #274830)
     - Uses $pyblosxom_version in default renderer (closes: #282603)
     - No longer has version number in default config file (closes: #231621)
 
   * Update new upstream URL in welcome.txt
   * Update license to the MIT license.

 -- Tollef Fog Heen <tfheen@debian.org>  Wed, 6 Apr 2005 18:56:44 +0200

pyblosxom (1.0.0-3) unstable; urgency=low

   * Merge Ubuntu and Debian versions, making a package which does the
     right thing depending on what system you build it on.  (With regards
     to python version.)
   * New maintainer.

 -- Tollef Fog Heen <tfheen@debian.org>  Fri, 4 Mar 2005 17:18:21 +0100

pyblosxom (1.0.0-2ubuntu1) hoary; urgency=low

   * Rebuild for python2.4
   * Fixed patches also 2.3 -> 2.4
   * Standards Version 3.6.1.1

 -- Charles Majola <charles@ubuntu.com>  Mon, 21 Feb 2005 14:38:10 +0200

2004

pyblosxom (1.0.0-2) unstable; urgency=low

   * Fixed depends (python2.3 doesn't depend anymore on python)
     Closes: #262419
   * Replaced config.py-path-fix.patch with new fixed Closes: #261692
   * Fixed python paths in contrib section.

 -- Fredrik Steen <stone@debian.org>  Mon, 2 Aug 2004 20:57:03 +0200

pyblosxom (1.0.0-1) unstable; urgency=low

   * New upstream release
     Closes: #208836
     Closes: #240727
     Closes: #257300

 -- Fredrik Steen <stone@debian.org>  Wed, 16 Jun 2004 11:30:30 +0200

pyblosxom (0.9.1-1) unstable; urgency=low

   * New upstream release (Closes:#208836) (Closes:#240727)
   * Removed doc in README.Debian of xmlrpc.cgi not needed anymore
     (Closes:#238297).

 -- Fredrik Steen <stone@debian.org>  Tue, 13 Apr 2004 10:34:16 +0200

2003

pyblosxom (0.8.1-1) experimental; urgency=low

   * New upstream release (Closes:#208836)
   * This version is uploaded to experimental because of lots of
     changes in the structure of the upstream source. Please test
     and submit bugs on the findings.

 -- Fredrik Steen <stone@debian.org>  Mon, 8 Dec 2003 13:22:27 +0100

pyblosxom (0.7beta1-1.3) unstable; urgency=low

   * Changed the welcome.txt to include link to pyblosxom packages
   * Included contrib modules (Closes:#215221)
   * Included xmlrpc interface (Closes:#212475)

 -- Fredrik Steen <stone@debian.org>  Mon, 20 Oct 2003 10:39:10 +0200

pyblosxom (0.7beta1-1.2) unstable; urgency=low

   * Adopted package from Colin Walters.

 -- Fredrik Steen <stone@debian.org>  Mon, 15 Sep 2003 08:01:46 +0200

pyblosxom (0.7beta1-1.1) unstable; urgency=low

   * NMU.
   * Tighten dependency on debhelper (closes: #207308).

 -- Matthias Klose <doko@debian.org>  Fri, 5 Sep 2003 23:32:00 +0200

pyblosxom (0.7beta1-1) unstable; urgency=low

   * Initial Release (Closes: #194409).

 -- Colin Walters <walters@debian.org>  Sat, 24 May 2003 01:56:38 -0400