~ubuntu-branches/ubuntu/karmic/gnupg2/karmic-security

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Viehmann
  • Date: 2008-10-04 10:25:53 UTC
  • mfrom: (5.1.15 intrepid)
  • Revision ID: james.westby@ubuntu.com-20081004102553-fv62pp8dsitxli47
Tags: 2.0.9-3.1
* Non-maintainer upload.
* agent/gpg-agent.c: Deinit the threading library before exec'ing
  the command to run in --daemon mode. And because that still doesn't
  restore the sigprocmask, do that manually. Closes: #499569

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2008-02-19  Werner Koch  <wk@g10code.com>
 
2
 
 
3
        * configure.ac: Remove --with-pkits-tests.
 
4
 
 
5
2008-02-15  Werner Koch  <wk@g10code.com>
 
6
 
 
7
        * gl/allocsa.h, gl/m4/allocsa.m4: Replace HAVE_LONG_LONG by
 
8
        HAVE_LONG_LONG_INT.
 
9
 
 
10
2008-02-15  gettextize  <bug-gnu-gettext@gnu.org>
 
11
 
 
12
        * configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.17.
 
13
 
 
14
2007-12-20  Werner Koch  <wk@g10code.com>
 
15
 
 
16
        Released 2.0.8.
 
17
 
 
18
2007-12-17  Werner Koch  <wk@g10code.com>
 
19
 
 
20
        * configure.ac: Add treatment for HAVE_LDAP_START_TLS_SA.
 
21
 
 
22
2007-12-14  Werner Koch  <wk@g10code.com>
 
23
 
 
24
        Released 2.0.8rc1.
 
25
 
 
26
2007-12-12  Werner Koch  <wk@g10code.com>
 
27
 
 
28
        * configure.ac (USE_CAMELLIA): Define by new option --enable-camellia.
 
29
 
 
30
2007-12-03  Werner Koch  <wk@g10code.com>
 
31
 
 
32
        * configure.ac: Add test gt_LC_MESSAGES..
 
33
 
 
34
2007-10-01  Werner Koch  <wk@g10code.com>
 
35
 
 
36
        * configure.ac: Require assuan 1.0.4.
 
37
 
 
38
2007-09-14  Werner Koch  <wk@g10code.com>
 
39
 
 
40
        * configure.ac (GNUPG_LIBASSUAN_VERSION): New.
 
41
 
 
42
2007-09-10  Werner Koch  <wk@g10code.com>
 
43
 
 
44
        Released 2.0.7.
 
45
 
 
46
2007-08-27  Werner Koch  <wk@g10code.com>
 
47
 
 
48
        * configure.ac: Remove remaining support for internal regex.
 
49
        Define DISABLE_REGEX automake conditional.  Add option
 
50
        --with-regex.
 
51
        * autogen.sh [--build-w32]: Remove --disable-regex.  Use --with-regex.
 
52
 
 
53
2007-08-16  Werner Koch  <wk@g10code.com>
 
54
 
 
55
        Released 2.0.6.
 
56
 
 
57
2007-08-08  Werner Koch  <wk@g10code.com>
 
58
 
 
59
        * configure.ac: Use AC_CANONICAL_HOST and not AC_CANONICAL_TARGET.
 
60
 
 
61
2007-07-09  Werner Koch  <wk@g10code.com>
 
62
 
 
63
        * configure.ac (AM_ICONV): Check for it even when building without
 
64
        NLS.
 
65
 
 
66
2007-07-05  Werner Koch  <wk@g10code.com>
 
67
 
 
68
        Released 2.0.5.
 
69
 
 
70
        * configure.ac: Require libassuan 1.0.2.
 
71
 
 
72
2007-07-05  Marcus Brinkmann  <marcus@g10code.de>
 
73
 
 
74
        * configure.ac: Invoke AM_LANGINFO_CODESET.
 
75
 
 
76
2007-07-04  Werner Koch  <wk@g10code.com>
 
77
 
 
78
        * Makefile.am (AUTOMAKE_OPTIONS): Add no-dist-gzip.
 
79
 
 
80
        Switched entire package to GPLv3+.
 
81
 
 
82
        * configure.ac: Require libksba 1.0.2.
 
83
 
 
84
        * COPYING:  Updated to GPLv3.
 
85
        * COPYING.LIB: New as jnlib/ uses this license.
 
86
 
 
87
        * gl/: Switched to GPLv3+.
 
88
 
 
89
        * intl/ Removed.
 
90
        * configure.ac (AM_GNU_GETTEXT): Add external flag.
 
91
        (AM_ICONV): New.
 
92
 
 
93
2007-07-03  Werner Koch  <wk@g10code.com>
 
94
 
 
95
        * configure.ac [W32]: Use ws2_32 instead of wsock32.
 
96
 
 
97
2007-06-25  Werner Koch  <wk@g10code.com>
 
98
 
 
99
        * gl/mkdtemp.c (gen_tempname) [MKDIR_TAKES_ONE_ARG]: Avoid
 
100
        compiler warning by using the proper config macro.
 
101
 
 
102
2007-06-15  Werner Koch  <wk@g10code.com>
 
103
 
 
104
        * configure.ac: Call AM_PO_SUBDIRS.
 
105
        (W32SOCKLIBS): New.
 
106
 
 
107
        * autogen.sh: Use = and not == in test to be POSIXly correct.
 
108
        <build-w32>: Disable use of regex.
 
109
 
 
110
2007-06-14  Werner Koch  <wk@g10code.com>
 
111
 
 
112
        * configure.ac [AH_BOTTOM]: Remove the hardwired names of modules.
 
113
 
 
114
2007-06-12  Werner Koch  <wk@g10code.com>
 
115
 
 
116
        * configure.ac [AH_BOTTOM]: Define HTTP_NO_WSASTARTUP.
 
117
 
 
118
2007-06-11  Werner Koch  <wk@g10code.com>
 
119
 
 
120
        * am/cmacros.am (libcommonstd, libcommonpth, libcommonstd_ldadd)
 
121
        (libcommonpth_ldadd): Add macros.
 
122
 
 
123
2007-06-06  Werner Koch  <wk@g10code.com>
 
124
 
 
125
        * configure.ac: Add a few notices message so make browsing of the
 
126
        log file easier.
 
127
        (CC_FOR_BUILD): New.
 
128
 
 
129
2007-05-30  Werner Koch  <wk@g10code.com>
 
130
 
 
131
        * configure.ac [W32]: Do not create a symlink to w32-pth.h.
 
132
        Require the installation of the w32pth package.
 
133
 
 
134
2007-05-29  Werner Koch  <wk@g10code.com>
 
135
 
 
136
        * gl/: Updated to a newer version.
 
137
 
 
138
2007-05-24  Werner Koch  <wk@g10code.com>
 
139
 
 
140
        * configure.ac: Use -Wpointer-arith is possible.
 
141
 
 
142
2007-05-15  Werner Koch  <wk@g10code.com>
 
143
 
 
144
        * configure.ac: Renamed the estream macros. Remove -Wformat-nonliteral.
 
145
 
 
146
        * configure.ac: Call ESTREAM_INIT and define the memory
 
147
        allocators for estream_asprintf.
 
148
        (gl_MODULES): Remove vasprintf.
 
149
 
 
150
2007-05-09  Werner Koch  <wk@g10code.com>
 
151
 
 
152
        Released 2.0.4.
 
153
 
 
154
2007-05-07  Werner Koch  <wk@g10code.com>
 
155
 
 
156
        * configure.ac: Require libgcrypt 1.2.2 to avoid compiler warnings.
 
157
 
 
158
2007-05-07  gettextize  <bug-gnu-gettext@gnu.org>
 
159
 
 
160
        * configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.16.1.
 
161
 
 
162
2007-05-07  Werner Koch  <wk@g10code.com>
 
163
 
 
164
        * configure.ac: Bail out if no C-89 compiler has been found.
 
165
 
 
166
2007-05-04  Werner Koch  <wk@g10code.com>
 
167
 
 
168
        * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-mailto
 
169
 
 
170
        * configure.ac: Require automake 1.10
 
171
        (AC_CONFIG_FILES): Rename gpgkeys_ to gpg2keys_.
 
172
        (AM_PROG_CC_C_O): New.
 
173
 
 
174
2007-03-08  Werner Koch  <wk@g10code.com>
 
175
 
 
176
        Released 2.0.3.
 
177
 
 
178
        * autogen.sh: Add option --force.
 
179
 
 
180
2007-01-31  Werner Koch  <wk@g10code.com>
 
181
 
 
182
        Released 2.0.2.
 
183
 
 
184
2006-11-30  Werner Koch  <wk@g10code.com>
 
185
 
 
186
        * configure.ac: Save original LIBS when testing for dlopen.
 
187
 
 
188
2006-11-28  Werner Koch  <wk@g10code.com>
 
189
 
 
190
        Released 2.0.1.
 
191
 
 
192
2006-11-23  Werner Koch  <wk@g10code.com>
 
193
 
 
194
        Released 2.0.1rc1.
 
195
 
 
196
2006-11-21  Werner Koch  <wk@g10code.com>
 
197
 
 
198
        * configure.ac [AH_BOTTOM]: Disable PTH soft mapping.
 
199
        (AC_CHECK_SIZEOF): Check for time_t.
 
200
        (BUILD_INCLUDED_LIBINTL): Remove AM_PO_SUBDIRS as it is not
 
201
        required for C.
 
202
 
 
203
2006-11-15  Werner Koch  <wk@g10code.com>
 
204
 
 
205
        * autogen.sh: Add convenience option --build-amd64.
 
206
 
 
207
2006-11-14  Werner Koch  <wk@g10code.com>
 
208
 
 
209
        * configure.ac (HAVE_ASSUAN_SET_IO_MONITOR): Test for it.
 
210
 
 
211
2006-11-11  Werner Koch  <wk@g10code.com>
 
212
 
 
213
        Released 2.0.0.
 
214
 
 
215
2006-11-06  Werner Koch  <wk@g10code.com>
 
216
 
 
217
        Released 1.9.95.
 
218
 
 
219
2006-11-03  Werner Koch  <wk@g10code.com>
 
220
 
 
221
        * configure.ac: Test for pty.h.  From Gentoo.
 
222
 
 
223
2006-10-24  Werner Koch  <wk@g10code.com>
 
224
 
 
225
        Released 1.9.94.
 
226
 
 
227
2006-10-20  Werner Koch  <wk@g10code.com>
 
228
 
 
229
        * Makefile.am (stowinstall): Add convenience target.
 
230
 
 
231
2006-10-18  Werner Koch  <wk@g10code.com>
 
232
 
 
233
        * configure.ac: svn revison magic fixes for old bashs.  Suggested
 
234
        by Alain Guibert.
 
235
 
 
236
2006-10-18  Werner Koch  <wk@g10code.com>
 
237
 
 
238
        Released 1.9.93.
 
239
 
 
240
2006-10-17  Werner Koch  <wk@g10code.com>
 
241
 
 
242
        * autogen.sh <--build-w32>: Test also for a host "mingw32".
 
243
 
 
244
        * configure.ac: Removed W32LIBS. Use NETLIBS instead.
 
245
 
 
246
2006-10-11  Werner Koch  <wk@g10code.com>
 
247
 
 
248
        Released 1.9.92.
 
249
 
 
250
        * configure.ac: Require libassuan 0.9.3.
 
251
 
 
252
2006-10-09  Werner Koch  <wk@g10code.com>
 
253
 
 
254
        * acinclude.m4: Moved pth check to m4/gnupg-pth.m4.
 
255
 
 
256
2006-10-06  Werner Koch  <wk@g10code.com>
 
257
 
 
258
        * configure.ac: Also check for libassuan's pth version.
 
259
 
 
260
2006-10-04  Werner Koch  <wk@g10code.com>
 
261
 
 
262
        Released 1.9.91.
 
263
 
 
264
        * configure.ac: Require libassuan 0.9.1 which fixes a problem with
 
265
        gpgsm.
 
266
 
 
267
2006-09-27  Werner Koch  <wk@g10code.com>
 
268
 
 
269
        * gl/strsep.h, gl/strsep.c, gl/m4/strsep.m4: Removed.
 
270
        * gl/strpbrk.h, gl/strpbrk.c, gl/m4/strpbrk.m4: Removed.
 
271
        * gl/Makefile.am: Removed module strsep and strpbrk.
 
272
        * configure.ac: Check for strsep in the context of jnlib.  Remove
 
273
        check from gl_MODULES. Moved check for timegm into the jnlib context.
 
274
 
 
275
2006-09-27  Marcus Brinkmann  <marcus@g10code.de>
 
276
 
 
277
        * Makefile.am: Fix cut & paste error.
 
278
 
 
279
2006-09-25  Werner Koch  <wk@g10code.com>
 
280
 
 
281
        Released 1.9.90.
 
282
 
 
283
2006-09-22  Werner Koch  <wk@g10code.com>
 
284
 
 
285
        * AUTHORS: Add information about used licenses.
 
286
 
 
287
2006-09-20  Werner Koch  <wk@g10code.com>
 
288
 
 
289
        * Makefile.am (dist-hook): Removed distfiles cruft.
 
290
        (SUBDIRS): Added include
 
291
 
 
292
2006-09-18  Werner Koch  <wk@g10code.com>
 
293
 
 
294
        Released 1.9.23.
 
295
        
 
296
        * configure.ac (--enable-agent-only): Donot build tools and doc
 
297
        (--disable-tools,--disable-doc): New.
 
298
        * Makefile.am (SUBDIRS): Allow to conditional build tools and doc.
 
299
 
 
300
2006-09-14  Werner Koch  <wk@g10code.com>
 
301
 
 
302
        Replaced all call gpg_error_from_errno(errno) by
 
303
        gpg_error_from_syserror().
 
304
        
 
305
        * configure.ac: Build gpg by default.
 
306
        (GNUPG_SYS_SO_PEERCRED): Removed.
 
307
 
 
308
2006-09-13  Werner Koch  <wk@g10code.com>
 
309
 
 
310
        * autogen.sh: Better detection of the cross compiler kit.
 
311
 
 
312
2006-09-06  Marcus Brinkmann  <marcus@g10code.de>
 
313
 
 
314
        * configure.ac: New automake conditional RUN_GPG_TESTS.
 
315
 
 
316
2006-09-06  Werner Koch  <wk@g10code.com>
 
317
 
 
318
        * configure.ac: Define _ASSUAN_ONLY_GPG_ERRORS.  Require Assuan
 
319
        0.9 and libgpg-error 1.4 
 
320
 
 
321
2006-08-31  Werner Koch  <wk@g10code.com>
 
322
 
 
323
        * configure.ac: Require libksba 1.0 and added API check for it.
 
324
        (GPG_ERR_LOCKED): Removed DECL check as we require 1.2 anyway.
 
325
        (have_libusb): New to give a feedback about CCID support
 
326
 
 
327
2006-08-21  Werner Koch  <wk@g10code.com>
 
328
 
 
329
        * configure.ac: Removed docbook tests.
 
330
        (AC_CONFIG_FILES): Added gpgkeys_test and gpgkeys_mailto.
 
331
 
 
332
        * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Enable gpg.
 
333
 
 
334
2006-08-17  Werner Koch  <wk@g10code.com>
 
335
 
 
336
        * THANKS: Merged with the 1.4 one.
 
337
 
 
338
2006-08-16  Werner Koch  <wk@g10code.com>
 
339
 
 
340
        * configure.ac: Removed test for capabilities and mlock.
 
341
 
 
342
2006-08-15  Werner Koch  <wk@g10code.com>
 
343
 
 
344
        * Makefile.am (keyserver): Enable building of keyserver helpers.
 
345
 
 
346
        * configure.ac: Merged with the current configure from 1.4.5.
 
347
        Require libgpg-error 1.2 and libksba 0.9.16.
 
348
 
 
349
2006-07-29  Marcus Brinkmann  <marcus@g10code.de>
 
350
 
 
351
        * README: Spelling fixes.
 
352
 
 
353
2006-07-27  Werner Koch  <wk@g10code.com>
 
354
 
 
355
        Released 1.9.22.
 
356
 
 
357
        * configure.ac: Call AB_INIT.
 
358
 
 
359
2006-07-03  Werner Koch  <wk@g10code.com>
 
360
 
 
361
        * configure.ac: Test for ksba_dn_teststr. 
 
362
 
 
363
2006-06-30  Werner Koch  <wk@g10code.com>
 
364
 
 
365
        * keyserver/: New.  Taken from 1.4.4
 
366
        * Makefile.am (SUBDIRS): Include keyserver/.
 
367
        * configure.ac: Include keyserver/.
 
368
        (FAKE_CURL, GPGKEYS_CURL): New.
 
369
        
 
370
2006-06-20  Werner Koch  <wk@g10code.com>
 
371
 
 
372
        Released 1.9.21.
 
373
 
 
374
2006-06-08  Marcus Brinkmann  <marcus@g10code.de>
 
375
 
 
376
        * configure.ac (PTH_LIBS): Add --all to pth-config invocation.
 
377
 
 
378
2006-05-24  Werner Koch  <wk@g10code.com>
 
379
 
 
380
        * configure.ac: New option --disable-optimization taked from 1.4.3.
 
381
 
 
382
2006-05-23  Werner Koch  <wk@g10code.com>
 
383
 
 
384
        * configure.ac (ZLIBS): New for zlib link commands. Add bzip2
 
385
        support.
 
386
 
 
387
2006-05-22  Werner Koch  <wk@g10code.com>
 
388
 
 
389
        * configure.ac (EXEEXT): New.
 
390
 
 
391
2006-04-18  Werner Koch  <wk@g10code.com>
 
392
 
 
393
        * configure.ac (PK_UID_CACHE_SIZE): New.
 
394
 
 
395
2006-04-07  Werner Koch  <wk@g10code.com>
 
396
 
 
397
        * configure.ac: Use new method to include the SVN revison.  Now it
 
398
        is the actual global revision number.
 
399
 
1
400
2005-12-20  Werner Koch  <wk@g10code.com>
2
401
 
3
402
        Released 1.9.20.
636
1035
        * configure.ac (HAVE_JNLIB_LOGGING): always define it.
637
1036
 
638
1037
        
639
 
 Copyright 2001, 2002, 2004 Free Software Foundation, Inc.
 
1038
 Copyright 2001, 2002, 2003, 2004, 2005, 2006,
 
1039
           2007 Free Software Foundation, Inc.
640
1040
 
641
1041
 This file is free software; as a special exception the author gives
642
1042
 unlimited permission to copy and/or distribute it, with or without