Change logs for bzr source package in Natty

  • bzr (2.3.4-0ubuntu1) natty-proposed; urgency=low
    
      * New upstream release.
       + Fix bzr version number in deprecation warnings. LP: #794960
       + Prevent write attemps on remote branch during "bzr up". LP: #786980
       + Fix conflict handling when two trees involved in a merge have different
         root ids. LP: #805809
    
    bzr (2.3.3-0ubuntu1) natty-proposed; urgency=low
    
      * New upstream release.
       + Fixes deprecation warning on newer versions of Python. LP: #760435
       + Stops 'bzr push' from copying entire repository if a .bzr directory is
         present without a branch. LP: #465517
       + Fixes undefined local variable error when waiting for lock. LP: #733136
       + Fixes lock contention issues pushing to a bound branch. LP: #733350
       + Transfers less data creating a new stacked branch. LP: #737234
       + Several fixes to the test suite, making it more robust. LP: #654733,
          LP: #751824
       + 'bzr merge --pull --preview' actually shows a preview rather than
         actually merging. LP: #760152
       + bzr smart server now supports UTF-8 user names. LP: #659763
       + user identity can now be set based on username and /etc/mailname, not
         requiring it to be set manually. LP: #616878
       + stacking is now fully transitive. LP: #715000
       + makes in-terminal crash report of plugins much shorter. LP: #716389
     -- Jelmer Vernooij <email address hidden>   Thu, 14 Jul 2011 21:12:58 +0200
  • bzr (2.3.3-0ubuntu1) natty-proposed; urgency=low
    
      * New upstream release.
       + Fixes deprecation warning on newer versions of Python. LP: #760435
       + Stops 'bzr push' from copying entire repository if a .bzr directory is
         present without a branch. LP: #465517
       + Fixes undefined local variable error when waiting for lock. LP: #733136
       + Fixes lock contention issues pushing to a bound branch. LP: #733350
       + Transfers less data creating a new stacked branch. LP: #737234
       + Several fixes to the test suite, making it more robust. LP: #654733,
          LP: #751824
       + 'bzr merge --pull --preview' actually shows a preview rather than
         actually merging. LP: #760152
       + bzr smart server now supports UTF-8 user names. LP: #659763
       + user identity can now be set based on username and /etc/mailname, not
         requiring it to be set manually. LP: #616878
       + stacking is now fully transitive. LP: #715000
       + makes in-terminal crash report of plugins much shorter. LP: #716389
     -- Jelmer Vernooij <email address hidden>   Wed, 08 Jun 2011 13:58:00 +0100
  • bzr (2.3.1-1ubuntu1) natty; urgency=low
    
      * Drop build dependency on python-subunit (universe). LP: #713038.
      * Disable parallel tests.
     -- Matthias Klose <email address hidden>   Sat, 26 Mar 2011 01:50:11 +0100
  • bzr (2.3.1-1) unstable; urgency=low
    
      * New upstream release.
       + Build depend on python-configobj >= 4.7.2+ds-2 which has a fix for bug
         #618349 which breaks the Bazaar testsuite.
      * Switch to dh_python2.
      * Switch to debhelper 7, drop cdbs.
    
    bzr (2.3.0-6) unstable; urgency=low
    
      * Support running the test suite in parallel.
      * Run selftest with -v so there is some indication of progress. This should
        prevent builds from being killed on buildds due to a lack of output.
      * Cherry-pick fix to use correct format character for unsigned int
        gc_chk_sha1_record members. Fixes FTBFS on alpha.
    
    bzr (2.3.0-5) unstable; urgency=low
    
      * Add 05_kfreebsd_tests: Enable FreeBSD kernel specific workarounds
        for Debian/kFreeBSD. Fixes FTBFS on kfreebsd-{i386,amd64}.
      * Set BZR_HOME during test run for hosts that don't have a home
        directory set.
    
    bzr (2.3.0-4) unstable; urgency=low
    
      * Use multiprocessing.cpu_count to retrieve number of CPUs if
        possible. Closes: #588853
    
    bzr (2.3.0-3) unstable; urgency=low
    
      [ Jelmer Vernooij ]
      * Bump debhelper dependency to debhelper 7.4.16, required for our use
        of --list-missing and --fail-missing.
    
      [ Max Bowsher ]
      * Run testsuite on bzr including compiled extensions.
      * Run testsuite on all architectures, not just when doing an
        architecture-independent build.
    
      [ Jelmer Vernooij ]
      * Disable launchpad plugin tests as they currently require access to
        Launchpad production. Closes: #614544
     -- Jelmer Vernooij <email address hidden>   Tue,  22 Mar 2011 11:02:16 +0000
  • bzr (2.3.0-2) unstable; urgency=low
    
      * Split python library into a separate package. Closes: #561647
    
    bzr (2.3.0-1) unstable; urgency=low
    
      * New upstream release.
     -- Jelmer Vernooij <email address hidden>   Tue,  08 Feb 2011 16:11:19 +0000
  • bzr (2.3.0~beta5-1) unstable; urgency=medium
    
      [ Jelmer Vernooij ]
      * Cherrypick fix for compatibility with python2.7 >= 2.7.1-2.  LP: #693880
      * Switch to python-support. Closes: #568462
      * Add missing build dependency on python-configobj.
      * Make dependency on python-testtools versioned (>= 0.9.5).
      * Re-remove included elementtree and configobj. Closes: #555343, #555336
    
      [ Vincent Ladeuil ]
      * New upstream release.
       + Fix https python-2.7 compatibility. Closes: #608085
       + Follow the Freedesktop XDG Base Directory Specification. LP: #195397
      * Drop unnecessary dependency on graphviz.
    
      [ Max Bowsher ]
      * Run testsuite for bundled plugins too.
    
      [ Jelmer Vernooij ]
      * Cherrypick fix around default locales.
     -- Jelmer Vernooij <email address hidden>   Tue,  25 Jan 2011 18:25:51 +0000
  • bzr (2.3.0~beta3-1ubuntu3) natty; urgency=low
    
      * Revert back to 2.3.0~beta3-1ubuntu1 as it's not just the readline() issue
        causing problems, but bzr will corrupt .bzr dirs with python 2.7, see
        LP #654731.
      * Really use python2.6 by setting --executable to /usr/bin/python2.6 instead
        of /usr/bin/python in debian/rules; thanks Bilal Akhtar.
     -- Loic Minier <email address hidden>   Mon, 03 Jan 2011 18:54:29 +0100
  • bzr (2.3.0~beta3-1ubuntu2) natty; urgency=low
    
      * Revert changes from 2.3.0~beta3-1ubuntu1 as they don't fix the build.
      * New patch, fix-readline-python2.7, from
        https://code.launchpad.net/~vila/bzr/2.2-693880-ssl-readline; LP: #693880.
     -- Loic Minier <email address hidden>   Mon, 03 Jan 2011 18:43:13 +0100
  • bzr (2.3.0~beta3-1ubuntu1) natty; urgency=low
    
      * Force usage of python2.6 both while building and when the bzr command
        is executed. This is a temporary change to fix issues caused in bzr
        due to the python 2.7 transition. (LP: #693880)
     -- Bilal Akhtar <email address hidden>   Mon, 03 Jan 2011 18:10:35 +0300
  • bzr (2.3.0~beta3-1build1) natty; urgency=low
    
      * Rebuild to add support for python 2.7.
     -- Matthias Klose <email address hidden>   Thu, 02 Dec 2010 23:58:46 +0000
  • bzr (2.3.0~beta3-1) unstable; urgency=low
    
      [ Jelmer Vernooij ]
      * Add testtools to build dependencies.
      * Run tests by default again, unless "nocheck" is present in
        DEB_BUILD_OPTIONS. (per policy)
    
      [ Max Bowsher ]
      * Amend watch file to match current package version scheme.
      * New upstream release.
     -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  09 Nov 2010 09:44:23 +0000
  • bzr (2.3.0~beta2-1) unstable; urgency=low
    
      * New upstream release.
      * Rebuild with python2.5 modules. Closes: #593409
    
    bzr (2.3.0~beta1-1) experimental; urgency=low
    
      * New upstream release.
     -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  15 Oct 2010 09:25:57 +0000
  • bzr (2.2.0-1) unstable; urgency=low
    
      * New upstream release.
       + Adds support for setting timestamps to originating revisions.
         Closes: #473450
       + Removes remaining string exception. Closes: #585193, LP: #586926
       + Add C extension to work around Python issue 1628205. LP: #583941,
         Closes: #577110
       + Avoids showing progress bars when --quiet is used. Closes: #542105,
         LP: #320035
       + No longer creates ~/.bazaar as root when run under sudo. LP: #376388
       + 'bzr commit' now supports -p as alternative for --show-diff. LP: #571467
       + 'bzr add' no longer adds .THIS/.BASE/.THEIRS files unless
         explicitly requested. LP: #322767
       + When parsing patch files, Bazaar now supports diff lines before each
         patch. LP: #502076
       + WorkingTrees now no longer requires using signal.signal, so can
         be used in a threaded environment. LP: #521989
       + An assertion error is no longer triggered when pushing to a pre-1.6
         Bazaar server. LP: #528041
      * Bump standards version to 3.9.1.
    
    bzr (2.2.0~b4-1) experimental; urgency=low
    
      * New upstream beta.
      * Bump standards version to 3.9.0.
      * Drop build dependency on zlib.
    
    bzr (2.2.0~b2-1) experimental; urgency=low
    
      * New upstream release.
      * Recommend python-launchpadlib. Closes: #568937
    
    bzr (2.1.2-1.1) unstable; urgency=low
    
      * Non-maintainer upload.
      * Fix access via http_proxy. Closes: #588430
     -- Jelmer Vernooij <email address hidden>   Sat, 07 Aug 2010 00:54:52 +0200