Skip to content

Commit

Permalink
Release 1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-klode committed Dec 29, 2015
1 parent d86b8f8 commit 0327b79
Show file tree
Hide file tree
Showing 57 changed files with 295 additions and 251 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.9"
PACKAGE_VERSION="1.1.10"
PACKAGE_MAIL="APT Development Team <deity@lists.debian.org>"
AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
AC_DEFINE_UNQUOTED(PACKAGE_VERSION,"$PACKAGE_VERSION")
Expand Down
22 changes: 22 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
apt (1.1.10) unstable; urgency=medium

[ David Kalnischkies ]
* deal with empty values properly in deb822 parser (Closes: 808102)

[ Beatrice Torracca ]
* fix 3 typos/omissions in apt.conf(5) (Closes: 809160)

[ Julian Andres Klode ]
* BufferedWriter: flushing: Check for written < size instead of <=
* aptconfiguration: Set default compression level to 6
* BufferedFileFdPrivate: Make InternalFlush() save against errors
* Switch to DJB hashing and use prime number as table size
* Turn tolower_ascii() and isspace_ascii() into inline functions
* Fix test case that was broken by switch of hash function
* pkgTagSection::Scan: Fix read of uninitialized value
* pkgCacheGenerator: Allow passing down an already created cache
* Add support for calculating hashes over the entire cache
* Do not sync the cache file

-- Julian Andres Klode <jak@debian.org> Wed, 30 Dec 2015 00:40:53 +0100

apt (1.1.9) unstable; urgency=medium

Highlights: buffered rred writes and slightly faster cache generation (~10%)
Expand Down
2 changes: 1 addition & 1 deletion doc/apt-verbatim.ent
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
">

<!-- this will be updated by 'prepare-release' -->
<!ENTITY apt-product-version "1.1.9">
<!ENTITY apt-product-version "1.1.10">

<!-- (Code)names for various things used all over the place -->
<!ENTITY oldstable-codename "wheezy">
Expand Down
4 changes: 2 additions & 2 deletions doc/po/apt-doc.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: apt-doc 1.1.9\n"
"Project-Id-Version: apt-doc 1.1.10\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
"POT-Creation-Date: 2015-12-27 22:52+0100\n"
"POT-Creation-Date: 2015-12-30 00:41+0100\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"
Expand Down
2 changes: 1 addition & 1 deletion doc/po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -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: 2015-12-27 22:52+0100\n"
"POT-Creation-Date: 2015-12-30 00:41+0100\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"
Expand Down
2 changes: 1 addition & 1 deletion doc/po/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -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: 2015-12-27 22:52+0100\n"
"POT-Creation-Date: 2015-12-30 00:41+0100\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"
Expand Down
2 changes: 1 addition & 1 deletion doc/po/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -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: 2015-12-27 22:52+0100\n"
"POT-Creation-Date: 2015-12-30 00:41+0100\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"
Expand Down
2 changes: 1 addition & 1 deletion doc/po/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -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: 2015-12-27 22:52+0100\n"
"POT-Creation-Date: 2015-12-30 00:41+0100\n"
"PO-Revision-Date: 2015-01-27 14:11+0200\n"
"Last-Translator: Beatrice Torracca <beatricet@libero.it>\n"
"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion doc/po/ja.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,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: 2015-12-27 22:52+0100\n"
"POT-Creation-Date: 2015-12-30 00:41+0100\n"
"PO-Revision-Date: 2014-07-10 19:52+0900\n"
"Last-Translator: KURASAWA Nozomu <nabetaro@debian.or.jp>\n"
"Language-Team: Debian Japanese List <debian-japanese@lists.debian.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion doc/po/nl.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt-doc 1.0.10.1-nl\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
"POT-Creation-Date: 2015-12-27 22:52+0100\n"
"POT-Creation-Date: 2015-12-30 00:41+0100\n"
"PO-Revision-Date: 2015-10-17 13:21+0200\n"
"Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n"
"Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion doc/po/pl.po
Original file line number Diff line number Diff line change
Expand Up @@ -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: 2015-12-27 22:52+0100\n"
"POT-Creation-Date: 2015-12-30 00:41+0100\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"
Expand Down
2 changes: 1 addition & 1 deletion doc/po/pt.po
Original file line number Diff line number Diff line change
Expand Up @@ -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: 2015-12-27 22:52+0100\n"
"POT-Creation-Date: 2015-12-30 00:41+0100\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"
Expand Down
2 changes: 1 addition & 1 deletion doc/po/pt_BR.po
Original file line number Diff line number Diff line change
Expand Up @@ -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: 2015-12-27 22:52+0100\n"
"POT-Creation-Date: 2015-12-30 00:41+0100\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"
Expand Down
12 changes: 6 additions & 6 deletions po/apt-all.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: apt 1.1.9\n"
"Project-Id-Version: apt 1.1.10\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
"POT-Creation-Date: 2015-12-27 19:17+0100\n"
"POT-Creation-Date: 2015-12-30 00:41+0100\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"
Expand Down Expand Up @@ -3344,10 +3344,6 @@ msgstr ""
msgid "The package cache file is an incompatible version"
msgstr ""

#: apt-pkg/pkgcache.cc
msgid "The package cache file is corrupted, it is too small"
msgstr ""

#: apt-pkg/pkgcache.cc
#, c-format
msgid "This APT does not support the versioning system '%s'"
Expand All @@ -3358,6 +3354,10 @@ msgstr ""
msgid "The package cache was built for different architectures: %s vs %s"
msgstr ""

#: apt-pkg/pkgcache.cc
msgid "The package cache file is corrupted, it has the wrong hash"
msgstr ""

#: apt-pkg/pkgcache.cc
msgid "Depends"
msgstr ""
Expand Down
10 changes: 5 additions & 5 deletions po/ar.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
"POT-Creation-Date: 2015-12-27 19:17+0100\n"
"POT-Creation-Date: 2015-12-30 00:41+0100\n"
"PO-Revision-Date: 2006-10-20 21:28+0300\n"
"Last-Translator: Ossama M. Khayat <okhayat@yahoo.com>\n"
"Language-Team: Arabic <support@arabeyes.org>\n"
Expand Down Expand Up @@ -3406,10 +3406,6 @@ msgstr ""
msgid "The package cache file is an incompatible version"
msgstr ""

#: apt-pkg/pkgcache.cc
msgid "The package cache file is corrupted, it is too small"
msgstr ""

#: apt-pkg/pkgcache.cc
#, c-format
msgid "This APT does not support the versioning system '%s'"
Expand All @@ -3420,6 +3416,10 @@ msgstr ""
msgid "The package cache was built for different architectures: %s vs %s"
msgstr ""

#: apt-pkg/pkgcache.cc
msgid "The package cache file is corrupted, it has the wrong hash"
msgstr ""

#: apt-pkg/pkgcache.cc
msgid "Depends"
msgstr "يعتمد"
Expand Down
12 changes: 6 additions & 6 deletions po/ast.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.7.18\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
"POT-Creation-Date: 2015-12-27 19:17+0100\n"
"POT-Creation-Date: 2015-12-30 00:41+0100\n"
"PO-Revision-Date: 2010-10-02 23:35+0100\n"
"Last-Translator: Iñigo Varela <ivarela@softastur.org>\n"
"Language-Team: Asturian (ast)\n"
Expand Down Expand Up @@ -3564,11 +3564,6 @@ msgstr "El ficheru de caché de paquetes ta tollíu"
msgid "The package cache file is an incompatible version"
msgstr "El ficheru de caché de paquetes ye una versión incompatible"

#: apt-pkg/pkgcache.cc
#, fuzzy
msgid "The package cache file is corrupted, it is too small"
msgstr "El ficheru de caché de paquetes ta tollíu"

#: apt-pkg/pkgcache.cc
#, c-format
msgid "This APT does not support the versioning system '%s'"
Expand All @@ -3579,6 +3574,11 @@ msgstr "Esti APT nun soporta'l sistema de versiones '%s'"
msgid "The package cache was built for different architectures: %s vs %s"
msgstr "La caché de paquetes creóse pa una arquitectura estremada"

#: apt-pkg/pkgcache.cc
#, fuzzy
msgid "The package cache file is corrupted, it has the wrong hash"
msgstr "El ficheru de caché de paquetes ta tollíu"

#: apt-pkg/pkgcache.cc
msgid "Depends"
msgstr "Depende de"
Expand Down
11 changes: 6 additions & 5 deletions po/bg.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.7.21\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
"POT-Creation-Date: 2015-12-27 19:17+0100\n"
"POT-Creation-Date: 2015-12-30 00:41+0100\n"
"PO-Revision-Date: 2012-06-25 17:23+0300\n"
"Last-Translator: Damyan Ivanov <dmn@debian.org>\n"
"Language-Team: Bulgarian <dict@fsa-bg.org>\n"
Expand Down Expand Up @@ -3605,10 +3605,6 @@ msgstr "Файлът за кеш на пакети е повреден"
msgid "The package cache file is an incompatible version"
msgstr "Файлът за кеш на пакети е несъвместима версия"

#: apt-pkg/pkgcache.cc
msgid "The package cache file is corrupted, it is too small"
msgstr "Файлът за кеш на пакети е повреден, твърде малък е"

#: apt-pkg/pkgcache.cc
#, c-format
msgid "This APT does not support the versioning system '%s'"
Expand All @@ -3619,6 +3615,11 @@ msgstr "Тази версия на APT не поддържа система за
msgid "The package cache was built for different architectures: %s vs %s"
msgstr "Кешът на пакети е бил направен за различна архитектура"

#: apt-pkg/pkgcache.cc
#, fuzzy
msgid "The package cache file is corrupted, it has the wrong hash"
msgstr "Файлът за кеш на пакети е повреден, твърде малък е"

#: apt-pkg/pkgcache.cc
msgid "Depends"
msgstr "Зависи от"
Expand Down
10 changes: 5 additions & 5 deletions po/bs.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.26\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
"POT-Creation-Date: 2015-12-27 19:17+0100\n"
"POT-Creation-Date: 2015-12-30 00:41+0100\n"
"PO-Revision-Date: 2004-05-06 15:25+0100\n"
"Last-Translator: Safir Šećerović <sapphire@linux.org.ba>\n"
"Language-Team: Bosnian <lokal@lugbih.org>\n"
Expand Down Expand Up @@ -3388,10 +3388,6 @@ msgstr ""
msgid "The package cache file is an incompatible version"
msgstr ""

#: apt-pkg/pkgcache.cc
msgid "The package cache file is corrupted, it is too small"
msgstr ""

#: apt-pkg/pkgcache.cc
#, c-format
msgid "This APT does not support the versioning system '%s'"
Expand All @@ -3402,6 +3398,10 @@ msgstr ""
msgid "The package cache was built for different architectures: %s vs %s"
msgstr ""

#: apt-pkg/pkgcache.cc
msgid "The package cache file is corrupted, it has the wrong hash"
msgstr ""

#: apt-pkg/pkgcache.cc
msgid "Depends"
msgstr "Zavisi"
Expand Down
11 changes: 6 additions & 5 deletions po/ca.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.9.7.6\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
"POT-Creation-Date: 2015-12-27 19:17+0100\n"
"POT-Creation-Date: 2015-12-30 00:41+0100\n"
"PO-Revision-Date: 2012-10-19 13:30+0200\n"
"Last-Translator: Jordi Mallach <jordi@debian.org>\n"
"Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n"
Expand Down Expand Up @@ -3605,10 +3605,6 @@ msgstr "El fitxer de memòria cau de paquets està corromput"
msgid "The package cache file is an incompatible version"
msgstr "El fitxer de memòria cau de paquets és una versió incompatible"

#: apt-pkg/pkgcache.cc
msgid "The package cache file is corrupted, it is too small"
msgstr "El fitxer de memòria cau de paquets està corromput, és massa petit"

#: apt-pkg/pkgcache.cc
#, c-format
msgid "This APT does not support the versioning system '%s'"
Expand All @@ -3619,6 +3615,11 @@ msgstr "Aquest APT no suporta el sistema de versions «%s»"
msgid "The package cache was built for different architectures: %s vs %s"
msgstr "La memòria cau de paquets fou creada per a una arquitectura diferent"

#: apt-pkg/pkgcache.cc
#, fuzzy
msgid "The package cache file is corrupted, it has the wrong hash"
msgstr "El fitxer de memòria cau de paquets està corromput, és massa petit"

#: apt-pkg/pkgcache.cc
msgid "Depends"
msgstr "Depèn"
Expand Down
11 changes: 6 additions & 5 deletions po/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
"POT-Creation-Date: 2015-12-27 19:17+0100\n"
"POT-Creation-Date: 2015-12-30 00:41+0100\n"
"PO-Revision-Date: 2015-08-29 15:24+0200\n"
"Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
Expand Down Expand Up @@ -3561,10 +3561,6 @@ msgstr "Cache soubor balíků je poškozen"
msgid "The package cache file is an incompatible version"
msgstr "Cache soubor balíků má nekompatibilní verzi"

#: apt-pkg/pkgcache.cc
msgid "The package cache file is corrupted, it is too small"
msgstr "Cache soubor balíků je poškozen, je příliš malý"

#: apt-pkg/pkgcache.cc
#, c-format
msgid "This APT does not support the versioning system '%s'"
Expand All @@ -3575,6 +3571,11 @@ msgstr "Tato APT nepodporuje systém pro správu verzí „%s“"
msgid "The package cache was built for different architectures: %s vs %s"
msgstr "Cache balíků byla vytvořena pro jinou architekturu: %s vs %s"

#: apt-pkg/pkgcache.cc
#, fuzzy
msgid "The package cache file is corrupted, it has the wrong hash"
msgstr "Cache soubor balíků je poškozen, je příliš malý"

#: apt-pkg/pkgcache.cc
msgid "Depends"
msgstr "Závisí na"
Expand Down
12 changes: 6 additions & 6 deletions po/cy.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
"POT-Creation-Date: 2015-12-27 19:17+0100\n"
"POT-Creation-Date: 2015-12-30 00:41+0100\n"
"PO-Revision-Date: 2005-06-06 13:46+0100\n"
"Last-Translator: Dafydd Harries <daf@muse.19inch.net>\n"
"Language-Team: Welsh <cy@pengwyn.linux.org.uk>\n"
Expand Down Expand Up @@ -3589,11 +3589,6 @@ msgstr "Mae'r ffeil storfa pecyn yn llygredig"
msgid "The package cache file is an incompatible version"
msgstr "Mae'r ffeil storfa pecyn yn fersiwn anghyflawn"

#: apt-pkg/pkgcache.cc
#, fuzzy
msgid "The package cache file is corrupted, it is too small"
msgstr "Mae'r ffeil storfa pecyn yn llygredig"

# FIXME: capitalisation?
#: apt-pkg/pkgcache.cc
#, fuzzy, c-format
Expand All @@ -3605,6 +3600,11 @@ msgstr "Nid yw'r APT yma yn cefnogi'r system fersiwn '%s'"
msgid "The package cache was built for different architectures: %s vs %s"
msgstr "Adeiladwyd y storfa pecyn ar gyfer pernsaerniaeth gwahanol"

#: apt-pkg/pkgcache.cc
#, fuzzy
msgid "The package cache file is corrupted, it has the wrong hash"
msgstr "Mae'r ffeil storfa pecyn yn llygredig"

#: apt-pkg/pkgcache.cc
msgid "Depends"
msgstr "Dibynnu"
Expand Down
Loading

0 comments on commit 0327b79

Please sign in to comment.