diff options
author | Julian Andres Klode <jak@debian.org> | 2016-08-06 22:49:28 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2016-08-06 22:49:28 +0200 |
commit | 8970deacc29d826c8a5d5b297f0150b0ad194b73 (patch) | |
tree | da20e0dd81d2cbadfa4af1d1522416d7ab39567b /debian | |
parent | 7c0a660e184ded5b79e5294376c12c46698d42a8 (diff) |
releasing package apt version 1.3~pre3+cmake11.3_pre3+cmake1
Diffstat (limited to 'debian')
-rw-r--r-- | debian/NEWS | 14 | ||||
-rw-r--r-- | debian/changelog | 15 |
2 files changed, 29 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS index 934391456..f82dedf41 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,3 +1,17 @@ +apt (1.3~pre3+cmake1) experimental; urgency=medium + + Early version of CMake based build system. Translations for the dselect + method and docbook guides are missing, just as the text docbook guides. + + This is mainly intended for checking building, reproducibility, and + cross-compiling. + + This is also the first release since 1999 that re-enabled a thread-local + _error. It was disabled by jgg back then due to glibc issues, but I really + hope those are fixed now. + + -- Julian Andres Klode <jak@debian.org> Sat, 06 Aug 2016 21:56:19 +0200 + apt (1.2~exp1) experimental; urgency=medium [ Automatic removal of debs after install ] diff --git a/debian/changelog b/debian/changelog index cdb3c3345..7217ae21f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +apt (1.3~pre3+cmake1) experimental; urgency=medium + + [ Julian Andres Klode ] + * configure.ac: Re-enable pthread support for thread-local _error + * CMake: Add basic CMake build system + * CMake: Add support for building and installing .mo files + * CMake: Add initial support for documentation building + * CMake: Switch integration tests and travis over + * CMake: debian: Switch packaging over to CMake and dh 9 + + [ Jason Travis ] + * doc: update path to periodic options script + + -- Julian Andres Klode <jak@debian.org> Sat, 06 Aug 2016 22:37:30 +0200 + apt (1.3~pre3) unstable; urgency=medium [ Julian Andres Klode ] |