Your message dated Thu, 31 Jan 2008 14:17:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#315967: fixed in libxml++2.6 2.20.0-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: libxml++2.6
Version: 2.6.1-2
Severity: normal

libxml++ version in debian produces some leaks whenever a
parser error occurs. This bug seems to solved upstream 
(gnome #150082) since 2.7.1, and current version is 2.10.
It would be nice to see an updated version of this library,
on debian.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.10-5-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages libxml++2.6 depends on:
ii  libc6                       2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libgcc1                     1:4.0.0-9    GCC support library
ii  libglib2.0-0                2.6.5-1      The GLib library of C routines
ii  libglibmm-2.4-1             2.6.1-1      C++ wrapper for the GLib toolkit (
ii  libsigc++-2.0-0             2.0.10-1     type-safe Signal Framework for C++
ii  libstdc++5                  1:3.3.6-6    The GNU Standard C++ Library v3
ii  libxml2                     2.6.16-7     GNOME XML library
ii  zlib1g                      1:1.2.2-4    compression library - runtime

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: libxml++2.6
Source-Version: 2.20.0-1

We believe that the bug you reported is fixed in the latest version of
libxml++2.6, which is due to be installed in the Debian FTP archive:

libxml++2.6-2_2.20.0-1_i386.deb
  to pool/main/libx/libxml++2.6/libxml++2.6-2_2.20.0-1_i386.deb
libxml++2.6-dev_2.20.0-1_i386.deb
  to pool/main/libx/libxml++2.6/libxml++2.6-dev_2.20.0-1_i386.deb
libxml++2.6-doc_2.20.0-1_all.deb
  to pool/main/libx/libxml++2.6/libxml++2.6-doc_2.20.0-1_all.deb
libxml++2.6_2.20.0-1.diff.gz
  to pool/main/libx/libxml++2.6/libxml++2.6_2.20.0-1.diff.gz
libxml++2.6_2.20.0-1.dsc
  to pool/main/libx/libxml++2.6/libxml++2.6_2.20.0-1.dsc
libxml++2.6_2.20.0.orig.tar.gz
  to pool/main/libx/libxml++2.6/libxml++2.6_2.20.0.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Deng Xiyue <[EMAIL PROTECTED]> (supplier of updated libxml++2.6 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 31 Jan 2008 10:07:18 +0800
Source: libxml++2.6
Binary: libxml++2.6-dev libxml++2.6-2 libxml++2.6-doc
Architecture: source all i386
Version: 2.20.0-1
Distribution: unstable
Urgency: low
Maintainer: Deng Xiyue <[EMAIL PROTECTED]>
Changed-By: Deng Xiyue <[EMAIL PROTECTED]>
Description: 
 libxml++2.6-2 - A C++ interface to the GNOME XML library (libxml2)
 libxml++2.6-dev - A C++ interface to the GNOME XML library (libxml2)
 libxml++2.6-doc - HTML interface documentation and examples for libxml++
Closes: 272308 315967 318977 349630 374067 395784 417367 430142
Changes: 
 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.
Files: 
 104672ffce9bb80c50c2a8f880741c6e 804 devel optional libxml++2.6_2.20.0-1.dsc
 0f6a95220c7cd893e711f85ad4056a1c 2044144 devel optional 
libxml++2.6_2.20.0.orig.tar.gz
 79cee2c3d2c5bfd783e617dc1abd6434 111623 devel optional 
libxml++2.6_2.20.0-1.diff.gz
 3243d5a6d0ff80648b56c8eea0af314d 568946 doc optional 
libxml++2.6-doc_2.20.0-1_all.deb
 7331c227ec80a81ed33b7834424af648 96786 libdevel optional 
libxml++2.6-dev_2.20.0-1_i386.deb
 b86e33deed79dc41229610a5f7c3eebc 75804 libs optional 
libxml++2.6-2_2.20.0-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHodYvioOL5NhIDy4RArZfAJ9iugPux0EE6qRMM7L4jaaLZZznWgCfXQbx
Yv6S13n16+zSS9DjXxz4gAA=
=SHzy
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to