~ubuntu-branches/ubuntu/vivid/apt/vivid-updates

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Michael Vogt, Michael Vogt, David Kalnischkies, Trần Ngọc Quân, Theppitak Karoonboonyanan, James McCoy
  • Date: 2014-04-25 13:15:03 UTC
  • mto: (223.1.1 utopic-proposed)
  • mto: This revision was merged to the branch mainline in revision 224.
  • Revision ID: package-import@ubuntu.com-20140425131503-t4z0jwou5u64wt6s
Tags: 1.0.2
[ Michael Vogt ]
* fix apt list output for pkgs in dpkg ^rc state
* Notice the user about "apt list -a" when only a single hit if found
* fix test-failure in adt
* apt-private/acqprogress.cc: fix output when ctrl-c is hit during 
  apt update (LP: #1310548, closes: #744297)
* Fix option name DPkg::Progress-Fancy in apt.8 manpage
  (LP: #1310506)

[ David Kalnischkies ]
* don't double-count seeks in FileFd::Skip for bzip/xz
* deal with umask only if we really need to for mkstemp
* consider priorities only for downloadable pkgs in resolver
* force fancy progressbar redraw on window size change
* clear HitEof flag in FileFd::Seek
* use Google C++ Testing Framework for libapt tests
* support dist-upgrade options in full-upgrade

[ Trần Ngọc Quân ]
* l10n: vi.po (624t): Update translation

[ Theppitak Karoonboonyanan ]
* Updated Thai program translation (closes: #745120)

[ James McCoy ]
* Consistently use Dpkg::Progress* in documentation (Closes: 745452)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
apt (1.0.2) unstable; urgency=medium
 
2
 
 
3
  [ Michael Vogt ]
 
4
  * fix apt list output for pkgs in dpkg ^rc state
 
5
  * Notice the user about "apt list -a" when only a single hit if found
 
6
  * fix test-failure in adt
 
7
  * apt-private/acqprogress.cc: fix output when ctrl-c is hit during 
 
8
    apt update (LP: #1310548, closes: #744297)
 
9
  * Fix option name DPkg::Progress-Fancy in apt.8 manpage
 
10
    (LP: #1310506)
 
11
 
 
12
  [ David Kalnischkies ]
 
13
  * don't double-count seeks in FileFd::Skip for bzip/xz
 
14
  * deal with umask only if we really need to for mkstemp
 
15
  * consider priorities only for downloadable pkgs in resolver
 
16
  * force fancy progressbar redraw on window size change
 
17
  * clear HitEof flag in FileFd::Seek
 
18
  * use Google C++ Testing Framework for libapt tests
 
19
  * support dist-upgrade options in full-upgrade
 
20
 
 
21
  [ Trần Ngọc Quân ]
 
22
  * l10n: vi.po (624t): Update translation
 
23
 
 
24
  [ Theppitak Karoonboonyanan ]
 
25
  * Updated Thai program translation (closes: #745120)
 
26
 
 
27
  [ James McCoy ]
 
28
  * Consistently use Dpkg::Progress* in documentation (Closes: 745452)
 
29
 
 
30
 -- Michael Vogt <mvo@debian.org>  Fri, 25 Apr 2014 13:15:03 +0200
 
31
 
1
32
apt (1.0.1) unstable; urgency=medium
2
33
 
3
34
  [ Michael Vogt ]