[Pkg-gnupg-commit] [libgpg-error] branch master updated (502dfe6 -> 39553b5)

Daniel Kahn Gillmor dkg at fifthhorseman.net
Tue Dec 15 15:55:24 UTC 2015


This is an automated email from the git hooks/post-receive script.

dkg pushed a change to branch master
in repository libgpg-error.

      from  502dfe6   avoid identifying as a beta when building from git
       new  17f8cd7   Post release updates
       new  9decdd7   Support i[456]86-pc{,-linux,-kfreebsd}-gnu.h
       new  61d832c   estream: Replace indicator help functions to ease code reading.
       new  071c217   estream: Add gpgrt_set_nonblock and gpgrt_poll.
       new  d3e9514   Add GPG_ERR_FALSE and GPG_ERR_TRUE error codes.
       new  c09997b   estream: Keep track of EPIPE.
       new  75172ad   estream: Avoid calling write(fd,NULL,n).
       new  a144fa8   Add error codes NO_NAME, NO_KEY, and SERVER_FAILURE.
       new  06af687   Avoid 'malloc' corner case.
       new  ee05684   Fix typos found by codespell.
       new  68827cb   tests: Fix read past buffer.
       new  823e858   Fix windows 8bit encoding conversion
       new  7033838   po: Update German translation
       new  eb3b3e3   po: Update Russian translation
       new  b6e6919   po: Auto update.
       new  425b768   Release 1.21.
       new  2575bba   Imported Upstream version 1.21
       new  60a837f   Merge tag 'upstream/1.21'
       new  39553b5   Upstream release

The 19 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                                          |  90 +++
 NEWS                                               |  25 +
 VERSION                                            |   2 +-
 config.h.in                                        |   6 +
 configure                                          |  34 +-
 configure.ac                                       |   8 +-
 debian/changelog                                   |   6 +
 debian/libgpg-error0.symbols                       |   3 +
 doc/errorref.txt                                   |  19 +-
 doc/gpgrt.info                                     |   4 +-
 doc/stamp-vti                                      |   4 +-
 doc/version.texi                                   |   4 +-
 lang/cl/gpg-error.asd                              |   2 +-
 libgpg-error.spec                                  |   2 +-
 po/cs.gmo                                          | Bin 20911 -> 20911 bytes
 po/cs.po                                           | 340 ++++++-----
 po/da.gmo                                          | Bin 19906 -> 19906 bytes
 po/da.po                                           | 340 ++++++-----
 po/de.gmo                                          | Bin 27996 -> 28209 bytes
 po/de.po                                           | 338 ++++++-----
 po/eo.gmo                                          | Bin 16376 -> 16376 bytes
 po/eo.po                                           | 340 ++++++-----
 po/fr.gmo                                          | Bin 21567 -> 21567 bytes
 po/fr.po                                           | 340 ++++++-----
 po/hu.gmo                                          | Bin 17543 -> 17543 bytes
 po/hu.po                                           | 340 ++++++-----
 po/it.gmo                                          | Bin 21166 -> 21166 bytes
 po/it.po                                           | 340 ++++++-----
 po/ja.gmo                                          | Bin 30887 -> 30887 bytes
 po/ja.po                                           | 340 ++++++-----
 po/libgpg-error.pot                                | 338 ++++++-----
 po/nl.gmo                                          | Bin 20610 -> 20610 bytes
 po/nl.po                                           | 340 ++++++-----
 po/pl.gmo                                          | Bin 21209 -> 21209 bytes
 po/pl.po                                           | 340 ++++++-----
 po/pt.gmo                                          | Bin 21407 -> 21407 bytes
 po/pt.po                                           | 340 ++++++-----
 po/ro.gmo                                          | Bin 14347 -> 14347 bytes
 po/ro.po                                           | 340 ++++++-----
 po/ru.gmo                                          | Bin 27254 -> 35559 bytes
 po/ru.po                                           | 655 +++++++++------------
 po/sr.gmo                                          | Bin 21288 -> 21288 bytes
 po/sr.po                                           | 340 ++++++-----
 po/sv.gmo                                          | Bin 16234 -> 16234 bytes
 po/sv.po                                           | 340 ++++++-----
 po/uk.gmo                                          | Bin 36594 -> 36594 bytes
 po/uk.po                                           | 340 ++++++-----
 po/vi.gmo                                          | Bin 18368 -> 18368 bytes
 po/vi.po                                           | 340 ++++++-----
 po/zh_CN.gmo                                       | Bin 11753 -> 11753 bytes
 po/zh_CN.po                                        | 340 ++++++-----
 po/zh_TW.gmo                                       | Bin 19667 -> 19667 bytes
 po/zh_TW.po                                        | 340 ++++++-----
 src/Makefile.am                                    |   4 +-
 src/Makefile.in                                    |   4 +-
 src/err-codes.h                                    | 339 +++++------
 src/err-codes.h.in                                 |   8 +-
 src/estream.c                                      | 480 +++++++++++++--
 src/gpg-error.def.in                               |   4 +
 src/gpg-error.h.in                                 |  37 +-
 src/gpg-error.vers                                 |   3 +
 src/gpgrt-int.h                                    |   4 +
 src/init.c                                         |   6 +-
 src/mkheader.c                                     |   4 +
 ...ub.i486-pc-gnu.h => lock-obj-pub.i686-pc-gnu.h} |   2 +-
 ...d-gnu.h => lock-obj-pub.i686-pc-kfreebsd-gnu.h} |   2 +-
 src/visibility.c                                   |  18 +
 src/visibility.h                                   |   6 +
 src/w32-gettext.c                                  |  20 +-
 tests/Makefile.am                                  |   3 +-
 tests/Makefile.in                                  |  19 +-
 tests/t-common.h                                   |   3 +
 tests/t-lock.c                                     |   4 +-
 tests/t-poll.c                                     | 385 ++++++++++++
 74 files changed, 4999 insertions(+), 3676 deletions(-)
 rename src/syscfg/{lock-obj-pub.i486-pc-gnu.h => lock-obj-pub.i686-pc-gnu.h} (94%)
 rename src/syscfg/{lock-obj-pub.i486-pc-kfreebsd-gnu.h => lock-obj-pub.i686-pc-kfreebsd-gnu.h} (92%)
 create mode 100644 tests/t-poll.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