-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathChangeLog-2011
466 lines (260 loc) · 10.8 KB
/
ChangeLog-2011
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
2011-12-01 Werner Koch <[email protected]>
NB: ChangeLog files are no longer manually maintained. Starting
on December 1st, 2011 we put change information only in the GIT
commit log, and generate a top-level ChangeLog file from logs at
"make dist". See doc/HACKING for details.
2011-11-28 Jim Meyering <[email protected]>
accept --with-libgpg-error-prefix as well as --with-gpg-error-prefix
* m4/gpg-error.m4: Update from git master.
2011-03-01 Werner Koch <[email protected]>
Release 1.2.0.
* configure.ac: Bump LT version to C19/A11/R0.
2011-02-25 Werner Koch <[email protected]>
* configure.ac (KSBA_CONFIG_HOST): New.
* m4/libgcrypt.m4, m4/gpg-error.m4: Update from their git masters.
2011-01-03 Werner Koch <[email protected]>
* configure.ac [BUILD_REVISION]: Shorten git commit identifier.
2010-12-22 Werner Koch <[email protected]>
* configure.ac: Add a git commit identifier to the version.
2010-10-26 Werner Koch <[email protected]>
Release 1.1.0.
* configure.ac: Bump LT version to C18/A10/R0.
* config.guess: Update to version 2010-09-24.
* config.sub: Update to version 2010-09-11.
2010-08-19 Werner Koch <[email protected]>
* configure.ac (AH_TOP, AH_BOTTOM): New. Define
GPG_ERR_ENABLE_ERRNO_MACROS.
2010-07-15 Werner Koch <[email protected]>
Release 1.0.8.
* configure.ac: Bump LT version to C17/A9/R8.
2010-01-22 Werner Koch <[email protected]>
* autogen.sh: Support --build-w32ce.
* configure.ac: Require libgpg-error 1.8.
(HAVE_W32CE_SYSTEM): New am_defines and am_conditionals.
(AC_CHECK_FUNCS): Check for getenv.
* ltmain.sh (wrappers_required): Don't set for mingw32ce.
2009-12-08 Marcus Brinkmann <[email protected]>
Update to libtool 2.2.6a.
* configure.ac: Invoke AC_CONFIG_MACRO_DIR.
(AC_LIBTOOL_WIN32_DLL, AC_LIBTOOL_RC): Replace by ...
(LT_PREREQ, LT_INIT, LT_LANG): ... these.
* config.guess, config.sub, install-sh, ltmain.sh, m4/libtool.m4:
Updated to libtool 2.2.6a.
* m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
m4/lt~obsolete.m4: New files from libtool 2.2.6a.
2009-12-08 Marcus Brinkmann <[email protected]>
* configure.ac: Allow cross compiling to be "maybe".
2009-07-03 Werner Koch <[email protected]>
* configure.ac: Bump LT version to C17/A9/R7. Unfortunately only
after the release so to anticipate fixes by distributions.
2009-07-03 Werner Koch <[email protected]>
Release 1.0.7.
2009-06-05 Werner Koch <[email protected]>
Release 1.0.6.
* configure.ac: Bump LT version to C17/A9/R6.
2009-01-09 Werner Koch <[email protected]>
Release 1.0.5.
* configure.ac: Bump LT version to C17/A9/R5.
2008-10-30 Werner Koch <[email protected]>
* configure.ac: Use more strict warnings with newer gcc versions.
2008-09-22 Werner Koch <[email protected]>
Release 1.0.4.
* configure.ac: Bump LT version to C17/A9/R4.
* configure.ac: Update svn_revision macro.
2008-02-25 Werner Koch <[email protected]>
* configure.ac (KSBA_USE_VISIBILITY): Define if system supports
the visibility attribute.
2008-02-12 Werner Koch <[email protected]>
Released 1.0.3.
* configure.ac: Bump LT version to C17/A9/R3.
* config.guess, config.sub: Update to version 2007-11-19.
2007-11-07 Werner Koch <[email protected]>
* configure.ac: Add option --disable-optimization.
2007-08-08 Werner Koch <[email protected]>
* configure.ac: Use $host and not $target. Reported by Peter
Eisentraut .
2007-07-04 Werner Koch <[email protected]>
Released 1.0.2.
* configure.ac: Bumped LT version to C17/A9/R2.
Changed license to GPLv3.
* COPYING: Updated to GPLv3.
* config.guess, config.sub: Updated from Savannah CVS and switched
license to GPLv3+ and the old exception.
* acinclude.m4: Remove.
* Makefile.am (SUBDIRS): Include m4.
* m4/gnupg-typedef.m4: New.
* m4/Makefile.am: New.
2007-06-15 Werner Koch <[email protected]>
* autogen.sh: Use = and not == in test to be POSIXly correct.
2007-05-29 Werner Koch <[email protected]>
* configure.ac (AC_LIBTOOL_WIN32_DLL): New.
(HAVE_W32_SYSTEM): New.
(BUILD_REVISION, BUILD_TIMESTAMP, BUILD_FILEVERSION): New.
(AC_CANONICAL_TARGET): New.
* autogen.sh: Add Option --force. Modernized cross compiler
selection for --build-w32.
2007-05-24 Werner Koch <[email protected]>
* configure.ac: Use -Wpointer-arith if possible.
2007-04-06 Werner Koch <[email protected]>
* configure.ac: Require libgpg-error 1.4.
2006-11-29 Werner Koch <[email protected]>
Released 1.0.1.
* configure.ac: Bumped LT version to C17/A9/R1.
* gl/dummyobj.c: New.
2006-11-15 Werner Koch <[email protected]>
* autogen.sh: Add convenience option --build-amd64.
2006-10-20 Werner Koch <[email protected]>
* Makefile.am (stowinstall): New convenience target.
2006-08-31 Werner Koch <[email protected]>
Released 1.0.0.
* configure.ac: Bumped LT version to C17/A9/R0.
* configure.ac: Require libgpg-error 1.2. Removed test on
GPG_ERR_UNKNOWN_CRIT_EXTN.
2006-08-01 Werner Koch <[email protected]>
Released 0.9.16.
* configure.ac: Bumped LT version to C16/A8/R0.
* configure.ac: Changed to new style auto-svn init.
2006-06-20 Werner Koch <[email protected]>
Released 0.9.15.
* configure.ac: Bumbed LT version to C15/A7/R2.
2006-05-16 Werner Koch <[email protected]>
Released 0.9.14.
* configure.ac: Bumped LT version to C15/A7/R1.
* config.guess, config.sub: Updated.
* ltmain.sh: Updated.
2006-05-11 Werner Koch <[email protected]>
* configure.ac: Use -Wno-pointer-sign.
2005-11-24 Werner Koch <[email protected]>
Released 0.9.13.
* configure.ac: Bumped LT vesion to C15/A7/R0.
2005-08-01 Werner Koch <[email protected]>
Released 0.9.12.
* configure.ac: Bumped LT version to C14/A6/R1.
2005-06-02 Werner Koch <[email protected]>
* gl/, gl/m4/: New.
* configure.ac: Add test for gnulib module alloca.
* Makefile.am (SUBDIRS): Include gl/
2005-04-20 Werner Koch <[email protected]>
* configure.ac: Fixed typo in saving CFLAGS for gpg-error symbol
test.
Released 0.9.11.
2005-04-19 Werner Koch <[email protected]>
* configure.ac: Bumped LT version to C14/A6/R0 due to a new
interface.
* acinclude.m4 (GNUPG_CHECK_TYPEDEF): Added. Taken from gnupg 1.4
2005-04-18 Werner Koch <[email protected]>
* configure.ac: Check for a new gpg-error symbol.
2005-03-16 Werner Koch <[email protected]>
* Makefile.am (AUTOMAKE_OPTIONS): Add option to create bzip 2 file
and to use the m4 directory.
* acinclude.m4: Removed all code. It belongs into m4/.
2004-12-18 Werner Koch <[email protected]>
* configure.ac: Print a hint about failed corss compilations.
* autogen.sh: Add --build-w32 option.
2004-12-03 Werner Koch <[email protected]>
Released 0.9.10.
* configure.ac: Bumped LT version to C13/A5/R2.
2004-11-25 Werner Koch <[email protected]>
* configure.ac: Define CROSS_COMPILING make conditional
* Makefile.am (SUBDIRS): Don't run tests when cross compiling.
2004-09-27 Werner Koch <[email protected]>
Released 0.9.9.
* configure.ac: Bumped LT version to C13/A5/R2.
* configure.ac: AC_GNU_SOURCE instead of AH_TOP.
* config.guess, config.sub: Updated.
* ltmain.sh: Updated to 1.5.6
2004-07-22 Werner Koch <[email protected]>
Released 0.9.8.
* configure.ac: Bumped LT version to C13/A5/R1.
2004-06-08 Werner Koch <[email protected]>
Released 0.9.7.
* configure.ac: Bumped LT version to C13/A5/R0.
2004-04-29 Werner Koch <[email protected]>
Released 0.9.6.
* configure.ac: Bumped LT version to C12/A4/R0.
2004-04-02 Thomas Schwinge <[email protected]>
* autogen.sh: Added ACLOCAL_FLAGS.
2004-04-06 Werner Koch <[email protected]>
Released 0.9.5.
* configure.ac: Bumped LT versions to C11/A3/R0.
* config.guess, config.sub, ltmain.sh: Updated to those from
libtools 1.5.4.
2004-03-15 Werner Koch <[email protected]>
* configure.ac: New option --enable-ld-version-script.
2004-02-20 Werner Koch <[email protected]>
Released 0.9.4.
* configure.ac: Bumped LT version to C10/A2/R0.
2004-02-11 Werner Koch <[email protected]>
* autogen.sh (check_version): Removed bashism and simplified.
2004-01-30 Werner Koch <[email protected]>
Released 0.9.3.
* configure.ac: Bumped LT vesion to C9/A1/R2.
2004-01-29 Werner Koch <[email protected]>
Released 0.9.2.
* configure.ac: Bumbed LT version to C9/A1/R1.
2003-12-19 Werner Koch <[email protected]>
Released 0.9.1.
* configure.ac: Bumbed LT version to C9/A1/R0.
2003-12-08 Werner Koch <[email protected]>
* README.CVS: Enhanced
* autogen.sh: Reworked.
* configure.ac: Add version numbers for autogen.sh.
2003-11-17 Werner Koch <[email protected]>
Released 0.9.0.
2003-11-12 Werner Koch <[email protected]>
* acinclude.m4: New.
* configure.ac (AM_PATH_GPG_ERROR): New.
2003-10-31 Werner Koch <[email protected]>
* configure.ac (AC_CHECK_FUNCS): Removed timegm. Add gmtime_r.
Set version number to 0.9.0-cvs, bumped LT version to C8/A0/R0.
2003-03-17 Werner Koch <[email protected]>
Released 0.4.7.
* configure.ac: Set LT version to 7/7/1.
2002-12-04 Werner Koch <[email protected]>
Released 0.4.6.
* configure.ac: Set LT version to 7/7/0.
2002-11-25 Werner Koch <[email protected]>
* configure.ac: Bumbed version number.
2002-11-12 Werner Koch <[email protected]>
* config.sub, config.guess: Updated from ftp.gnu.org/gnu/config
to version 2002-11-08.
2002-08-23 Werner Koch <[email protected]>
Released 0.4.5.
* configure.ac (KSBA_CONFIG_LIBS): Renamed from KSBA_LIBS and
removed the libdir because it is set by the config script.
2002-08-09 Werner Koch <[email protected]>
Released 0.4.4.
2002-06-25 Werner Koch <[email protected]>
Released 0.4.3.
* configure.ac: Set LT version to 6/6/0.
2002-06-17 Werner Koch <[email protected]>
* configure.ac: Don't check for ranlib because it is done by libtool.
2002-06-04 Werner Koch <[email protected]>
Released 0.4.2.
* configure.ac: Bumbed libversion due to added interfaces.
2002-05-03 Werner Koch <[email protected]>
Released 0.4.1.
2002-04-15 Werner Koch <[email protected]>
Released 0.4.0.
* configure.ac: Bumbed libversion due to added interfaces.
* NEWS: Started tracking news.
2002-04-01 Werner Koch <[email protected]>
Released 0.2.3.
2002-03-13 Werner Koch <[email protected]>
Released 0.2.2.
2002-03-04 Werner Koch <[email protected]>
* configure.ac: Bumbed version to 0.2.1
2002-02-07 Werner Koch <[email protected]>
* configure.ac: Bumped version to 0.2.0
* Makefile.am: Add doc directory and VERSION kludge
2002-01-11 Werner Koch <[email protected]>
* configure.ac (AC_C_INLINE): New.
2001-12-17 Werner Koch <[email protected]>
* configure.ac (KSBA_LIBS,KSBA_CFLAGS): Set them.
Copyright 2001, 2002 g10 Code GmbH
This file is free software; as a special exception the author gives
unlimited permission to copy and/or distribute it, with or without
modifications, as long as this notice is preserved.
This file is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.