~ubuntu-branches/debian/squeeze/libgpg-error/squeeze

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Jose Carlos Garcia Sogo
  • Date: 2006-09-24 16:33:03 UTC
  • mfrom: (1.2.1 upstream) (2.1.3 edgy)
  • Revision ID: james.westby@ubuntu.com-20060924163303-2secsa8lts3hhhct
Tags: 1.4-1
* New upstream version.
* Bumped Standards-Version to 3.7.2. No changes needed.
* Use {binary:Version} field in libgpg-error-dev dependecy field. (Closes: #384376)
* Fix typo in upstream URL at debian/copyright file (Closes: #387735)
* debian/patches: Disable m4_macros and 10_relibtoolize patches.
  Upstream uses now a quite current copy of gettext.
* Update FSF address in debian/copyright file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2006-09-14  Werner Koch  <wk@g10code.com>
 
2
 
 
3
        Released 1.4.
 
4
 
 
5
        * configure.ac: Set LT version to C3/A3/R0.
 
6
        (AB_INIT): New.
 
7
 
 
8
        * autogen.sh (--build-w32): Better cross-compiler locating.
 
9
 
 
10
        * src/strerror.c (system_strerror_r): Made static.
 
11
 
 
12
        * tests/t-syserror.c: New.
 
13
        * tests/Makefile.am (TESTS): Added new test.
 
14
 
 
15
        * lang/cl/gpg-error.lisp ("gpg_err_code_from_syserror"): New.
 
16
        (gpg-err-code-from-syserror): New.
 
17
        (gpg-error-from-syserror): New.
 
18
        * lang/cl/gpg-error-package.lisp: Export new functions 
 
19
 
 
20
        * src/gpg-error.h.in (gpg_error_from_syserror): New.
 
21
        * src/code-from-errno.c (gpg_err_code_from_errno): Cosmetic change
 
22
        to first check whether ERR is zero.
 
23
        (gpg_err_code_from_syserror): New.
 
24
 
 
25
2006-09-06  Werner Koch  <wk@g10code.com>
 
26
 
 
27
        * src/err-codes.h.in: Add GPG_ERR_UNKNOWN_OPTION and
 
28
        GPG_ERR_UNKNOWN_COMMAND.
 
29
 
 
30
2006-09-05  Werner Koch  <wk@g10code.com>
 
31
 
 
32
        * src/err-sources.h.in (GPG_ERR_SOURCE_ANY): New. This is so that
 
33
        we have source distinguished from the Unknown one but declaring
 
34
        that it is an gpg-error style error code.
 
35
 
 
36
        * src/err-codes.h.in: Added GPG_ERR_ASS_* codes, rabnge 257-281.
 
37
        (GPG_ERR_MISSING_ERRNO): New.
 
38
 
 
39
2006-07-04  Marcus Brinkmann  <marcus@g10code.de>
 
40
 
 
41
        * src/init.c (get_locale_dir): Return NULL instead of garbage.
 
42
        * src/gpg-error.c (get_locale_dir): Likewise.
 
43
        Reported by Simon Josefsson <jas@extundo.com>.
 
44
 
 
45
2006-05-30  Marcus Brinkmann  <marcus@g10code.de>
 
46
 
 
47
        * lang/cl/gpg-error.asd.in (gpg-error): Add "depends-on" on cffi.
 
48
 
 
49
2006-05-29  Marcus Brinkmann  <marcus@g10code.de>
 
50
 
 
51
        * src/init.c (gpg_err_init) [!ENABLE_NLS]: Do not initialize the
 
52
        locale.
 
53
        * src/gpg-error.c (i18n_init) [!ENABLE_NLS]: Likewise.
 
54
        Patch submitted by Nils Durner <ndurner@web.de>.
 
55
 
 
56
2006-05-25  Marcus Brinkmann  <marcus@g10code.de>
 
57
 
 
58
        * lang/cl/gpg-error.asd: Renamed to ...
 
59
        * lang/cl/gpg-error.asd.in: ... this.
 
60
        * configure.ac (AC_CONFIG_FILES): Add lang/cl/gpg-error.asd.in.
 
61
 
 
62
        * lang/cl/mkerrcodes.awk, lang/cl/gpg-error-package.lisp,
 
63
        lang/cl/gpg-error.lisp, lang/cl/gpg-error.asd, lang/cl/Makefile.am
 
64
        (clfilesdir): Fix package and file names.
 
65
        
 
66
        * lang/cl/Makefile.am (clfilesdir): Use datadir, not prefix.
 
67
 
 
68
2006-05-05  Marcus Brinkmann  <marcus@g10code.de>
 
69
 
 
70
        * configure.ac (AC_CONFIG_FILES): Add lang/Makefile and
 
71
        lang/cl/Makefile.
 
72
        * Makefile.am (SUBDIRS): Add lang.
 
73
        * lang: New directory.
 
74
        * lang/README, lang/Makefile.am: New files.
 
75
        * lang/cl: New directory.
 
76
        * lang/cl/Makefile.am, lang/cl/README, lang/cl/gpg-error.asd,
 
77
        lang/cl/gpg-error-package.lisp, lang/cl/gpg-error.lisp,
 
78
        lang/cl/mkerrcodes.awk: New files.
 
79
 
 
80
2006-03-14  Marcus Brinkmann  <marcus@g10code.de>
 
81
 
 
82
        Released 1.3.
 
83
 
 
84
        * configure.ac (LIBGPG_ERROR_LT_REVISION): Bump for release.
 
85
 
 
86
        Many files regenerated.
 
87
        * src/Makefile.am (gpg_error_CPPFLAGS, libgpg_error_la_CPPFLAGS):
 
88
        Add -I../intl.
 
89
        * Makefile.am (SUBDIRS): Add intl.
 
90
        * configure.ac (AC_CONFIG_FILES): Add intl/Makefile.
 
91
        (AM_GNU_GETTEXT_VERSION): Bump to 0.14.5.
 
92
 
 
93
2006-03-06  Marcus Brinkmann  <marcus@g10code.de>
 
94
 
 
95
        * configure.ac (min_automake_version): Bump to 1.9.6.
 
96
        * mkinstalldirs, depcomp, compile, INSTALL, COPYING, missing,
 
97
        install-sh: Update from automake 1.9.6.
 
98
        ltmain.sh: Update from libtool 1.5.22.
 
99
 
 
100
2006-03-03  Marcus Brinkmann  <marcus@g10code.de>
 
101
 
 
102
        * configure.ac (LIBGPG_ERROR_LT_CURRENT, LIBGPG_ERROR_LT_AGE):
 
103
        Bump for release.
 
104
        (LIBGPG_ERROR_LT_REVISION): Reset to 0 for release.
 
105
 
 
106
2005-11-02  Werner Koch  <wk@g10code.com>
 
107
 
 
108
        * src/Makefile.am (gpg_error_SOURCES): Include ARCH_SOURCES.
 
109
        * src/gpg-error.c [W32]: Include gettext.h instead of libintl.h.
 
110
 
 
111
        * configure.ac (AH_BOTTOM): Define ENABLE_NLS for W32 builds.
 
112
        * src/w32-gettext.h (dgettext): Changed prototype from
 
113
        libintl_dgettext.
 
114
        * src/w32-gettext.c: Replaced use of WIN32 by HAVE_W32_SYSTEM on
 
115
        demand of the holy GNUquisition.
 
116
        (bindtextdomain, textdomain, dgettext): Need to cast the const way
 
117
        from the return value.
 
118
 
 
119
2005-10-26  Werner Koch  <wk@g10code.com>
 
120
 
 
121
        * Makefile.am: Used dist-bzip2 option.
 
122
 
 
123
2005-10-25  Marcus Brinkmann  <marcus@g10code.de>
 
124
 
 
125
        * src/w32-gettext.c (get_string): Remove extra arguments to
 
126
        utf8_to_native_invocation.
 
127
        (utf8_to_wchar, wchar_to_native): New function.
 
128
        (utf8_to_native): Rewritten.
 
129
 
 
130
        * src/Makefile.am (gpg_error_CPPFLAGS): New variable.
 
131
        * src/gpg-error.c (i18n_init): Don't return anything.
 
132
 
 
133
        * src/Makefile.am (arch_sources): New variable.
 
134
        (libgpg_error_la_SOURCES): Add $(arch_sources).
 
135
        * src/gettext.h [HAVE_W32_SYSTEM]: Include w32-gettext.h.
 
136
        * src/w32-gettext.h: New file.
 
137
        * src/w32-gettext.c: New file.
 
138
        * src/gpg-error.h.in: Check for gcc's constructor attribute.
 
139
        Use it for gpg_err_init.
 
140
        (GPG_ERR_INITIALIZED): Define if constructor is available.
 
141
        * src/gpg-error.c (main) [GPG_ERR_INITIALIZED]: Don't invoke
 
142
        gpg_err_init.
 
143
        (i18n_init): Call bindtextdomain as well.  Now that gpg-error has
 
144
        its own gettext implementation, we can't rely on it anymore.
 
145
        Also, repeat all the w32 stuff for fetching the registry.
 
146
 
 
147
2005-10-23  Marcus Brinkmann  <marcus@g10code.de>
 
148
 
 
149
        * src/Makefile.am (libgpg_error_la_SOURCES): Add init.c.
 
150
        * src/init.c: New file.
 
151
        * src/gpg-error.h.in (gpg_error_init): New function.
 
152
        * src/gpg-error.def: Add gpg_err_init.
 
153
        * src/gpg-error.c: Remove SIMPLE_GETTEXT stuff.
 
154
        (i18n_init): Don't bind text domain.
 
155
        (main): Call gpg_err_init.
 
156
 
 
157
2005-10-20  Marcus Brinkmann  <marcus@g10code.de>
 
158
 
 
159
        * configure.ac: Instead checking for windres and dlltool, invoke
 
160
        AC_LIBTOOL_WIN32_DLL and AC_LIBTOOL_RC.
 
161
        * src/Makefile.am [HAVE_W32_SYSTEM]: Use libtool, which simplifies
 
162
        the rules.
 
163
        
 
164
2005-10-02  Marcus Brinkmann  <marcus@g10code.de>
 
165
 
 
166
        * configure.ac: Escape arguments in AC_INIT invocation.
 
167
        * config.guess, config.sub, ltmain.sh: Update.
 
168
 
 
169
2005-08-19  Werner Koch  <wk@g10code.com>
 
170
 
 
171
        * configure.ac: Add code to allow building a W32 DLL.
 
172
        * src/Makefile.am: Changed to allow building for W32.
 
173
        * src/versioninfo.rc.in: New.
 
174
        * src/gpg-error.def: New.
 
175
 
 
176
2005-06-20  Marcus Brinkmann  <marcus@g10code.de>
 
177
 
 
178
        Released 1.1.
 
179
        
 
180
        * configure.ac: Bump up LIBGPG_ERROR_LT_REVISION, update version
 
181
        field.
 
182
 
 
183
2005-06-16  Marcus Brinkmann  <marcus@g10code.de>
 
184
 
 
185
        * src/mkerrcodes.awk: Fix comment.  Allow any non-empty line to
 
186
        start the processing, not only lines starting with numbers.
 
187
        Reported by Guillaume Libersat <glibersat@hurdfr.org>.
 
188
 
 
189
2005-01-05  Marcus Brinkmann  <marcus@g10code.de>
 
190
 
 
191
        * configure.ac: Check for locale.h.
 
192
 
 
193
2005-04-20  Werner Koch  <wk@g10code.com>
 
194
 
 
195
        * src/err-codes.h.in: Add GPG_ERR_LOCKED.
 
196
 
 
197
2005-04-18  Werner Koch  <wk@g10code.com>
 
198
 
 
199
        * src/err-codes.h.in: Add GPG_ERR_UNKNOWN_EXTN and
 
200
        GPG_ERR_UNKNOWN_CRIT_EXTN.
 
201
 
 
202
2004-12-18  Werner Koch  <wk@g10code.com>
 
203
 
 
204
        * autogen.sh: Add option --build-w32.
 
205
 
 
206
2004-09-14  Marcus Brinkmann  <marcus@g10code.de>
 
207
 
 
208
        * src/gpg-error.m4: Add copyright note.
 
209
 
 
210
        * configure.ac: Call AC_CANONICAL_HOST.  Suppress warning about
 
211
        lack of strerror_r on all Solaris platforms.
 
212
 
 
213
2004-07-30  Werner Koch  <wk@g10code.de>
 
214
 
 
215
        Released 1.0.
 
216
        
 
217
        * configure.ac: Bumbed version to 1.0, LT to C1/A1/R3.
 
218
 
 
219
2004-07-15  Werner Koch  <wk@gnupg.org>
 
220
 
 
221
        * src/err-codes.h.in: Renamed description for CARD_RESET.
 
222
 
 
223
2004-06-28  Werner Koch  <wk@gnupg.org>
 
224
 
 
225
        * src/err-codes.h.in: Add GPG_ERR_INV_REQUEST.
 
226
 
 
227
2004-06-08  Marcus Brinkmann  <marcus@g10code.de>
 
228
 
 
229
        * src/Makefile.am (mkerrcodes): Prefix mkerrcodes.c with $(srcdir)
 
230
        to fix VPATH build.
 
231
 
 
232
2004-05-25  Marcus Brinkmann  <marcus@g10code.de>
 
233
 
 
234
        * src/err-codes.h.in: Add GPG_ERR_PROTOCOL_VIOLATION and
 
235
        GPG_ERR_INV_MAC.
 
236
 
 
237
2004-04-23  Marcus Brinkmann  <marcus@g10code.de>
 
238
 
 
239
        * src/Makefile.am (mkerrcodes): Do not use $< in non-inference rule.
 
240
        (code-from-errno.h): Likewise.
 
241
 
 
242
2004-04-22  Marcus Brinkmann  <marcus@g10code.de>
 
243
 
 
244
        * src/Makefile.am (gpg_error_CPPFLAGS): New variable.
 
245
        (localedir): Likewise.
 
246
        * gpg-error.c: Include the gettext headers.
 
247
        (init_i18n): New function.
 
248
        (main): Call init_i18n, gettextize messages.
 
249
 
 
250
2004-04-02  Thomas Schwinge  <schwinge@nic-nac-project.de>
 
251
 
 
252
        * autogen.sh: Added ACLOCAL_FLAGS.
 
253
 
 
254
2004-04-19  Marcus Brinkmann  <marcus@g10code.de>
 
255
 
 
256
        * src/gpg-error.m4: Quote first argument to AC_DEFUN.
 
257
 
 
258
        * src/mkerrcodes.awk: Allow whitespace before expanded
 
259
        preprocessor macro (ie, the error code value).  Needed for Solaris 2.8.
 
260
 
 
261
2004-04-08  Moritz Schulte  <moritz@g10code.de>
 
262
 
 
263
        * src/gpg-error.c (main): Return zero on success.
 
264
 
 
265
2004-03-09  Marcus Brinkmann  <marcus@g10code.de>
 
266
 
 
267
        * libgpg-error.spec.in (%files): Add gpg-error.  Submitted by
 
268
        Albrecht Dre� <albrecht.dress@arcor.de>.
 
269
        
 
270
        * src/mkerrcodes.c (main): Fix type of argv.  Return something.
 
271
 
 
272
2004-03-09  Werner Koch  <wk@gnupg.org>
 
273
 
 
274
        * Makefile.am (dist-hook): Create a VERSION file for use by mkdiff.
 
275
 
 
276
        * src/Makefile.am (mkerrcodes.h): Let CPP work on a temporary file.
 
277
        (CLEANFILES): Add that temporary file.
 
278
        * configure.ac (AC_PROG_CPP): Added.
 
279
 
 
280
        * src/err-codes.h.in: Removed trailing spaces from
 
281
        GPG_ERR_NOT_LOCKED.
 
282
 
 
283
2004-03-08  Werner Koch  <wk@gnupg.org>
 
284
 
 
285
        * src/err-sources.h.in: Added GPG_ERR_SOURCE_GSTI.
 
286
 
1
287
2004-03-07  Marcus Brinkmann  <marcus@g10code.de>
2
288
 
3
289
        Released 0.7.
71
357
        * src/gpg-error.h: File removed.
72
358
        * src/gpg-error.c: New file.
73
359
 
 
360
2004-02-18  Werner Koch  <wk@gnupg.org>
 
361
 
 
362
        * src/gpg-error-config.in: Ignore setting of --prefix.
 
363
 
 
364
2004-02-11  Werner Koch  <wk@gnupg.org>
 
365
 
 
366
        * autogen.sh (check_version): Removed bashism and simplified.
 
367
 
74
368
2004-02-03  Werner Koch  <wk@gnupg.org>
75
369
 
76
370
        * src/gpg-error.h: Added GPG_ERR_NOT_LOCKED.