Change log for python2.4 package in Ubuntu

174 of 74 results
Obsolete in hardy-updates
Obsolete in hardy-security
python2.4 (2.4.5-1ubuntu4.4) hardy-security; urgency=low

  * SECURITY UPDATE: optionally disallow setting sys.path when setting
    sys.argv
    - debian/patches/CVE-2008-5983.dpatch: add new C API function,
      PySys_SetArgvEx
    - CVE-2008-5983
  * SECURITY UPDATE: fix integer overflows in audioop module
    - debian/patches/CVE-2010-1634.dpatch: Fix incorrect and UB-inducing
      overflow checks
    - CVE-2010-1634
  * SECURITY UPDATE: fix DoS in audioop module
    - debian/patches/CVE-2010-2089.dpatch: ensure that the input string length
      is a multiple of the frame size
    - CVE-2010-2089
  * SECURITY UPDATE: Fix CGIHTTPServer information disclosure.
    - debian/patches/CVE-2011-1015.dpatch: Relative paths are now collapsed
      within the url properly before looking in cgi_directories.
    - CVE-2011-1015
  * SECURITY UPDATE: update urllib and urllib2 for invalid redirections
    - debian/patches/CVE-2011-1521.dpatch: only process Location headers for
      http, https, and ftp
    - http://bugs.python.org/issue11662
    - CVE-2011-1521
  * SECURITY UPDATE: fix XSS in SimpleHTTPServer
    - debian/patches/CVE-2011-4940.dpatch: add a charset parameter to the
      Content-type
    - CVE-2011-4940
  * SECURE UPDATE: http://bugs.python.org/issue13512
    - debian/patches/CVE-2011-4944.dpatch: create ~/.pypirc securely
    - CVE-2011-4944
  * SECURITY UPDATE: xmlrpc: Fix an endless loop in SimpleXMLRPCServer upon
    malformed POST request
    - debian/patches/CVE-2012-0845.dpatch: break if don't receive EOF in
      Lib/SimpleXMLRPCServer.py
    - CVE-2012-0845
  * SECURITY UPDATE: Denial of service via hash collisions
    - debian.patches/CVE-2012-0876+CVE-2012-1148.dpatch: Add random salt value
      to hash inputs in lib/xmlparse.c
    - CVE-2012-0876
  * SECURITY UPDATE: Denial of service via memory leak
    - debian.patches/CVE-2012-0876+CVE-2012-1148.dpatch: Properly reallocate
      memory in lib/xmlparse.c
    - CVE-2012-1148
  * SECURITY UPDATE: fix DoS in smtpd.py
    - debian/patches/CVE-2010-3493.dpatch: adds proper error handling on
      accept() when smtpd accepts new incoming connections
    - http://bugs.python.org/issue9129
    - CVE-2010-3493
  * debian/patches/testsuite-linux3.dpatch: adjust testsuite for linux3
 -- Jamie Strandboge <email address hidden>   Mon, 15 Oct 2012 16:57:31 -0500
Obsolete in karmic-updates
Obsolete in karmic-security
python2.4 (2.4.6-1ubuntu3.2.9.10.1) karmic-security; urgency=low

  * SECURITY UPDATE: fix DoS via malformed XML
    - debian/patches/CVE-2009-3720.dpatch: update Modules/expat/xmltok_impl.c
      to not access beyond end of input string
    - CVE-2009-3720
  * SECURITY UPDATE: fix DoS via malformed UTF-8 sequences
    - debian/patches/CVE-2009-3560.dpatch: update Modules/expat/xmlparse.c to
      properly recognize the end of a token
    - CVE-2009-3560
 -- Jamie Strandboge <email address hidden>   Tue, 19 Jan 2010 21:11:46 -0600
Obsolete in jaunty-updates
Obsolete in jaunty-security
python2.4 (2.4.6-1ubuntu3.2.9.04.1) jaunty-security; urgency=low

  * SECURITY UPDATE: fix DoS via malformed XML
    - debian/patches/CVE-2009-3720.dpatch: update Modules/expat/xmltok_impl.c
      to not access beyond end of input string
    - CVE-2009-3720
  * SECURITY UPDATE: fix DoS via malformed UTF-8 sequences
    - debian/patches/CVE-2009-3560.dpatch: update Modules/expat/xmlparse.c to
      properly recognize the end of a token
    - CVE-2009-3560
 -- Jamie Strandboge <email address hidden>   Thu, 21 Jan 2010 08:31:40 -0600
Obsolete in dapper-updates
Obsolete in dapper-security
python2.4 (2.4.3-0ubuntu6.4) dapper-security; urgency=low

  * SECURITY UPDATE: fix DoS via malformed XML
    - debian/patches/CVE-2009-3720.dpatch: update Modules/expat/xmltok_impl.c
      to not access beyond end of input string
    - CVE-2009-3720
  * SECURITY UPDATE: fix DoS via malformed UTF-8 sequences
    - debian/patches/CVE-2009-3560.dpatch: update Modules/expat/xmlparse.c to
      properly recognize the end of a token
    - CVE-2009-3560
 -- Jamie Strandboge <email address hidden>   Thu, 21 Jan 2010 08:38:11 -0600
Superseded in hardy-updates
Superseded in hardy-security
python2.4 (2.4.5-1ubuntu4.3) hardy-security; urgency=low

  * SECURITY UPDATE: fix DoS via malformed XML
    - debian/patches/CVE-2009-3720.dpatch: update Modules/expat/xmltok_impl.c
      to not access beyond end of input string
    - CVE-2009-3720
  * SECURITY UPDATE: fix DoS via malformed UTF-8 sequences
    - debian/patches/CVE-2009-3560.dpatch: update Modules/expat/xmlparse.c to
      properly recognize the end of a token
    - CVE-2009-3560
 -- Jamie Strandboge <email address hidden>   Thu, 21 Jan 2010 08:33:56 -0600
Obsolete in intrepid-updates
Obsolete in intrepid-security
python2.4 (2.4.5-5ubuntu1.2) intrepid-security; urgency=low

  * SECURITY UPDATE: fix DoS via malformed XML
    - debian/patches/CVE-2009-3720.dpatch: update Modules/expat/xmltok_impl.c
      to not access beyond end of input string
    - CVE-2009-3720
  * SECURITY UPDATE: fix DoS via malformed UTF-8 sequences
    - debian/patches/CVE-2009-3560.dpatch: update Modules/expat/xmlparse.c to
      properly recognize the end of a token
    - CVE-2009-3560
 -- Jamie Strandboge <email address hidden>   Thu, 21 Jan 2010 08:32:24 -0600
Deleted in lucid-release (Reason: LP: #515694 remove packages depending on python 2.4)
python2.4 (2.4.6-1ubuntu5) lucid; urgency=low

  * SECURITY UPDATE: fix DoS via malformed XML
    - debian/patches/CVE-2009-3720.dpatch: update Modules/expat/xmltok_impl.c
      to not access beyond end of input string
    - CVE-2009-3720
  * SECURITY UPDATE: fix DoS via malformed UTF-8 sequences
    - debian/patches/CVE-2009-3560.dpatch: update Modules/expat/xmlparse.c to
      properly recognize the end of a token
    - CVE-2009-3560
 -- Jamie Strandboge <email address hidden>   Thu, 21 Jan 2010 10:30:58 -0600

Available diffs

Superseded in lucid-release
python2.4 (2.4.6-1ubuntu4) lucid; urgency=low

  * Build with emacs23.
 -- Colin Watson <email address hidden>   Fri, 27 Nov 2009 15:48:54 +0000

Available diffs

Superseded in intrepid-updates
Superseded in intrepid-security
python2.4 (2.4.5-5ubuntu1.1) intrepid-security; urgency=low

  * SECURITY UPDATE: arbitrary code execution via multiple integer
    overflows in the imageop module
    - debian/rules, debian/patches/CVE-2008-4864.dpatch: introduce new
      functions for size checks in Modules/imageop.c, introduce tests in
      Lib/test/test_imageop.py.
    - CVE-2008-4864
  * SECURITY UPDATE: denial of service or possible arbitrary code execution
    via multiple integer overflows in the expandtabs method
    - debian/rules, debian/patches/CVE-2008-5031.dpatch: make sure we don't
      overflow in Objects/{stringobject,unicodeobject}.c and add tests to
      Lib/test/test_{str,unicode}.py.
    - CVE-2008-5031

 -- Marc Deslauriers <email address hidden>   Tue, 21 Jul 2009 08:23:43 -0400
Superseded in hardy-updates
Superseded in hardy-security
python2.4 (2.4.5-1ubuntu4.2) hardy-security; urgency=low

  * SECURITY UPDATE: arbitrary code execution via multiple integer
    overflows in the imageop module
    - debian/rules, debian/patches/CVE-2008-4864.dpatch: introduce new
      functions for size checks in Modules/imageop.c, introduce tests in
      Lib/test/test_imageop.py.
    - CVE-2008-4864
  * SECURITY UPDATE: denial of service or possible arbitrary code execution
    via multiple integer overflows in the expandtabs method
    - debian/rules, debian/patches/CVE-2008-5031.dpatch: make sure we don't
      overflow in Objects/{stringobject,unicodeobject}.c and add tests to
      Lib/test/test_{str,unicode}.py.
    - CVE-2008-5031

 -- Marc Deslauriers <email address hidden>   Tue, 21 Jul 2009 09:07:21 -0400
Superseded in dapper-updates
Superseded in dapper-security
python2.4 (2.4.3-0ubuntu6.3) dapper-security; urgency=low

  * SECURITY UPDATE: arbitrary code execution via multiple integer
    overflows in the imageop module
    - debian/rules, debian/patches/CVE-2008-4864.dpatch: introduce new
      functions for size checks in Modules/imageop.c, introduce tests in
      Lib/test/test_imageop.py.
    - CVE-2008-4864
  * SECURITY UPDATE: denial of service or possible arbitrary code execution
    via multiple integer overflows in the expandtabs method
    - debian/rules, debian/patches/CVE-2008-5031.dpatch: make sure we don't
      overflow in Objects/{stringobject,unicodeobject}.c and add tests to
      Lib/test/test_{str,unicode}.py.
    - CVE-2008-5031

 -- Marc Deslauriers <email address hidden>   Tue, 21 Jul 2009 11:06:50 -0400
Superseded in lucid-release
Obsolete in karmic-release
Obsolete in jaunty-release
python2.4 (2.4.6-1ubuntu3) jaunty; urgency=low

  * Use the information in /etc/lsb-release for platform.dist(). LP: #196526.

 -- Matthias Klose <email address hidden>   Thu, 19 Mar 2009 10:40:35 +0100

Available diffs

Superseded in jaunty-release
python2.4 (2.4.6-1ubuntu2) jaunty; urgency=low

  * Build-depend on libtk8.5-dev.
  * Build-depend on libdb4.6-dev on community ports as well.

 -- Matthias Klose <email address hidden>   Thu, 19 Feb 2009 09:33:13 +0100

Available diffs

Superseded in jaunty-release
python2.4 (2.4.6-1ubuntu1) jaunty; urgency=low

  * Merge with Debian; remaining changes:
    - Include pregenerated documentation.
    - Build the -doc package from this source.
  * Add an option --install-layout=deb, which is ignored for 2.4.

Available diffs

Superseded in jaunty-release
python2.4 (2.4.5-6ubuntu2) jaunty; urgency=low

  * Don't include extensions in the package, which did fail to build.

 -- Matthias Klose <email address hidden>   Sun, 23 Nov 2008 19:46:33 +0100

Available diffs

Superseded in jaunty-release
python2.4 (2.4.5-6ubuntu1) jaunty; urgency=low

  * Update to 20081122, taken from the 2.4 release branch, integrating
    accumulated security fixes. Remove integrated patches from the package.

Available diffs

Superseded in hardy-updates
Superseded in hardy-security
python2.4 (2.4.5-1ubuntu4.1) hardy-security; urgency=high

  * SECURITY UPDATE: arbitrary code execution via multiple integer overflows.
  * debian/rules, debian/patches/CVE-2008-3142.dpatch,
    debian/patches/CVE-2008-3144.dpatch, debian/patches/CVE-2008-2315.dpatch:
    upstream fixes, thanks to Robert Buchholz.

 -- Kees Cook <email address hidden>   Wed, 30 Jul 2008 11:18:11 -0700
Obsolete in gutsy-updates
Obsolete in gutsy-security
python2.4 (2.4.4-6ubuntu4.2) gutsy-security; urgency=high

  * SECURITY UPDATE: arbitrary code execution via multiple integer overflows.
  * debian/rules, debian/patches/CVE-2008-1679.dpatch,
    debian/patches/CVE-2008-1721.dpatch, debian/patches/stringobject.dpatch:
    upstream fixes, thanks to Debian.
  * debian/rules, debian/patches/CVE-2008-3142.dpatch,
    debian/patches/CVE-2008-3143.dpatch, debian/patches/CVE-2008-2315.dpatch,
    debian/patches/CVE-2008-3144.dpatch: upstream fixes, thanks to Robert
    Buchholz.
  * References
    CVE-2008-1679 CVE-2008-1721 CVE-2008-1887 CVE-2008-3142
    CVE-2008-3143 CVE-2008-3144 CVE-2008-2315

 -- Kees Cook <email address hidden>   Tue, 29 Jul 2008 16:17:01 -0700
Obsolete in feisty-updates
Obsolete in feisty-security
python2.4 (2.4.4-2ubuntu7.2) feisty-security; urgency=high

  * SECURITY UPDATE: arbitrary code execution via multiple integer overflows.
  * debian/rules, debian/patches/CVE-2008-1679.dpatch,
    debian/patches/CVE-2008-1721.dpatch, debian/patches/stringobject.dpatch:
    upstream fixes, thanks to Debian.
  * debian/rules, debian/patches/CVE-2008-3142.dpatch,
    debian/patches/CVE-2008-3143.dpatch, debian/patches/CVE-2008-2315.dpatch,
    debian/patches/CVE-2008-3144.dpatch: upstream fixes, thanks to Robert
    Buchholz.
  * References
    CVE-2008-1679 CVE-2008-1721 CVE-2008-1887 CVE-2008-3142
    CVE-2008-3143 CVE-2008-3144 CVE-2008-2315

 -- Kees Cook <email address hidden>   Tue, 29 Jul 2008 16:17:01 -0700
Superseded in dapper-updates
Superseded in dapper-security
python2.4 (2.4.3-0ubuntu6.2) dapper-security; urgency=high

  * SECURITY UPDATE: arbitrary code execution via multiple integer overflows.
  * debian/rules, debian/patches/CVE-2008-1679.dpatch,
    debian/patches/CVE-2008-1721.dpatch, debian/patches/stringobject.dpatch:
    upstream fixes, thanks to Debian.
  * debian/rules, debian/patches/CVE-2008-3142.dpatch,
    debian/patches/CVE-2008-3143.dpatch, debian/patches/CVE-2008-2315.dpatch,
    debian/patches/CVE-2008-3144.dpatch: upstream fixes, thanks to Robert
    Buchholz.
  * References
    CVE-2008-1679 CVE-2008-1721 CVE-2008-1887 CVE-2008-3142
    CVE-2008-3143 CVE-2008-3144 CVE-2008-2315

 -- Kees Cook <email address hidden>   Tue, 29 Jul 2008 16:17:01 -0700
Superseded in jaunty-release
Obsolete in intrepid-release
python2.4 (2.4.5-5ubuntu1) intrepid; urgency=low

  * Merge with Debian; remaining changes:
    - Include pregenerated documentation.
    - Build the -doc package from this source.

Available diffs

Superseded in intrepid-release
python2.4 (2.4.5-3ubuntu2) intrepid; urgency=low

  * Fix sections for documents registered with doc-base.

 -- Matthias Klose <email address hidden>   Wed, 25 Jun 2008 14:47:57 +0000

Available diffs

Superseded in intrepid-release
python2.4 (2.4.5-3ubuntu1) intrepid; urgency=low

  * Merge with Debian; remaining changes:
    - Include pregenerated documentation.
    - Build the -doc package from this source.

Available diffs

Superseded in intrepid-release
Obsolete in hardy-release
python2.4 (2.4.5-1ubuntu4) hardy; urgency=low

  * Fix CVE-2008-1679, integer overflows in the imageop module.
  * Fix CVE-2008-1721, integer signedness error in the zlib extension module.
  * Fix issue, PyString_FromStringAndSize() to be considered unsafe.

 -- Matthias Klose <email address hidden>   Wed, 16 Apr 2008 19:07:04 +0000
Superseded in hardy-release
python2.4 (2.4.5-1ubuntu2) hardy; urgency=low

  * Build depend on libdb4.6-dev on amd64, i386, lpia; use libdb4.2-dev
    for all other architectures.
  * Backport new function signal.set_wakeup_fd from the trunk.
    Background: http://bugzilla.gnome.org/show_bug.cgi?id=481569
  * Regenerate the documentation.

 -- Matthias Klose <email address hidden>   Wed, 12 Mar 2008 13:29:26 +0100
Superseded in hardy-release
python2.4 (2.4.5-1ubuntu1) hardy; urgency=low

  * Python 2.4.5 release.

 -- Matthias Klose <email address hidden>   Tue, 11 Mar 2008 23:20:18 +0000
Obsolete in edgy-updates
Obsolete in edgy-security
python2.4 (2.4.4~c1-0ubuntu1.1) edgy-security; urgency=low

  * SECURITY UPDATE: code execution via integer overflows, information
    leak via strxfrm.
  * debian/rules, debian/patches/CVE-2007-4965-int-overflow.dpatch: upstream
    changes, thanks to Stephan Hermann.
  * debian/rules, debian/patches/strxfrm-leak.dpatch: upstream changes.
  * References
    http://bugs.python.org/file8592/python-2.5.CVE-2007-4965-int-overflow.patch
    CVE-2007-4965
    CVE-2007-2052

 -- Kees Cook <email address hidden>   Thu, 06 Mar 2008 14:39:57 -0800
Superseded in gutsy-updates
Superseded in gutsy-security
python2.4 (2.4.4-6ubuntu4.1) gutsy-security; urgency=low

  * SECURITY UPDATE: code execution via integer overflows.
  * debian/rules, debian/patches/CVE-2007-4965-int-overflow.dpatch: upstream
    changes, thanks to Stephan Hermann.
  * References
    http://bugs.python.org/file8592/python-2.5.CVE-2007-4965-int-overflow.patch
    CVE-2007-4965

 -- Kees Cook <email address hidden>   Thu, 06 Mar 2008 14:39:57 -0800
Superseded in feisty-updates
Superseded in feisty-security
python2.4 (2.4.4-2ubuntu7.1) feisty-security; urgency=low

  * SECURITY UPDATE: code execution via integer overflows.
  * debian/rules, debian/patches/CVE-2007-4965-int-overflow.dpatch: upstream
    changes, thanks to Stephan Hermann.
  * References
    http://bugs.python.org/file8592/python-2.5.CVE-2007-4965-int-overflow.patch
    CVE-2007-4965

 -- Kees Cook <email address hidden>   Thu, 06 Mar 2008 14:39:57 -0800
Superseded in dapper-updates
Superseded in dapper-security
python2.4 (2.4.3-0ubuntu6.1) dapper-security; urgency=low

  * SECURITY UPDATE: code execution via integer overflows, information
    leak via strxfrm.
  * debian/rules, debian/patches/CVE-2007-4965-int-overflow.dpatch: upstream
    changes, thanks to Stephan Hermann.
  * debian/rules, debian/patches/strxfrm-leak.dpatch: upstream changes.
  * References
    http://bugs.python.org/file8592/python-2.5.CVE-2007-4965-int-overflow.patch
    CVE-2007-4965
    CVE-2007-2052

 -- Kees Cook <email address hidden>   Thu, 06 Mar 2008 14:39:57 -0800
Superseded in hardy-release
python2.4 (2.4.5~c1-1ubuntu1) hardy; urgency=low

  * Merge with Debian; remaining changes:
    - Rebuild the control file.
    - Build the -doc package from this source.

Superseded in hardy-release
python2.4 (2.4.4-7ubuntu5) hardy; urgency=low

  * Build-depend on libdb4.2-dev on all architectures; 4.6 is seriously
    broken when used with the _bsddb extension. LP: #196147.

 -- Matthias Klose <email address hidden>   Wed, 27 Feb 2008 18:39:55 +0100
Superseded in hardy-release
python2.4 (2.4.4-7ubuntu4) hardy; urgency=low

  * Add gc module to python2.4-minimal.

 -- Matthias Klose <email address hidden>   Tue, 26 Feb 2008 14:32:02 +0000
Superseded in hardy-release
python2.4 (2.4.4-7ubuntu3) hardy; urgency=low

  * SVN update up to 2008-02-26.
    - Fix issue #1336, a race condition in subprocess.Popen.
  * Move site customization into sitecustomize.py, don't make site.py
    a config file. Addresses: #309719, #413172, #457361.
  * Move site.py to python2.4-minimal, remove `addbuilddir' from site.py,
    which is unnecessary for installed builds.
  * python2.4-dev: Recommend libc-dev instead of suggesting it. LP: #164909.
  * Fix issue 961805, Tk Text.edit_modified() fails. LP: #84720.

 -- Matthias Klose <email address hidden>   Tue, 26 Feb 2008 14:58:24 +0100
Superseded in hardy-release
python2.4 (2.4.4-7ubuntu2) hardy; urgency=low

  * debian/control.in: don't set XSBC-Original-Maintainer here, it will
    be fixed up for us in the control-file target when debian/control is
    generated.  LP: #194556.

 -- Steve Langasek <email address hidden>   Mon, 25 Feb 2008 18:09:43 +0000
Superseded in hardy-release
python2.4 (2.4.4-7ubuntu1) hardy; urgency=low

  * Merge with Debian; remaining changes:
    - Rebuild the control file.
    - Build the -doc package from this source.

Superseded in hardy-release
Obsolete in gutsy-release
python2.4 (2.4.4-6ubuntu4) gutsy; urgency=low

  * Trigger rebuild for hppa

 -- LaMont Jones <email address hidden>   Thu, 04 Oct 2007 12:21:44 -0600
Superseded in gutsy-release
python2.4 (2.4.4-6ubuntu3) gutsy; urgency=low

  * Remove the backport of the linecache patch.

 -- Matthias Klose <email address hidden>   Wed, 12 Sep 2007 02:02:42 +0200
Superseded in gutsy-release
python2.4 (2.4.4-6ubuntu2) gutsy; urgency=low

  * Revert back to use db4.5 for the bsddb3 extension. The DB_HASH access
    method databases can lockup the process.

 -- Matthias Klose <email address hidden>   Wed, 12 Sep 2007 00:07:24 +0200
Superseded in gutsy-release
python2.4 (2.4.4-6ubuntu1) gutsy; urgency=low

  * Merge with Debian; remaining changes:
    - Rebuild the control file.
    - Build the -doc package from this source.

Superseded in gutsy-release
python2.4 (2.4.4-5ubuntu2) gutsy; urgency=low

  * Build using db4.6.
  * Build-depend on emacs22, rebuild the documentation.

 -- Matthias Klose <email address hidden>   Wed, 15 Aug 2007 11:31:49 +0200
Superseded in gutsy-release
python2.4 (2.4.4-5ubuntu1) gutsy; urgency=low

  * Merge with Debian; remaining changes:
    - Rebuild the control file.
    - Build the -doc package from this source.

Superseded in gutsy-release
python2.4 (2.4.4-4ubuntu1) gutsy; urgency=low

  * Merge with Debian.

Superseded in gutsy-release
Obsolete in feisty-release
python2.4 (2.4.4-2ubuntu7) feisty; urgency=low

  * Use apport_python_hook instead of apport.python_hook to speedup
    the startup time of the interpreter. Ubuntu #105764.

 -- Matthias Klose <email address hidden>   Thu, 12 Apr 2007 13:11:00 +0200
Superseded in feisty-release
python2.4 (2.4.4-2ubuntu6) feisty; urgency=high

  * Fix off-by-one bug in strxfrm(). Debian #416931.

 -- Matthias Klose <email address hidden>   Thu,  5 Apr 2007 19:24:20 +0200
Superseded in feisty-release
python2.4 (2.4.4-2ubuntu5) feisty; urgency=low

  * python-dbg: After trying to load a foo_d.so or foomodule_d.so extension,
    try again using the unmodified name. The import will fail, if the extension
    is not built with Py_DEBUG, but it better integrates with third party
    archives (suggested by David Abrahams, Boost).

 -- Matthias Klose <email address hidden>   Thu, 29 Mar 2007 11:56:50 +0200
Superseded in feisty-release
python2.4 (2.4.4-2ubuntu4) feisty; urgency=low

  * Include the codecs and stringprep modules and all encodings except
    the multibyte encodings and the bz2 codec into the -minimal package.

 -- Matthias Klose <email address hidden>   Wed,  7 Mar 2007 17:56:22 +0100
Superseded in feisty-release
python2.4 (2.4.4-2ubuntu3) feisty; urgency=low

  * When trying to import the profile and pstats modules, don't
    exit, add a hint to the exception pointing to the python-profiler
    package, don't exit.
  * Do not encode the python version into the .egg-info name.

 -- Matthias Klose <email address hidden>   Mon,  5 Mar 2007 11:23:41 +0100
Superseded in feisty-release
python2.4 (2.4.4-2ubuntu1) feisty; urgency=low

  * Merge with Debian; remaining changes:
    - Regenerate the documentation and the control file.
  * Fix installation location of the extensions built for debug mode.
  * Move pyconfig.h from the python2.4-dev into the python2.4 package.
  * Do not install outdated debhelper sample scripts.
  * Set Ubuntu maintainer address.

 -- Matthias Klose <email address hidden>   Wed, 14 Feb 2007 21:08:06 +0100
Superseded in feisty-release
python2.4 (2.4.4-1ubuntu4) feisty; urgency=low

  * Revert all patches before upload.

 -- Matthias Klose <email address hidden>   Mon,  5 Feb 2007 17:02:20 +0100
Superseded in feisty-release
python2.4 (2.4.4-1ubuntu3) feisty; urgency=low

  * Change the interpreter to build and install python extensions
    built with the python-dbg interpreter with a different name into
    the same path (by appending `_d' to the extension name).
  * Don't apply the pydebug-path patch anymore.
  * distutils: Install an .egg-info file as done for python2.5. Do not encode
    the module version and python version into the .egg-info name.

 -- Matthias Klose <email address hidden>   Fri, 26 Jan 2007 15:22:33 +0100
Superseded in feisty-release
python2.4 (2.4.4-1ubuntu2) feisty; urgency=low

  * site.py: Add apport hook. Ubuntu #70957.

 -- Matthias Klose <email address hidden>   Wed, 13 Dec 2006 11:20:31 +0000
Superseded in feisty-release
python2.4 (2.4.4-1ubuntu1) feisty; urgency=low

  * Python 2.4.4 final release.
    - Regenerate the documentation.
  * Merge from Debian unstable.

 -- Matthias Klose <email address hidden>   Thu, 16 Nov 2006 14:06:39 -0800
Superseded in feisty-release
python2.4 (2.4.4~c1-0ubuntu2) feisty; urgency=low

  * Rebuild for ldbl128 change on powerpc and sparc.

 -- Matthias Klose <email address hidden>   Thu,  2 Nov 2006 10:01:01 +0000
Superseded in feisty-release
Obsolete in edgy-release
python2.4 (2.4.4~c1-0ubuntu1) edgy; urgency=low

  * Update up to the 2.4.4 release candidate 1.
    - Regenerate the documentation.

 -- Matthias Klose <email address hidden>   Wed, 11 Oct 2006 19:03:17 +0200
Superseded in dapper-updates
Superseded in dapper-security
python2.4 (2.4.3-0ubuntu6) dapper-security; urgency=low

  * debian/rules: Disable test_tcl, since it hangs eternally on the buildds.

 -- Martin Pitt <email address hidden>   Fri,  6 Oct 2006 09:13:39 +0200
Obsolete in breezy-security
python2.4 (2.4.2-1ubuntu0.2) breezy-security; urgency=low

  * Fixed 'unicode-repr.dpatch' to not require dpatch.

 -- Kees Cook <email address hidden>   Thu,  5 Oct 2006 16:12:58 +0000
Obsolete in hoary-security
python2.4 (2.4.1-0ubuntu0.2) hoary-security; urgency=low

  * Fixed 'unicode-repr.dpatch' to not require dpatch.

 -- Kees Cook <email address hidden>   Wed,  4 Oct 2006 16:11:21 +0000
Superseded in edgy-release
python2.4 (2.4.3-8ubuntu2) edgy; urgency=medium

  * SVN update up to 2006-09-29.
  * Rebuild the documentation.
  * Backport #1494314 for 2.4. Fix use of high-numbered sockets.
    Ubuntu #48301.
  * Really apply the patch to fix a buffer overrun in repr() for unicode
    strings. Ubuntu #56633. CVE-2006-4980.
  * Really apply the patch with RFC 2231 improvements for the email package.
    Ubuntu #57226.
  * Reduce Python logo size to 32x32.
  * Add a python2.4 console entry to the menu (hidden by default).
    Ubuntu #55290.
  * Call dh_iconcache.
  * python2.4: Suggest python2.4-profiler.
  * Fix invalid html in python2.4.devhelp.gz. Ubuntu #57095.

 -- Matthias Klose <email address hidden>   Fri, 29 Sep 2006 15:38:50 +0200
Superseded in edgy-release
python2.4 (2.4.3-8ubuntu1) edgy; urgency=low

  * SVN update up to 2006-08-25.
    - Fix buffer overrun in repr() for unicode strings. Ubuntu #56633.
  * Merge with Debian unstable.

Superseded in edgy-release
python2.4 (2.4.3-7ubuntu4) edgy; urgency=low

  * Update build-dependency for libbluetooth2-dev (since bluez-libs no
    longer builds libbluetooth1*).

 -- Daniel T Chen <email address hidden>   Wed, 23 Aug 2006 19:31:56 -0400
Superseded in edgy-release
python2.4 (2.4.3-7ubuntu3) edgy; urgency=low

  * debian/patches/langpack-gettext.dpatch:
    - updated to reflect current langpack policy, first look for local
      mo file, then for langpack mo file

 -- Michael Vogt <email address hidden>   Fri, 18 Aug 2006 12:50:04 +0200
Superseded in edgy-release
python2.4 (2.4.3-7ubuntu2) edgy; urgency=low

  * Readd bzip2 as build dependency.

 -- Matthias Klose <email address hidden>   Tue,  4 Jul 2006 14:52:24 +0200
Superseded in edgy-release
python2.4 (2.4.3-7ubuntu1) edgy; urgency=low

  * Resynchronize with Debian unstable. Remaining changes:
    - Apply langpack-gettext patch.
    - diff.gz contains pregenerated html and info docs.
    - Build the -doc package from this source.
  * SVN update up to 2006-06-29

 -- Matthias Klose <email address hidden>   Thu, 29 Jun 2006 17:39:57 +0200
Superseded in edgy-release
Obsolete in dapper-release
python2.4 (2.4.3-0ubuntu4) dapper; urgency=low

  * Update locale aliases from /usr/share/X11/locale/locale.alias.
    Closes: Malone #40079.
  * Print alive messages during test_compiler test (taken from the 2.4
    branch).
  * Build depend on netbase, needed by test_socketmodule.
  * Reenable the test_codeccallbacks test on sparc.
  * Enable all test resource, except the network resource when running
    on a buildd.
  * Start idle with option -n from the desktop menu. Closes: Malone #37192.
  * Update python logo.
  * Check for the availability of the profile and pstats modules when
    importing hotshot.pstats.

 -- Matthias Klose <email address hidden>   Fri, 21 Apr 2006 16:14:22 +0200
Superseded in dapper-release
python2.4 (2.4.3-0ubuntu3) dapper; urgency=low

  * Do not run the tests needing the network resource.

 -- Matthias Klose <email address hidden>   Mon, 10 Apr 2006 11:52:25 +0200
Superseded in dapper-release
python2.4 (2.4.3-0ubuntu2) dapper; urgency=low

  * Testsuite related changes only:
    - Add build dependencies mime-support, libgpmg1 (needed by test cases).
    - Run the testsuite with bsddb and curses resources enabled.
    - On sparc, don't run test_codeccallbacks (bus error).
    - Re-run the failed tests in verbose mode.
    - Run the test suite for the debug build as well.

 -- Matthias Klose <email address hidden>   Thu,  6 Apr 2006 01:10:26 +0200
Superseded in dapper-release
python2.4 (2.4.3-0ubuntu1) dapper; urgency=low

  * Python 2.4.3 release.
    - Fixed a bug that the gb18030 codec raises RuntimeError on encoding
      surrogate pair area on UCS4 build. Ubuntu: #29289.

 -- Matthias Klose <email address hidden>   Thu, 30 Mar 2006 10:57:32 +0200
Superseded in dapper-release
python2.4 (2.4.2+2.4.3c1-0ubuntu1) dapper; urgency=low

  * SVN update up to 2006-03-25 (2.4.3 candidate 1).
    - Regenerate the documentation.

 -- Matthias Klose <email address hidden>   Mon, 27 Mar 2006 12:03:05 +0000
Superseded in dapper-release
python2.4 (2.4.2-1ubuntu3) dapper; urgency=low

  * SVN update up to 2006-03-04
    - Regenerate the documentation.
    - map.mmap(-1, size, ...) can return anonymous memory again on Unix.
      Ubuntu #26201.
  * Build-depend on libncursesw5-dev, ncursesw5 is preferred for linking.
    Provides UTF-8 compliant curses bindings.
  * Fix difflib where certain patterns of differences were making difflib
    touch the recursion limit.

 -- Matthias Klose <email address hidden>   Sat,  4 Mar 2006 21:38:24 +0000
Superseded in dapper-release
Superseded in dapper-release
python2.4 (2.4.2-1ubuntu2) dapper; urgency=low


  * SVN update up to 2006-01-17
    - pwd is now a builtin module, remove it from python-minimal.
    - Regenerate the documentation.
  * python2.4-tk: Suggest tix instead of tix8.1.
  * Move config/Makefile from the -dev package into the runtime package
    to be able to use the bdist_wininst distutils command. Closes: #348335.

 -- Matthias Klose <email address hidden>  Tue, 17 Jan 2006 11:02:24 +0000
Superseded in dapper-release
python2.4 (2.4.2-1ubuntu1) dapper; urgency=low


  * Temporarily remove build dependency on lsb-release.

 -- Matthias Klose <email address hidden>  Sun, 20 Nov 2005 17:40:18 +0100
Obsolete in breezy-release
python2.4 (2.4.2-1) unstable; urgency=low


  * Python 2.4.2 release.

 -- Matthias Klose <email address hidden>  Thu, 29 Sep 2005 01:49:28 +0200
Obsolete in hoary-release
python2.4 (2.4.1-0) hoary; urgency=low


  * Python 2.4.1 release.
  * Fix noise in python-doc installation/removal.
  * New Python section for the info docs.

 -- Matthias Klose <email address hidden>  Wed, 30 Mar 2005 16:35:34 +0200
174 of 74 results