]> git.saurik.com Git - apt.git/commitdiff
* apt-pkg/deb/debrecords.cc:
authorMichael Vogt <michael.vogt@ubuntu.com>
Wed, 5 May 2010 08:43:56 +0000 (10:43 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Wed, 5 May 2010 08:43:56 +0000 (10:43 +0200)
  - fix max tag buffer size (LP: #545336, closes: #578959)

1  2 
debian/changelog

index d414af35a433768a1ef426e61f44d1595f3531f8,3421b8b6f688c9da90f1845501a7fc4e88841e8f..3ec1617c691bbda2776a0d58c2249c789481f52c
@@@ -66,23 -8,12 +66,25 @@@ apt (0.7.26~exp4) UNRELEASEDexperimenta
    * test/libapt/getlanguages_test.cc:
      - Add test for Esperanto that has nocounty associated with them
        (LP: #560956)
+   * apt-pkg/deb/debrecords.cc:
+     - fix max tag buffer size (LP: #545336, closes: #578959)
  
 - -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 04 May 2010 09:55:08 +0200
 +  [ Julian Andres Klode ]
 +  * apt-pkg/contrib/weakptr.h:
 +    - add a class WeakPointable which allows one to register weak pointers to
 +      an object which will be set to NULL when the object is deallocated.
 +  * [ABI break] apt-pkg/acquire{-worker,-item,}.h:
 +    - subclass pkgAcquire::{Worker,Item,ItemDesc} from WeakPointable.
 +  * apt-pkg/pkgcache.cc:
 +    - Merge fix from David to correct handling in single-arch environments.
 +  * cmdline/apt-cache.cc:
 +    - Add a showauto command to apt-cache.
 +  * cmdline/apt-get.cc:
 +    - Add apt-get markauto and unmarkauto commands.
 +
 + -- David Kalnischkies <kalnischkies@gmail.com>  Sat, 03 Apr 2010 14:58:39 +0200
  
 -apt (0.7.26~exp3) UNRELEASED; urgency=low
 +apt (0.7.26~exp3) experimental; urgency=low
  
    [ Christian Perrier ]
    * German translation update. Closes: #571037