]> git.saurik.com Git - apt.git/commitdiff
* Apply patch to avoid truncating of arbitrary files. Thanks to Bryan
authorMichael Vogt <michael.vogt@ubuntu.com>
Tue, 3 Jun 2008 15:42:15 +0000 (17:42 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Tue, 3 Jun 2008 15:42:15 +0000 (17:42 +0200)
  Donlan <bdonlan@fushizen.net> for the patch. Closes: #482476
* Avoid using dbus if dbus-daemon isn't running. Closes: #438803
* apt-pkg/deb/dpkgpm.cc:
  - improve apt progress reporting, display trigger actions
* apt-pkg/depcache.cc:
  - when checking for new important deps, skip critical ones
    (LP: #236360)

* Vietnamese updated. Closes: #479748
* Russian updated. Closes: #479777
* Galician updated. Closes: #479792
* Portuguese updated. Closes: #479847
* Swedish updated. Closes: #479871
* Dutch updated. Closes: #480125
* Kurdish added. Closes: #480150
* Brazilian Portuguese updated. Closes: #480561
* Hungarian updated. Closes: #480662
* Apply patch to avoid truncating of arbitrary files. Thanks to Bryan
  Donlan <bdonlan@fushizen.net> for the patch. Closes: #482476
* Avoid using dbus if dbus-daemon isn't running. Closes: #438803

* debian/apt.cron.daily:
  - apply patch based on the ideas of Francesco Poli for better
    behavior when the cache can not be locked (closes: #459344)

1  2 
apt-pkg/deb/dpkgpm.cc
apt-pkg/deb/dpkgpm.h
apt-pkg/depcache.cc
configure.in
debian/changelog

Simple merge
Simple merge
Simple merge
diff --cc configure.in
index f43f8cc23097f488890f28077682a48d5e0ce913,c0c73e1c8d1ab750db40dfbcfa3dcdcd160cc76c..b9368ae8c8d6781488587067ec40b1fde892e4e0
@@@ -18,7 -18,7 +18,7 @@@ AC_CONFIG_AUX_DIR(buildlib
  AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in)
  
  dnl -- SET THIS TO THE RELEASE VERSION --
- AC_DEFINE_UNQUOTED(VERSION,"0.7.14ubuntu2")
 -AC_DEFINE_UNQUOTED(VERSION,"0.7.13")
++AC_DEFINE_UNQUOTED(VERSION,"0.7.14ubuntu3")
  PACKAGE="apt"
  AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
  AC_SUBST(PACKAGE)
index c1bc316065f229ab2e8471480e30dde4deb42d69,608f7c764f340baedb3634a0e615fff1a9849b61..e21260ffb344e461c1d9bd1b20f24ddb1bcf9290
@@@ -1,23 -1,25 +1,39 @@@
 -apt (0.7.15) UNRELEASED; urgency=low
++apt (0.7.14ubuntu3) intrepid; urgency=low
 -  [ Osamu Aoki ]
 -  * Updated cron script to support backups by hardlinks and 
 -    verbose levels.  All features turned off by default. 
 -  * Added more error handlings.  Closes: #438803, #462734, #454989, 
 -  * Refactored condition structure to make download and upgrade performed 
 -    if only previous steps succeeded. Closes: #341970
 -  * Documented all cron script related configuration items in 
 -    configure-index.
++  [ Otavio Salvador ]
++  * Apply patch to avoid truncating of arbitrary files. Thanks to Bryan
++    Donlan <bdonlan@fushizen.net> for the patch. Closes: #482476
++  * Avoid using dbus if dbus-daemon isn't running. Closes: #438803
+   [ Michael Vogt ]
+   * apt-pkg/deb/dpkgpm.cc:
+     - improve apt progress reporting, display trigger actions
+   * apt-pkg/depcache.cc:
+     - when checking for new important deps, skip critical ones
+       (LP: #236360)
++  
++ -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 03 Jun 2008 17:27:07 +0200
++
 +apt (0.7.14ubuntu2) intrepid; urgency=low
  
 - --
 +  * debian/control:
 +    - fix FTBFS by adding missing intltool dependency 
  
 -apt (0.7.14) unstable; urgency=low
 + -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 09 May 2008 13:50:22 +0200
  
 +apt (0.7.14ubuntu1) intrepid; urgency=low
 +
 +  [ Michael Vogt ]
 +  * enable installation of recommends by default
 +  * debian/apt.conf.ubuntu:
 +    - remove APT::Install-Recommends-Sections (no longer needed)
 +  * merged from debian/sid, remaining changes:
 +    - authentication-reliable branch (to be merged into debian soon)
 +    - mirror:// uri branch (breaks ABI in debian, not merged yet)
 +    - apport failure reporting
 +    - show warning on apt-get source with 'Vcs-' header
 +    - proxy detection from gconf in apt.cron
 +  
    [ Christian Perrier ]
    * Mark a message from dselect backend as translatable
      Thanks to Frédéric Bothamy for the patch