diff options
author | Julian Andres Klode <jak@debian.org> | 2016-11-14 20:25:17 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2016-11-14 20:27:38 +0100 |
commit | 1a5a33501e277ccd4a4630db3b185cfecc48e865 (patch) | |
tree | 4c471a0504c8ab95f8c5dc6c78bfb879a6d5aa3a /debian/changelog | |
parent | d6af32cc6d58cbccf2578773da67e638934d36fb (diff) |
Release 1.2.16 RC1
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index b3bb1a0b7..e900c23ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +apt (1.2.16~rc1) xenial; urgency=medium + + [ David Kalnischkies ] + * avoid changing the global LC_TIME for Release writing + * use de-localed std::put_time instead rolling our own + * accept only the expected UTC timezones in date parsing (Closes: 819697) + * avoid std::get_time usage to sidestep libstdc++6 bug (LP: #1593583) + * imbue datetime parsing with C.UTF-8 locale (Closes: 828011) + * prevent C++ locale number formatting in text APIs (try 2) (Closes: 832044) + * prevent C++ locale number formatting in text APIs (try 3) (LP: #1611010) + (LP: #1592817) + * imbue .diff/Index parsing with C.UTF-8 as well + + [ Julian Andres Klode ] + * Use C locale instead of C.UTF-8 for protocol strings + * Add shippable.yml for CI on Shippable + * Revert "if the FileFd failed already following calls should fail, too" + + -- Julian Andres Klode <juliank@ubuntu.com> Mon, 14 Nov 2016 20:23:49 +0100 + apt (1.2.15) xenial; urgency=medium New micro release with bug fixes up to (and including) 1.3.1 (LP: #1638021) |