Skip to content

Debian Changelog libxml++2.6 (2.26.1-1)

2009

libxml++2.6 (2.26.1-1) unstable; urgency=low

   [ Josselin Mouette ]
   * Include clean-la.mk rule.
 
   [ Deng Xiyue ]
   * New upstream release.
   * Update Standard-Version to 3.8.3.  No changes needed.

 -- Deng Xiyue <manphiz-guest@users.alioth.debian.org>  Sun, 25 Oct 2009 14:56:53 -0700

libxml++2.6 (2.26.0-2) unstable; urgency=low

   * Mark libxml++2.6-2 Breaks: gnote (<< 0.4) due to ABI change.  See
     upstream bug report for detail:
     http://bugzilla.gnome.org/show_bug.cgi?id=583825

 -- Deng Xiyue <manphiz-guest@users.alioth.debian.org>  Fri, 29 May 2009 00:57:16 +0800

libxml++2.6 (2.26.0-1) unstable; urgency=low

   [ Josselin Mouette ]
   * Stop mentioning GNOME 2.
 
   [ Deng Xiyue ]
   * New upstream release.
   * Update Standard-Version to 3.8.1.  No change needed.
   * Change -dbg package section to debug as per new policy.
   * Let libxml++2.6-2 Replaces libxml++2.6c2a so that it is
     Ubuntu-sync friendly.  Thanks Sebastien Bacher for the suggestion.

 -- Deng Xiyue <manphiz-guest@users.alioth.debian.org>  Wed, 29 Apr 2009 22:46:16 +0800

libxml++2.6 (2.24.3-1) unstable; urgency=low

   * New upstream release.
   * Upload to unstable.  Drop check-dist.mk.
   * `make -C examples clean` after `make install` to prevent shipping
     unexpected files.

 -- Deng Xiyue <manphiz-guest@users.alioth.debian.org>  Fri, 06 Mar 2009 09:30:52 +0800

libxml++2.6 (2.24.2-1) experimental; urgency=low

   * New upstream release.

 -- Deng Xiyue <manphiz-guest@users.alioth.debian.org>  Thu, 01 Jan 2009 15:24:23 +0800

2008

libxml++2.6 (2.24.1-1) experimental; urgency=low

   * New upstream release.
   * Use POSIX standard regex classes in sed trick in debian/rules.
   * Use viewsvn in Vcs-Browser URL.
   * Downgrading pkg-config from Depends to Suggests.
   * Remove unnecessary fields at the end of debian/changelog.

 -- Deng Xiyue <manphiz-guest@users.alioth.debian.org>  Mon, 15 Dec 2008 21:00:13 +0800

libxml++2.6 (2.24.0-1) experimental; urgency=low

   [ Deng Xiyue ]
   * Drop `head -n 1' from sed trick.
   * Add `DM-Upload-Allowed: yes' field.  Thanks Loïc for advocacy.
   * Fix typo in last changelog.
   * Add dpkg-dev >= 1.14.16 to Build-Depends for DM usage.
   * Remove doc-base from Build-Depends as it's not b-deped at all.
   * Add ${shlibs:Depends} to all Depends fields as recommended.
   * Use machine-interpretable format for debian/copyright.
   * New upstream release.
     + Bump shlibs version to 2.24.0 due to new API addition.  ABI remains
       compatible.
   * Update Standard-Version to 3.8.0.  No change needed.
   * Targeting experimental as Lenny is in freeze.  Add check-dist.mk to
     debian/rules.
   * Check for number-dot-based version in debian/watch.
   * Fix path in doc-base documents.  No versioned directory anymore.
 
   [ Loic Minier ]
   * Properly anchor package name regexp.

 -- Deng Xiyue <manphiz-guest@users.alioth.debian.org>  Fri, 26 Sep 2008 21:10:48 +0800

libxml++2.6 (2.22.0-1) unstable; urgency=low

   * New upstream release.
     + Fix memory leak in class xmlpp::Document::Init.  (Closes: #469809)
     + Drop 10_gcc4.3_include_fix.patch and 20_file_id_fix.patch,
       merged upstream.
     + Adjust path in doc-base reference for new version.
   * Fix section in doc-base reference.

 -- Deng Xiyue <manphiz-guest@users.alioth.debian.org>  Sat, 08 Mar 2008 01:11:26 +0800

libxml++2.6 (2.20.0-2) unstable; urgency=low

   * Refined debian/rules to set variables SHARED_PKG and DOC_PKG by sed
     from debian/control and use variable SHVER for shlibs version, and
     refine and reformat corresponding rules accordingly.
   * Drop 70_relibtoolize.patch, and use chrpath hack to get rid of amd64
     rpath issue, hence add chrpath to b-deps.  Should contact upstream for
     real fix.
   * Migrate maintainer ship to Debian GNOME Team, and add Debian GNOME
     Team to uploaders.
   * Add Vcs-Svn and Vcs-Browser fields to source stanza in control file.
   * Update build-dep/dep in debian/control* as per source configure.in,
     and drop debian version postfix as per lintian.
   * Add -dbg package for debug symbols.
   * Update debian/compat to 6, and bump build-dep debhelper to >= 6, and
     cdbs to >= 0.4.51 to avoid empty debug package bug.
   * Update watch version to 3, and drop 'debian uupdate' as not
     necessarily required.

 -- Deng Xiyue <manphiz-guest@users.alioth.debian.org>  Thu, 28 Feb 2008 18:27:38 +0800

libxml++2.6 (2.20.0-1) unstable; urgency=low

   * New upstream release. (Closes: #430142)
     + No more segfault with invalid xpath in Node::find. (Closes: #374067)
   * Add myself as maintainer.
   * Ack NMU. (Closes: #315967, #349630)
   * debian/control
     + Update standard version to 3.7.3.
     + Depends on debhelper >= 5.
     + Add b-deps on cdbs, and gnome-pkg-tools for clean-la.mk, and of
       course doc-base.
     + Use ${binary:Version} instead of deprecated ${Source-Version} for
       binNMU safety.
     + Use Homepage: in source stanza instead of pseudo one in Description.
     + Update package descriptions.
     + The C++ ABI transition has ended long ago, everything is installable
       now. (Closes: #318977)
   * debian/copyright
     + Correct pointer to /usr/share/common-licenses/LGPL-2.1
     + Update upstream maintainers' email addresses.
     + Update source URL.
     + Add copyright text, with holders listed in source files.
   * debian/rules
     + Migrate build system to cdbs, which sets build target properly.
       (Closes: #395784)
     + Set LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
     + Use versioned shlibs for libxml++2.6-2.
     + Set DEB_DH_INSTALL_SOURCEDIR := debian/tmp to make *.install
       shorter.
     + Include clean-la.mk from gnome-pkg-tools to remove dependency_libs
       information from .la files.
   * debian/libxml++2.6-dev.docs
     - Removed, not needed.
   * debian/*.install
     + Refined, use shorter path, and lib*.{a,so}, *.la
   * debian/libxml++2.6-doc.doc-base
     - Removed, in favor of more specific ones.
   * debian/libxml++2.6-doc.doc-base.libxml++-{manual,reference}
     + Added, and adjusted for proper path.
   * debian/patches
     + Add 10_gcc4.3_include_fix.patch to fix FTBFS on gcc 4.3.
       (Closes: #417367)
     + Add 20_file_id_fix.patch to fix file descriptions. (Closes: #272308)
     + Add 70_relibtoolize.patch as amd64 rpath issue workaround.

 -- Deng Xiyue <manphiz-guest@users.alioth.debian.org>  Thu, 31 Jan 2008 10:07:18 +0800

2006

libxml++2.6 (2.14.0-0.1) unstable; urgency=medium

   * Non-maintainer upload
   * Medium-urgency upload for RC bugfix.
   * New upstream release with new soname (Closes: #330512, #349630, #315967)
   * No longer build reference documentation, since it's included in tarball.
   * Fix makefile so that docs/manual/html isn't deleted on clean.

 -- Bradley Bell <btb@debian.org>  Sat, 10 Jun 2006 00:32:25 -0700

2005

libxml++2.6 (2.6.1-2.2) unstable; urgency=medium

   * Non-maintainer upload.
   * Medium-urgency upload for RC bugfix.
   * Change package name from libxml++2.6-1c2 to libxml++2.6-1c2a for the C++
     mt allocator ABI change, and conflict/replace libxml++2.6-1c2
     accordingly.  Closes: #339226.
   * Build-depend on libglibmm-2.4-dev (>= 2.8.2-1), to make sure we get
     the matching ABI.

 -- Steve Langasek <vorlon@debian.org>  Wed, 30 Nov 2005 05:54:52 -0800

libxml++2.6 (2.6.1-2.1) unstable; urgency=low

   * Non-maintainer upload
   * C++ ABI transition
   * Added library SONAME to the runtime library package's name

 -- Philipp Kern <pkern@debian.org>  Sun, 17 Jul 2005 12:09:53 +0000

2004

libxml++2.6 (2.6.1-2) unstable; urgency=low

   * Moved doc-base to libxml++2.6 (closes: Bug#258985)

 -- Chris Leishman <masklin@debian.org>  Tue, 10 Aug 2004 17:27:06 +1000

2000

libxml++2.6 (2.6.1-1) unstable; urgency=low

   * Initial 2.6 Release.

 -- Chris Leishman <masklin@debian.org>  Sun, 10 Sep 2000 17:38:04 +1100