[Pkg-gnupg-commit] [libgpg-error] branch master updated (ee9589e -> ab974b8)
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Wed Nov 16 01:31:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
dkg pushed a change to branch master
in repository libgpg-error.
from ee9589e preparing release
new 3b8a33a update debian/watch
new 662f4b7 remove unused lintian override
new 2314063 Post release updates.
new b2640cb New error code GPG_ERR_ENGINE_TOO_OLD
new bc3e817 Add error WINDOW_TOO_SMALL, WINDOW_TOO_LARGE, and MISSING_ENVVAR.
new bf7eb97 Check the size of the time_t.
new d6416fb syscfg: Add support for {i686,x86_64}-apple-darwin.
new 0c837a8 Add error code USER_ID_EXISTS, NAME_EXISTS, and DUP_NAME.
new 0734f48 estream: Fix modestring parsing.
new 5985580 tests: Fix name of the test.
new 49e32ee Add error codes GPG_ERR_TOO_YOUNG and GPG_ERR_TOO_OLD.
new bae57a2 Change description of GPG_ERR_OPEN_KEYRING.
new b1ccab5 w32: Fix lock c++ narrowing conversion warning
new 25d463c Use the syscall clamp functions also for lock functions
new b797276 Add new interface gpgrt_get_syscall_clamp.
new 135319b estream: Rework modestring handling.
new a0651e9 estream: Rework how the cookie functions are handled.
new e15416d estream: Track the kind of backend used.
new 40e5ff0 estream: Support 'es_poll' on Windows.
new c26117b estream: Minor portability fix.
new 80350f9 Fix typo in two new error descriptions.
new 9cecc8c po: Update German translation
new 9dcd3fd po: Auto update.
new 6d834f8 Release 1.25
new 363f5b0 New upstream version 1.25
new 04e9c59 Merge tag 'upstream/1.25'
new d36e259 refresh patches
new 5a531e8 updated symbols file with gpgrt_get_syscall_clamp
new 2119241 add all hardening rules
new 3b55cde wrap-and-sort -ast for cleaner future diffs
new 1bbd985 bump to debhelper 10
new ab974b8 prepare new upstream release
The 32 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ChangeLog | 132 +++
NEWS | 35 +-
README | 47 +-
VERSION | 2 +-
configure.ac | 22 +-
debian/changelog | 13 +
debian/compat | 2 +-
debian/control | 41 +-
debian/libgpg-error-dev.lintian-overrides | 1 -
debian/libgpg-error0.symbols | 1 +
.../patches/0001-avoid-identifying-as-beta.patch | 2 +-
...re-revision-by-length-of-debian-changelog.patch | 4 +-
...space-in-gpg-error.def-linker-script-for-.patch | 2 +-
debian/rules | 1 +
debian/watch | 7 +-
doc/errorref.txt | 59 +-
doc/gpgrt.info | 4 +-
doc/stamp-vti | 4 +-
doc/version.texi | 4 +-
lang/cl/gpg-error.asd | 2 +-
libgpg-error.spec | 2 +-
po/cs.po | 248 +++--
po/da.po | 248 +++--
po/de.po | 242 +++--
po/eo.po | 248 +++--
po/fr.po | 248 +++--
po/hu.po | 248 +++--
po/it.po | 248 +++--
po/ja.po | 252 +++--
po/libgpg-error.pot | 242 +++--
po/nl.po | 248 +++--
po/pl.po | 252 +++--
po/pt.po | 248 +++--
po/ro.po | 247 +++--
po/ru.po | 252 +++--
po/sr.po | 248 +++--
po/sv.po | 247 +++--
po/uk.po | 252 +++--
po/vi.po | 247 +++--
po/zh_CN.po | 247 +++--
po/zh_TW.po | 248 +++--
src/Makefile.am | 5 +-
src/err-codes.h | 767 +++++++-------
src/err-codes.h.in | 13 +-
src/estream.c | 354 ++++---
src/gpg-error.def.in | 2 +
src/gpg-error.h.in | 5 +-
src/gpg-error.vers | 1 +
src/gpgrt-int.h | 106 ++
src/lock.h | 2 +
src/posix-lock.c | 22 +
src/posix-thread.c | 26 +
...inux-gnu.h => lock-obj-pub.i386-apple-darwin.h} | 8 +-
src/syscfg/lock-obj-pub.mingw32.h | 4 +-
...darwin.h => lock-obj-pub.x86_64-apple-darwin.h} | 2 +-
src/thread.h | 2 +
src/visibility.c | 6 +
src/visibility.h | 2 +
src/w32-estream.c | 1047 ++++++++++++++++++++
src/w32-lock.c | 24 +
src/w32-thread.c | 22 +
tests/t-poll.c | 6 +-
62 files changed, 5110 insertions(+), 2663 deletions(-)
copy src/syscfg/{lock-obj-pub.aarch64-unknown-linux-gnu.h => lock-obj-pub.i386-apple-darwin.h} (72%)
copy src/syscfg/{lock-obj-pub.aarch64-apple-darwin.h => lock-obj-pub.x86_64-apple-darwin.h} (92%)
create mode 100644 src/w32-estream.c
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/libgpg-error.git
More information about the Pkg-gnupg-commit
mailing list