diff options
author | Michael Vogt <mvo@debian.org> | 2014-07-10 10:52:34 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-07-10 11:45:54 +0200 |
commit | 1e7ec0d86200b496257fbb6688e866dea354784d (patch) | |
tree | c85d8f18c74b9a841a7ba97b4f1e10b6d847c1b3 /debian | |
parent | 7d1b93d94083a3856efc821bacd9e91f80bbf760 (diff) |
prepare 1.0.6
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 70743a29d..d81cbb9e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,45 @@ +apt (1.0.6) unstable; urgency=medium + + [ Chris Leick ] + * German translation reviewed by Erik Pfannenstein + + [ Michael Vogt ] + * methods/http.cc: use Req.str() in debug output + * Do not try to parse invalid translation files (LP: #756317) + * Do not clean "/" in pkgAcquire::Clean/pkgArchiveCleaner (Closes: #753531) + * Only show packages as upgradable if the have a CandidateVer != 0 + (Closes: #753297) + + [ Trần Ngọc Quân ] + * l10n: vi.po: Update 3 new messages + + [ Joe Hansen ] + * Danish program translation update (Closes: 753979) + + [ David Kalnischkies ] + * handle moved mmap after UniqFindTagWrite call (Closes: #753941) + + [ Michele Orrù ] + * use printf instead of echo in testing framework + + [ Cédric Barboiron ] + * Improve description how to turn off the caches (Closes: #753531) + + [ Guillem Jover ] + * po: Fill or add missing Language field + * po: Remove fuzzy from file msgid header + * po: Fill Project-Id-Version with correct project id and version + * po: Fix Plural-Forms fields + * po: Fix or add missing email addresses + * po: Fix encoding issues + * po: Fix format specifier order in translation + * build: Set the XSL parameter through the command line instead of sed + * build: Convert from DebianDoc SGML to DocBook XML + * doc: Convert from DebianDoc SGML to DocBook XML + * doc: Unfuzzy DocBook translations + + -- Michael Vogt <mvo@debian.org> Thu, 10 Jul 2014 10:51:21 +0200 + apt (1.0.5) unstable; urgency=low [ Michael Vogt ] |