]> git.saurik.com Git - apt.git/commitdiff
1.2.15 RC1
authorJulian Andres Klode <jak@debian.org>
Wed, 5 Oct 2016 20:01:01 +0000 (22:01 +0200)
committerJulian Andres Klode <jak@debian.org>
Wed, 5 Oct 2016 20:02:41 +0000 (22:02 +0200)
14 files changed:
configure.ac
debian/changelog
doc/apt-get.8.xml
doc/apt-verbatim.ent
doc/po/apt-doc.pot
doc/po/de.po
doc/po/es.po
doc/po/fr.po
doc/po/it.po
doc/po/ja.po
doc/po/nl.po
doc/po/pl.po
doc/po/pt.po
doc/po/pt_BR.po

index a74ebdd441c6c297dc67a7542859ccd5d4868f9c..5d0ff1a26587c06857aaba239c89ad33a9e54d26 100644 (file)
@@ -19,7 +19,7 @@ AC_CONFIG_AUX_DIR(buildlib)
 AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in)
 
 PACKAGE="apt"
-PACKAGE_VERSION="1.2.14"
+PACKAGE_VERSION="1.2.15~rc1"
 PACKAGE_MAIL="APT Development Team <deity@lists.debian.org>"
 AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
 AC_DEFINE_UNQUOTED(PACKAGE_VERSION,"$PACKAGE_VERSION")
index 7fd1cd88440d805215150410accebd747e3b81e5..ed4e4176239a2629eac21c3b108693938f0f944e 100644 (file)
@@ -1,3 +1,69 @@
+apt (1.2.15~rc1) xenial; urgency=medium
+
+  [ Julian Andres Klode ]
+  * methods/ftp: Cope with weird PASV responses.
+    Thanks to Lukasz Stelmach for the initial patch (Closes: #420940)
+  * Fix buffer overflow in debListParser::VersionHash() (Closes: #828812)
+  * cache: Bump minor version to 6
+  * indextargets: Check that cache could be built before using it
+    (Closes: #829651)
+  * gpgv: Unlink the correct temp file in error case
+  * fileutl: empty file support: Avoid fstat() on -1 fd and check result
+  * Ignore SIGINT and SIGQUIT for Pre-Install hooks
+  * install-progress: Call the real ::fork() in our fork() method
+  * Accept --autoremove as alias for --auto-remove
+  * apt-inst: debfile: Pass comp. Name to ExtractTar, not Binary
+  * changelog: Respect Dir setting for local changelog getting
+  * Fix segfault and out-of-bounds read in Binary fields
+  * Merge translations from 1.3~rc3
+  * TagFile: Fix off-by-one errors in comment stripping
+  * Base256ToNum: Fix uninitialized value
+  * VersionHash: Do not skip too long dependency lines
+  * Do not read stderr from proxy autodetection scripts
+
+  [ Nicolas Le Cam ]
+  * Use the ConditionACPower feature of systemd in the apt-daily service
+    (Closes: #827930)
+
+  [ David Kalnischkies ]
+  * close server if parsing of header field failed
+  * don't do atomic overrides with failed files (Closes: 828908)
+  * if reading of autobit state failed, let write fail
+  * write auto-bits before calling dpkg & again after if needed
+  * factor out Pkg/DepIterator prettyprinters into own header
+  * protect only the latest same-source providers from autoremove
+  * reinstalling local deb file is no downgrade
+  * do not treat same-version local debs as downgrade
+  * avoid 416 response teardown binding to null pointer
+  * don't change owner/perms/times through file:// symlinks
+  * report all instead of first error up the acquire chain
+  * keep trying with next if connection to a SRV host failed
+  * call flush on the wrapped writebuffered FileFd
+  * verify hash of input file in rred
+  * use proper warning for automatic pipeline disable
+  * rred: truncate result file before writing to it (Closes: #831762)
+  * if the FileFd failed already following calls should fail, too
+  * pass --force-remove-essential to dpkg only if needed
+  * allow user@host (aka: no password) in URI parsing
+  * drop incorrect const attribute from DirectoryExists (LP: 1473674)
+  * http(s): allow empty values for header fields (Closes: 834048)
+  * don't try pipelining if server closes connections (Closes: #832113)
+  * don't loop on pinning pkgs from absolute debs by regex (Closes: 835818)
+  * try not to call memcpy with length 0 in hash calculations
+  * abort connection on '.' target replies in SRV
+
+  [ Andrew Patterson ]
+  * Add kernels with "+" in the package name to APT::NeverAutoRemove
+    (Closes: #830159)
+
+  [ Mert Dirik ]
+  * Turkish program translation update (Closes: 832039)
+
+  [ Zhou Mo ]
+  * zh_CN.po: update simplified chinese translation
+
+ -- Julian Andres Klode <jak@debian.org>  Wed, 05 Oct 2016 21:57:49 +0200
+
 apt (1.2.14) unstable; urgency=medium
 
   [ Julian Andres Klode ]
index 7810b69c2a459028f0c85fe35a1cafaad8554d68..21611ee91571aeabaed3c585095209b22dbabbf2 100644 (file)
@@ -14,7 +14,7 @@
    &apt-email;
    &apt-product;
    <!-- The last update date -->
-   <date>2015-08-14T00:00:00Z</date>
+   <date>2016-10-05T00:00:00Z</date>
  </refentryinfo>
  
  <refmeta>
index 788ee0e7fd7125603907247f5b2f870f2781985a..e74a0b8f0f23a3bfa3f7f774b81f5d6bad5c184e 100644 (file)
 ">
 
 <!-- this will be updated by 'prepare-release' -->
-<!ENTITY apt-product-version "1.2.14">
+<!ENTITY apt-product-version "1.2.15~rc1">
 
 <!-- (Code)names for various things used all over the place -->
 <!ENTITY debian-oldstable-codename "wheezy">
index 4df1332d71f2eeed81a587c28275329c66756ef6..fb4587b66c5d0652482a463e017013980397e97b 100644 (file)
@@ -5,9 +5,9 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: apt-doc 1.2.14\n"
+"Project-Id-Version: apt-doc 1.2.15~rc1\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-06-22 14:55+0200\n"
+"POT-Creation-Date: 2016-10-05 22:02+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
index b4a3b9ead49fa42d631a95e14050163a17eedfe4..7fc1149d2d31f72efb6fdcebbba99b1f9aa1e36f 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.8\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-06-22 14:55+0200\n"
+"POT-Creation-Date: 2016-10-05 22:02+0200\n"
 "PO-Revision-Date: 2014-09-14 14:46+0200\n"
 "Last-Translator: Chris Leick <c.leick@vollbio.de>\n"
 "Language-Team: German <debian-l10n-german@lists.debian.org>\n"
index b9830c056a33e3bec18063c0f6376f84ba505a24..f65277a8995a51c0a4318a0cc9d28d6e2e092c6c 100644 (file)
@@ -38,7 +38,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-06-22 14:55+0200\n"
+"POT-Creation-Date: 2016-10-05 22:02+0200\n"
 "PO-Revision-Date: 2014-07-04 01:31+0200\n"
 "Last-Translator: Omar Campagne <ocampagne@gmail.com>\n"
 "Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n"
index fc8683c27072c87a034347c83db6728f1fde2ee1..57817a9243db45154876275e900e4afad91c0393 100644 (file)
@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-06-22 14:55+0200\n"
+"POT-Creation-Date: 2016-10-05 22:02+0200\n"
 "PO-Revision-Date: 2014-11-15 17:26+0100\n"
 "Last-Translator: Jean-Pierre Giraud <jean-pierregiraud@neuf.fr>\n"
 "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
index a37bdf6228fd2ffb58c1ee90a4e2e1f76f27ddf0..34ab17fda3b0263d80db13f1101bf328119a40e8 100644 (file)
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-06-22 14:55+0200\n"
+"POT-Creation-Date: 2016-10-05 22:02+0200\n"
 "PO-Revision-Date: 2015-12-27 21:26+0200\n"
 "Last-Translator: Beatrice Torracca <beatricet@libero.it>\n"
 "Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
index d8545c4d2240c9ec85e87f28fd5a5d03d14b55a9..44eb52ba1da28faabc1365d3614bc7749b619197 100644 (file)
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.6\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-06-22 14:55+0200\n"
+"POT-Creation-Date: 2016-10-05 22:02+0200\n"
 "PO-Revision-Date: 2016-03-23 09:39+0900\n"
 "Last-Translator: Takuma Yamada <tyamada@takumayamada.com>\n"
 "Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
index 23cd3c0a7bd78f54d6a70ff99b47cae00eb6261c..77abe3cb96059f48c90c69c70014ca888bbaa58b 100644 (file)
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt-doc 1.1.10-nl\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-06-22 14:55+0200\n"
+"POT-Creation-Date: 2016-10-05 22:02+0200\n"
 "PO-Revision-Date: 2016-02-01 16:17+0100\n"
 "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n"
 "Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n"
index e2157e60a147183d2f76c7f65d099b9882f243ed..e39c77e6a08eb859aa9c700ef87772a978ad71dd 100644 (file)
@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-06-22 14:55+0200\n"
+"POT-Creation-Date: 2016-10-05 22:02+0200\n"
 "PO-Revision-Date: 2014-07-04 02:13+0200\n"
 "Last-Translator: Robert Luberda <robert@debian.org>\n"
 "Language-Team: Polish <manpages-pl-list@lists.sourceforge.net>\n"
index d6e79a78badc01984acbe18d5fbd644b97584a71..016ca41d4e86624904e0214a2d650a6bfba9822a 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.7\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-06-22 14:55+0200\n"
+"POT-Creation-Date: 2016-10-05 22:02+0200\n"
 "PO-Revision-Date: 2014-08-29 00:34+0100\n"
 "Last-Translator: Américo Monteiro <a_monteiro@gmx.com>\n"
 "Language-Team: Portuguese <traduz@debianpt.org>\n"
index d9405649193ce365e012d5291a05402383561c58..20a4b0a3cf1f9d1f3017e0b476e98e5ae4d2badc 100644 (file)
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-06-22 14:55+0200\n"
+"POT-Creation-Date: 2016-10-05 22:02+0200\n"
 "PO-Revision-Date: 2004-09-20 17:02+0000\n"
 "Last-Translator: André Luís Lopes <andrelop@debian.org>\n"
 "Language-Team: <debian-l10n-portuguese@lists.debian.org>\n"