~ubuntu-branches/ubuntu/wily/libgpg-error/wily

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Daniel Kahn Gillmor
  • Date: 2015-06-04 09:23:14 UTC
  • mfrom: (12.1.15 sid)
  • Revision ID: package-import@ubuntu.com-20150604092314-l1rttc4b5b706g99
Tags: 1.19-2
upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2015-04-10  Werner Koch  <wk@gnupg.org>
 
2
 
 
3
        Release 1.19.
 
4
 
 
5
        po: Update German translation.
 
6
 
 
7
        w32: Remove compiler warnings.
 
8
        * src/Makefile.am (pre_mkheader_cmds): Avoid make diagnostic about
 
9
        failed but ignored command.  This confuses Emacs' compiler job parser.
 
10
        * tests/t-lock.c [W32]: Include time.h.
 
11
        * src/init.c: Reorganize Windows only code.
 
12
        (wchar_to_utf8, utf8_to_wchar): Remove unused functions.
 
13
        (_gpg_err_set_errno): Use only one copy for all platforms.
 
14
 
 
15
2015-03-24  Werner Koch  <wk@gnupg.org>
 
16
 
 
17
        Use assert to print diagnosicts before calling abort.
 
18
        * src/posix-lock.c: Add assert calls.
 
19
 
 
20
2015-03-24  Daniel Kahn Gillmor  <dkg@fifthhorseman.net>
 
21
 
 
22
        Avoid breakage with gcc 5.
 
23
        * src/Makefile.am: Add -P to the C preprocessor when building
 
24
        mkerrcodes.h, to avoid a noisy intermediate pipeline.
 
25
 
 
26
2015-03-19  Werner Koch  <wk@gnupg.org>
 
27
 
 
28
        Add option --defines to gpg-error.
 
29
        * src/gpg-error.c (main): Add option --help and --defines.
 
30
 
 
31
        Add GPG_ERR_LDAP_* error codes.
 
32
        * src/err-codes.h.in: Add error codes.
 
33
        * doc/ldap2gpgerr.c: New.
 
34
 
 
35
2015-03-16  Werner Koch  <wk@gnupg.org>
 
36
 
 
37
        Remove useless conditions.
 
38
        * src/estream.c (fname_set_internal): Remove useless condition.
 
39
        * src/mkheader.c (main): Ditto.
 
40
 
 
41
2015-03-06  Werner Koch  <wk@gnupg.org>
 
42
 
 
43
        Add host-triplet aliasing feature to mkheader.
 
44
        * src/Makefile.am (lock_obj_pub): Rename i586-pc-linux-gnu to
 
45
        i686-pc-linux-gnu.  Remove i486-pc-linux-gnu.
 
46
        * src/mkheader.c (canon_host_triplet): New.
 
47
        (main): Use it.
 
48
 
 
49
        w32: Add a manifest to libgpg-error.
 
50
        * src/gpg-error.w32-manifest.in: New.
 
51
        * src/Makefile.am (EXTRA_DIST): Add it.
 
52
        (versioninfo.lo): Depend on it.
 
53
        * src/versioninfo.rc.in: Add it.
 
54
        * configure.ac (AC_CONFIG_FILES): Add it.
 
55
        (BUILD_VERSION): New.
 
56
 
 
57
2015-02-18  Neal H. Walfield  <neal@gnu.org>
 
58
 
 
59
        Correct URL.
 
60
 
 
61
2015-01-30  Werner Koch  <wk@gnupg.org>
 
62
 
 
63
        w32: Use -static-libgcc to avoid linking to libgcc_s_sjlj-1.dll.
 
64
        * src/Makefile.am (extra_ltoptions): New.
 
65
        (libgpg_error_la_LDFLAGS): Use it.
 
66
 
 
67
2015-01-26  Werner Koch  <wk@gnupg.org>
 
68
 
 
69
        Release 1.18.
 
70
        * configure.ac: Set LT version to C14/A14/R0.
 
71
 
 
72
        po: Update German translation.
 
73
 
 
74
2015-01-22  Werner Koch  <wk@gnupg.org>
 
75
 
 
76
        Add GPG_ERR_LEGACY_KEY.
 
77
 
 
78
2015-01-05  Werner Koch  <wk@gnupg.org>
 
79
 
 
80
        Avoid false warning about uninitialized var.
 
81
        * src/gpg-error.c (get_err_from_str): Init SAVED_CHAR.
 
82
 
 
83
        build: Update to gettext 0.19.
 
84
        * po/Makefile.in.in (MSGMERGE): Remove --previous.
 
85
        * po/Makevars (MSGMERGE_OPTIONS): Add --previous.
 
86
 
 
87
        build: Require automake 1.14.
 
88
        * configure.ac (AM_INIT_AUTOMAKE): Add serial-tests.
 
89
        * tests/Makefile.am (INCLUDES): Replace by AM_CPPFLAGS.
 
90
 
 
91
2014-12-28  Werner Koch  <wk@gnupg.org>
 
92
 
 
93
        Add GPG_ERR_REQUEST_TOO_SHORT and GPG_ERR_REQUEST_TOO_LONG.
 
94
 
 
95
2014-12-15  Werner Koch  <wk@gnupg.org>
 
96
 
 
97
        Fix commit 754a987.
 
98
        * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New.
 
99
        (AUTOMAKE_OPTIONS): Move options to ...
 
100
        * configure.ac (AM_INIT_AUTOMAKE): .. here.
 
101
        (BUILD_DOC): Fix commit 754a987.
 
102
 
 
103
        Add configure option --disable-doc.
 
104
        * Makefile.am (doc) [!BUILD_DOC]: Do not recurse into doc/.
 
105
        * configure.ac (BUILD_DOC): New am_conditional and new option.
 
106
 
 
107
        Add GPG_ERR_OBJ_TERM_STATE.
 
108
 
 
109
2014-12-03  Werner Koch  <wk@gnupg.org>
 
110
 
 
111
        Add GPG_ERR_FORBIDDEN.
 
112
 
 
113
2014-11-26  Мирослав Николић  <miroslavnikolic@rocketmail.com>
 
114
 
 
115
        po: Add Serbian translation.
 
116
 
 
117
2014-10-25  Daniel Kahn Gillmor  <dkg@fifthhorseman.net>
 
118
 
 
119
        Add new lock-obj-pub for mips64el-unknown-linux-gnuabi64.
 
120
        * src/syscfg/lock-obj-pub.mips64el-unknown-linux-gnuabi64.h: New.
 
121
        * src/Makefile.am (lock_obj_pub): Add.
 
122
 
 
123
2014-10-23  Daniel Kahn Gillmor  <dkg@fifthhorseman.net>
 
124
 
 
125
        add lock-obj header for or1k-unknown-linux-gnu.
 
126
        * src/syscfg/lock-obj-pub.or1k-unknown-linux-gnu.h: new
 
127
 
 
128
        add lock-obj for new arch triplet for x86.
 
129
        * src/sysconfig/lock-obj-pub.i586-pc-linux-gnu.h: New.
 
130
 
1
131
2014-10-15  Werner Koch  <wk@gnupg.org>
2
132
 
3
133
        Release 1.17.