diff options
author | Julian Andres Klode <jak@debian.org> | 2017-10-26 00:32:46 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2017-10-26 00:32:46 +0200 |
commit | b8061d510680ed2acea54c8051133d80a6c199d4 (patch) | |
tree | 82d423276fbb32be983122f4dffc109f4ce7a207 | |
parent | 924eaf3c1a7f7d002a151b173805864b54671371 (diff) |
Release 1.6~alpha21.6_alpha2
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | debian/changelog | 11 | ||||
-rw-r--r-- | doc/apt-verbatim.ent | 2 | ||||
-rw-r--r-- | doc/po/apt-doc.pot | 4 | ||||
-rw-r--r-- | po/apt-all.pot | 4 |
5 files changed, 17 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0e9d54d63..0ce651d07 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -176,7 +176,7 @@ endif() # Configure some variables like package, version and architecture. set(PACKAGE ${PROJECT_NAME}) set(PACKAGE_MAIL "APT Development Team <deity@lists.debian.org>") -set(PACKAGE_VERSION "1.6~alpha1") +set(PACKAGE_VERSION "1.6~alpha2") if (NOT DEFINED DPKG_DATADIR) execute_process(COMMAND ${PERL_EXECUTABLE} -MDpkg -e "print $Dpkg::DATADIR;" diff --git a/debian/changelog b/debian/changelog index 569a55f57..1d0ffebea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +apt (1.6~alpha2) unstable; urgency=medium + + * seccomp: Conditionalize statx() whitelisting + * CMake: methods: Cleanup link libraries, use OBJECT libraries + * methods: Enable additional syscalls (SYSV IPC) in fakeroot (Closes: #879662) + * Don't segfault if receiving a method warning on empty queue + * Only warn about seccomp() EINVAL (normal) and EFAULT (qemu) errors + * Print syscall number and arch to stderr when trapped by seccomp + + -- Julian Andres Klode <jak@debian.org> Thu, 26 Oct 2017 00:32:20 +0200 + apt (1.6~alpha1) unstable; urgency=medium [ Julian Andres Klode ] diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index 873aafab0..9d3246326 100644 --- a/doc/apt-verbatim.ent +++ b/doc/apt-verbatim.ent @@ -245,7 +245,7 @@ "> <!-- this will be updated by 'prepare-release' --> -<!ENTITY apt-product-version "1.6~alpha1"> +<!ENTITY apt-product-version "1.6~alpha2"> <!-- (Code)names for various things used all over the place --> <!ENTITY debian-oldstable-codename "jessie"> diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot index e6e9d7e27..16208e53f 100644 --- a/doc/po/apt-doc.pot +++ b/doc/po/apt-doc.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt-doc 1.6~alpha1\n" +"Project-Id-Version: apt-doc 1.6~alpha2\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2017-10-23 01:59+0200\n" +"POT-Creation-Date: 2017-10-26 00:32+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" diff --git a/po/apt-all.pot b/po/apt-all.pot index deb6ac1cb..073682b48 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt 1.6~alpha1\n" +"Project-Id-Version: apt 1.6~alpha2\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2017-10-23 01:59+0200\n" +"POT-Creation-Date: 2017-10-26 00:32+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" |