402a885dc6989d1f11fd237800bc7e49daf027e3
[gpgme.git] / ChangeLog
1 2007-03-05  Werner Koch  <wk@g10code.com>
2
3         Released 1.1.4.
4
5         * configure.ac (LIBGPGME_LT_REVISION): Bump for release.
6
7         * autogen.sh: New option --force.
8
9 2007-01-29  Marcus Brinkmann  <marcus@g10code.de>
10
11         Released 1.1.3.
12         
13         * configure.ac (LIBGPGME_LT_REVISION): Bump for release.
14
15 2007-01-26  Werner Koch  <wk@g10code.com>
16
17         * configure.ac: Changed gpg and gpgsm version checks to work with
18         arbitrary names of the gpg binary. New option --disable-gpg-test
19         and --disable-gpgsm-test.
20
21 2007-01-09  Werner Koch  <wk@g10code.com>
22
23         * configure.ac (NEED_GPG_VERSION, NEED_GPGSM_VERSION): Must define
24         after it may have been changed by an option.
25
26 2007-01-08  Werner Koch  <wk@g10code.com>
27
28         * configure.ac: Require gpg-error 1.4 due to the use of
29         gpg_error_from_syserror.
30         (HAVE_ASSUAN_H): New.
31
32 2007-01-05  Marcus Brinkmann  <marcus@g10code.de>
33
34         * configure.ac: Add options --with-gpg-version and
35         --with-gpgsm-version to allow overriding the minimum version
36         requirements.
37
38 2006-12-17  Marcus Brinkmann  <marcus@g10code.de>
39
40         * configure.ac: Fix two typos in last change.
41
42 2006-12-03  Marcus Brinkmann  <marcus@g10code.de>
43
44         * configure.ac: Use descriptor passing only if --enable-fd-passing
45         is provided.
46
47         * configure.ac: Add check for use of descriptor passing.
48
49 2006-11-29  Marcus Brinkmann  <marcus@g10code.de>
50
51         * configure.ac (NEED_GPG_VERSION): Bump to 1.3.0.
52
53 2006-09-19  Marcus Brinkmann  <marcus@g10code.de>
54
55         * configure.ac: Turn stpcpy into a replacement function.
56         Check for unistd.h and add setenv as replacement function.
57
58 2006-07-29  Marcus Brinkmann  <marcus@g10code.de>
59
60         * configure.ac: Check for network libraries and set NETLIBS.
61
62 2006-07-06  Marcus Brinkmann  <marcus@g10code.de>
63
64         * lang, lang/cl: New subdirectories.
65         * lang/Makefile.am, lang/README: New files.
66         * configure.ac (AC_CONFIG_FILES): Add lang/Makefile,
67         lang/cl/Makefile and lang/cl/gpgme.asd.
68         * Makefile.am (SUBDIRS): Add lang.
69
70 2006-03-02  Marcus Brinkmann  <marcus@g10code.de>
71
72         * configure.ac (LIBGPGME_LT_REVISION): Bump for release.
73
74 2006-02-22  Marcus Brinkmann  <marcus@g10code.de>
75
76         Released 1.1.1.
77
78         * configure.ac (LIBGPGME_LT_CURRENT, LIBGPGME_LT_AGE): Bump for
79         release.
80         (LIBGPGME_LT_REVISION): Reset to 0 for release.
81
82 2006-01-05  Werner Koch  <wk@g10code.com>
83
84         * configure.ac: Test for inline feature.
85         (AH_BOTTOM): New to define the pure attribute.
86
87 2006-01-03  Werner Koch  <wk@g10code.com>
88
89         * configure.ac: Append SVN revision to the version.
90
91 2005-11-18  Werner Koch  <wk@g10code.com>
92
93         * configure.ac (BUILD_REVISION): New.
94
95 2005-11-17  Marcus Brinkmann  <marcus@g10code.de>
96
97         * configure.ac: Add support for --enable-w32-glib (disabled by
98         default).  Invoke AM_PATH_GLIB_2_0.
99
100 2005-11-16  Werner Koch  <wk@g10code.com>
101
102         * configure.ac (CFLAGS) [W32]: Make sure that -mms-bitfields are used.
103
104 2005-11-15  Werner Koch  <wk@g10code.com>
105
106         * configure.ac: Create BUILD_FILEVERSION from SVN Revision.
107
108         * autogen.sh [W32]: Build shared and static versions of the library.
109
110 2005-10-20  Marcus Brinkmann  <marcus@g10code.de>
111
112         * w32-dll/ChangeLog, w32-dll/build-dll, w32-dll/gpgme.def: Remove
113         files.
114
115         * configure.ac: Instead checking for windres and dlltool, invoke
116         AC_LIBTOOL_WIN32_DLL and AC_LIBTOOL_RC.
117         * src/Makefile.am [HAVE_W32_SYSTEM]: Use libtool, which simplifies
118         the rules.
119
120 2005-10-01  Marcus Brinkmann  <marcus@g10code.de>
121
122         Released 1.1.0.
123
124         * configure.ac (LIBGPGME_LT_CURRENT, LIBGPGME_LT_AGE): Bump for
125         release.
126         (LIBGPGME_LT_REVISION): Reset to 0 for release.
127
128 2005-09-12  Marcus Brinkmann  <marcus@g10code.de>
129
130         * configure.ac (HAVE_PTH): Don't add $PTH_CFLAGS to $CFLAGS here.
131
132 2005-08-26  Werner Koch  <wk@g10code.com>
133
134         * configure.ac (SEPCONSTANTS): New to define DIRSEP_C et al.
135
136 2005-08-19  Werner Koch  <wk@g10code.com>
137
138         * configure.ac [W32]: Create values for versioninfo.rc and list
139         substuture versioninfo.rc.
140         * configure.ac: Define ENABLE_GPGSM.
141
142 2005-08-08  Werner Koch  <wk@g10code.com>
143
144         * configure.ac (stpcpy): Changed from replace to test.
145
146 2005-03-24  Marcus Brinkmann  <marcus@g10code.de>
147
148         * configure.ac (AH_BOTTOM): Removed.
149
150 2005-03-09  Werner Koch  <wk@g10code.com>
151
152         * acinclude.m4 (GNUPG_CHECK_VA_COPY): Assume no when cross-compiling.
153
154         * Makefile.am (EXTRA_DIST): Include autogen.sh
155
156         * autogen.sh: Added the usual code to build for W32 (--build-w32).
157
158         * configure.ac: Fixed the mingw32 host string, removed OS/2 stuff.
159         (HAVE_DRIVE_LETTERS): Removed.
160         (HAVE_W32_SYSTEM): Added.
161         (AC_GNU_SOURCE): New to replace the identical AH_VERBATIM.
162         (AH_BOTTOM): Added.
163
164 2004-12-28  Werner Koch  <wk@g10code.com>
165
166         Released 1.0.2.
167
168         * Makefile.am (AUTOMAKE_OPTIONS): Build bzip 2 version.
169         (ACLOCAL_AMFLAGS): Add -I m4.
170         * configure.ac: Require automake 1.9.3 and autoconf 2.59.
171         * acinclude.m4: Changed quoting for automake 1.9.
172         * README: Use SHA1 instead of MD5.
173
174 2004-12-11  Marcus Brinkmann  <marcus@g10code.de>
175
176         * configure.ac: Replace ttyname_r if it doesn't exist (and warn in
177         that case).
178
179 2004-12-07  Marcus Brinkmann  <marcus@g10code.de>
180
181         * README: Refer to COPYING.LESSER and "each file" instead of
182         COPYING.
183         * COPYING.LESSER: New file.
184         * gpgme.spec.in (%doc): Add COPYING.LESSER.
185         * acinclude.m4, configure.ac, Makefile.am: Change license to LGPL
186         2.1 or later.
187         * TODO: Add copyright notice.
188         * README.CVS: Likewise.
189
190         * configure.ac (GPGSM_VERSION): Fix filter to get it.
191
192 2004-10-22  Marcus Brinkmann  <marcus@g10code.de>
193
194         Released 1.0.1.
195
196         * configure.ac (LIBGPGME_LT_REVISION): Bump up to 2.
197         (AC_INIT): Set version to 1.0.1.
198
199         * configure.ac: Set HAVE_GPGSM to true only if $GPGSM is not "no".
200
201 2004-09-30  Marcus Brinkmann  <marcus@g10code.de>
202
203         Released 1.0.0.
204
205         * configure.ac (LIBGPGME_LT_REVISION): Bump up to 1.
206         (AC_INIT): Set version to 1.0.0.
207
208         * Makefile.am (EXTRA_DIST): Remove README-alpha.
209         * README-alpha: Remove file.
210
211 2004-09-17  Marcus Brinkmann  <marcus@g10code.de>
212
213         * configure.ac: Disable AC_CONFIG_MACRO_DIR for now.
214
215 2004-09-14  Marcus Brinkmann  <marcus@g10code.de>
216
217         * configure.ac: Improve diagnostics with version check.
218
219         * configure.ac: Print diagnostics about found thread libraries at
220         the end.  Check for the versions of GPG and GPGSM and print the
221         found versions at the end.
222         (HAVE_GPGSM): Do not require GPGSM to exist and be readable.
223         (AC_CONFIG_MACRO_DIR): Invoke with argument m4.
224
225         * acinclude.m4: Add copyright notice.
226         (jm_GLIBC21, AM_PATH_GPG_ERROR, _AC_PTH_ERROR, _AC_PTH_VERBOSE,
227         AC_CHECK_PTH): Removed.
228
229 2004-06-23  Marcus Brinkmann  <marcus@g10code.de>
230
231         * configure.ac: Check for <sys/uio.h>.
232
233 2004-06-08  Marcus Brinkmann  <marcus@g10code.de>
234
235         Released 0.9.0.
236
237         * configure.ac (AC_INIT): Set version number to 0.9.0.
238         (LIBGPGME_LT_CURRENT, LIBGPGME_LT_AGE): Bump up by one.
239         (LIBGPGME_LT_REVISION): Reset to zero.
240
241 2004-05-21  Marcus Brinkmann  <marcus@g10code.de>
242
243         * configure.ac (GPGME_CONFIG_API_VERSION): New variable,
244         substitute it.
245
246 2004-04-29  Marcus Brinkmann  <marcus@g10code.de>
247
248         Released 0.4.7.
249
250         * configure.ac (LIBGPGME_LT_REVISION): Bump it up.
251
252 2004-04-02  Thomas Schwinge  <schwinge@nic-nac-project.de>
253
254         * autogen.sh: Added ACLOCAL_FLAGS.
255
256 2004-04-06  Werner Koch  <wk@gnupg.org>
257
258         Released 0.4.6.
259         
260         * config.guess, config.sub, ltmain.sh: Updated to those from
261         libtools 1.5.4.
262
263 2004-03-07  Marcus Brinkmann  <marcus@g10code.de>
264
265         Released 0.4.5.
266
267         * configure.ac (NEED_GPGSM_VERSION): Bump up to 1.9.6.
268
269         * Makefile.am (EXTRA_DIST): Remove autogen.sh and README.CVS.
270
271 2004-02-18  Werner Koch  <wk@gnupg.org>
272
273         * configure.ac: Make the check for funopen fail with just a
274         warning.
275
276 2004-02-11  Werner Koch  <wk@gnupg.org>
277
278         * autogen.sh (check_version): Removed bashism and simplified.
279
280 2004-02-10  Werner Koch  <wk@gnupg.org>
281
282         * configure.ac: Fixed funopen test change.
283
284 2004-02-06  Moritz Schulte  <mo@g10code.com>
285
286         * configure.ac: Fix funopen replacement mechanism.
287
288 2004-01-31  Marcus Brinkmann  <marcus@g10code.de>
289
290         * configure.ac: Add invocation of AC_SYS_LARGEFILE, AC_TYPE_OFF_T
291         and AC_FUNC_FSEEKO.
292
293 2004-01-12  Werner Koch  <wk@gnupg.org>
294
295         Released 0.4.4.
296         
297         * configure.ac: Bumbed LT_Revision; now at C12/A1/R1. 
298         (NEED_GPGSM_VERSION): Set to 1.9.3.
299         (min_automake_version): Added.
300         * README.CVS: New.
301         * Makefile.am (EXTRA_DIST): Added README.CVS.
302         * autogen.sh: Updated.
303
304 2003-11-19  Werner Koch  <wk@gnupg.org>
305
306         * acinclude.m4: Add AM_PATH_GPG_ERROR.
307         * configure.ac: Check for timegm.  Made warning messages more
308         prominent.
309
310 2003-10-06  Marcus Brinkmann  <marcus@g10code.de>
311
312         Released 0.4.3.
313
314         * configure.ac (LIBGPGME_LT_CURRENT, LIBGPGME_LT_AGE): Bump up by 1.
315         (LIBGPGME_LT_REVISION): Set to 0.
316
317 2003-09-13  Marcus Brinkmann  <marcus@g10code.de>
318
319         * configure.ac: Require libgpg-error 0.5.
320
321         * acinclude.m4: Remove libtool cruft, add jm_GLIBC21.
322         * configure.ac: Add check for getenv_r, and call jm_GLIBC21.
323         Define HAVE_THREAD_SAFE_GETENV if appropriate.
324
325 2003-09-03  Marcus Brinkmann  <marcus@g10code.de>
326
327         * configure.ac: Remove GPGME_CONFIG_LIBS and GPGME_CONFIG_CFLAGS.
328
329 2003-09-02  Marcus Brinkmann  <marcus@g10code.de>
330
331         * configure.ac: Move invocation of AC_CANONICAL_HOST up to
332         suppress warning by autoconf.
333
334 2003-08-30  Robert Schiele <rschiele@uni-mannheim.de>
335
336         * gpgme.spec.in: %{_infodir}/dir is not packaged,
337         remove to prevent checking failure.
338
339 2003-08-18  Marcus Brinkmann  <marcus@g10code.de>
340
341         * configure.ac: If building Assuan, check for funopen and
342         fopencookie, and make isascii, putc_unlocked and memrchr
343         replacement functions.
344         (AM_PATH_GPG_ERROR): Require 0.3.
345
346 2003-07-31  Marcus Brinkmann  <marcus@g10code.de>
347
348         * configure.ac (AC_INIT): Bump version to 0.4.3.
349
350 2003-07-30  Marcus Brinkmann  <marcus@g10code.de>
351
352         * configure.ac (LIBGPGME_LT_REVISION): Bump up to 1.
353
354         Released 0.4.2.
355
356 2003-07-08  Marcus Brinkmann  <marcus@g10code.de>
357
358         * configure.ac: Complain if libgpg-error is not found.
359
360 2003-06-22  Marcus Brinkmann  <marcus@g10code.de>
361
362         * configure.ac (AC_INIT): Bump version to 0.4.2.
363
364 2003-06-06  Marcus Brinkmann  <marcus@g10code.de>
365
366         * configure.ac (LIBGPGME_LT_CURRENT): Bump up to 11.
367
368         * configure.ac: Use AM_PATH_GPG_ERROR.
369
370         * configure.ac: Check for libgpg-error.  Define
371         GPG_ERR_SOURCE_DEFAULT.
372
373 2003-05-26  Marcus Brinkmann  <marcus@g10code.de>
374
375         * configure.ac (NEED_GPG_VERSION): Bump up to 1.2.2.
376
377 2003-05-18  Marcus Brinkmann  <marcus@g10code.de>
378
379         In all files, replace the Gpgme* type names with the new gpgme_*
380         type names.
381
382 2003-02-01  Marcus Brinkmann  <marcus@g10code.de>
383
384         * assuan/: Update files to 2002-11-10 version of assuan.
385
386 2003-01-29  Marcus Brinkmann  <marcus@g10code.de>
387
388         * bonobo/gpgme.c, bonobo/main.c, bonobo/main.h, bonobo/Makefile,
389         bonobo/Makefile.am, bonobo/Makefile.in: Dead files removed.
390         * configure.ac: Remove automake conditional BUILD_BONOBO
391         (AC_CONFIG_FILES): Remove bonobo/Makefile.
392         * Makefile.am (bonobo): Remove variable.
393         (SUBDIRS): Remove ${bonobo}.
394         
395         * configure.ac: Remove all uses of GNUPG_CHECK_TYPEDEF, for byte,
396         ushort, ulong, u16 and u32.
397         * acinclude.m4 (GNUPG_CHECK_TYPEDEF): Remove macro.
398
399 2002-12-24  Marcus Brinkmann  <marcus@g10code.de>
400
401         * configure.ac: New conditional HAVE_LD_VERSION_SCRIPT.
402         Call AC_CANONICAL_HOST, use host instead target.
403
404 2002-12-23  Marcus Brinkmann  <marcus@g10code.de>
405
406         * configure.ac: Bump up to 0.4.1.
407         
408         Released 0.4.0.
409
410 2002-12-23  Marcus Brinkmann  <marcus@g10code.de>
411
412         * autogen.sh (automake_vers): Require 1.7 (really 1.7.1) for the
413         conditional source distribution bug fix.
414
415 2002-12-08  Marcus Brinkmann  <marcus@g10code.de>
416
417         * configure.ac (LIBGPGME_LT_CURRENT): Increase by one.
418         (LIBGPGME_LT_AGE, LIBGPGME_LT_REVISION): Set to 0.
419
420 2002-11-28  Marcus Brinkmann  <marcus@g10code.de>
421
422         * NEWS: Add note about moving "gpgmeplug" to the "cryptplug"
423         package.
424         * README: Remove instructions related to "gpgmeplug".
425         * configure.ac: Remove enable option "gpgmeplug" and automake
426         conditional BUILD_GPGMEPLUG, as well as the status info about it.
427         (GPGMEPLUG): Remove variable.
428         * Makefile.am (gpgmeplug): Remove variable.
429         (SUBDIRS): Remove ${gpgmeplug}.
430         * cryptplug.h, gpgme-openpgp.c, gpgmeplug.dox, gpgme-smime.c,
431         Makefile.am, gpgmeplug.c, ChangeLog: Files removed.
432
433 2002-11-22  Marcus Brinkmann  <marcus@g10code.de>
434
435         * configure.ac: Disable GPGSM for all dosish systems.
436
437 2002-10-12  Marcus Brinkmann  <marcus@g10code.de>
438
439         * configure.ac: Add automake conditional HAVE_GPGSM.
440
441 2002-10-08  Marcus Brinkmann  <marcus@g10code.de>
442
443         * configure.ac (AC_INIT): Bump version up to 0.4.0.
444         (NEED_GPG_VERSION): Bump up to 1.2.0.
445         (NEED_GPGSM_VERSION): Bump up to 0.9.0.
446         * README: Update version numbers.
447         * NEWS: Start entry for 0.4.0.
448
449 2002-09-20  Werner Koch  <wk@gnupg.org>
450
451         Released 0.3.11.
452         
453         * configure.ac: Bump up LIBGPGME_LT_REVISION.
454
455         * configure.ac (AC_CHECK_HEADERS): Check for sys/select.h.
456
457 2002-09-04  Marcus Brinkmann  <marcus@g10code.de>
458
459         * autogen.sh (autoconf_vers): Bump up to 2.53 to get the @&t@
460         quadrigraph.  Always cutting the edge!
461
462 2002-09-02  Marcus Brinkmann  <marcus@g10code.de>
463
464         * configure.ac: Create and substitute LTLIBOBJS.
465
466 2002-09-02  Marcus Brinkmann  <marcus@g10code.de>
467
468         Released 0.3.10.
469
470         * NEWS: Update for 0.3.9 release.
471         * configure.ac: Bump up LIBGPGME_LT_REVISION.
472
473 2002-08-29  Marcus Brinkmann  <marcus@g10code.de>
474
475         * gpgme.spec.in: Changed user name in Wojciech Polak's email
476         address from ghostface to polak per request by himself.
477
478 2002-08-28  Werner Koch  <wk@gnupg.org>
479
480         * acinclude.m4 (GNUPG_CHECK_VA_COPY): New.
481         * configure.ac: Use it.
482
483 2002-08-23  Werner Koch  <wk@gnupg.org>
484
485         * configure.ac (GPGME_CONFIG_CFLAGS): Renamed from GPGME_CFLAGS
486         and removed the libpath because it is set by the config script.
487
488 2002-08-21  Marcus Brinkmann  <marcus@g10code.de>
489
490         * configure.ac: Bump version number to 0.3.10.
491
492         * NEWS: Add template for development version.
493
494 2002-08-21  Marcus Brinkmann  <marcus@g10code.de>
495
496         Released 0.3.9.
497
498         * NEWS: Update for 0.3.9 release.
499         * Makefile.am (EXTRA_DIST): Add gpgme.spec.in.
500
501 2002-08-21  Marcus Brinkmann  <marcus@g10code.de>
502
503         * jnlib/argparse.c, jnlib/argparse.h, jnlib/ChangeLog,
504         jnlib/dotlock.c, jnlib/dotlock.h, jnlib/libjnlib-config.h,
505         jnlib/logging.c, jnlib/logging.h,jnlib/Makefile.am,
506         jnlib/mischelp.h, jnlib/README, jnlib/stringhelp.c,
507         jnlib/stringhelp.h, jnlib/strlist.c, jnlib/strlist.h,
508         jnlib/types.h, jnlib/xmalloc.c, jnlib/xmalloc.h: Remove files.
509
510 2002-08-21  Marcus Brinkmann  <marcus@g10code.de>
511
512         * Makefile.am (SUBDIRS): Remove jnlib.
513         * configure.ac: Don't check for unsigned short or unsigned long.
514         Don't check for memicmp, strlwr, strtoul, memmove, stricmp.
515         Make stpcpy a replaced function.
516         Don't define HAVE_JNLIB_LOGGING.
517         Don't generate jnlib/Makefile.
518
519 2002-07-02  Werner Koch  <wk@gnupg.org>
520
521         * configure.ac: Bumbed version number to 0.3.9; add a comment on
522         when to change it.
523
524         * gpgme.spec.in: New. Contributed by Wojciech Polak.
525         * Makefile.am (dist-hook): New.
526
527         * AUTHORS: Added Wojciech and bug reporting addresses.
528
529 2002-06-25  Werner Koch  <wk@gnupg.org>
530
531         Released 0.3.8.
532         
533         * configure.ac: Bumbed LT version to 9/3/0.
534         (NEED_GPGSM_VERSION): Need 0.3.8 due to fixed export command.
535
536 2002-06-04  Marcus Brinkmann  <marcus@g10code.de>
537
538         Released 0.3.7.
539
540         * configure.ac (AC_INIT): Set version to 0.3.7.
541         (LIBGPGME_LT_REVISION): Add one.
542
543         * README: Document version requirement correctly.
544
545 2002-06-02  Marcus Brinkmann  <marcus@g10code.de>
546
547         * acinclude.m4: Fix Pth check so that it doesn't error out if pth
548         is not found.
549
550 2002-06-02  Marcus Brinkmann  <marcus@g10code.de>
551
552         * configure.ac: Add checks for Pth and pthreads.
553         * acinclude.m4: Add slightly hacked check for pth (seems to be an
554         autoconf version problem).
555
556 2002-05-21  Werner Koch  <wk@gnupg.org>
557
558         * configure.ac (NEED_GPGSM_VERSION): We need gpgsm 0.3.7.
559
560 2002-05-03  Werner Koch  <wk@gnupg.org>
561
562         Released 0.3.6.
563
564 2002-04-05  Marcus Brinkmann  <marcus@g10code.de>
565
566         * acconfig.h: File removed.
567         * configure.ac (NEED_GPG_VERSION): Add description.
568         (NEED_GPGSM_VERSION): Likewise.
569         (HAVE_DOSISH_SYSTEM): Likewise.
570         (HAVE_DRIVE_LETTERS): Likewise.
571         (GPG_PATH): Likewise.
572         (GPGSM_PATH): Likewise.
573         * acinclude.m4 (GNUPG_CHECK_TYPEDEF): Likewise.
574
575 2002-04-01  Werner Koch  <wk@gnupg.org>
576
577         Released 0.3.5.
578
579 2002-03-17  Marcus Brinkmann  <marcus@g10code.de>
580
581         * configure.ac: Add automake conditional HAVE_DOSISH_SYSTEM.
582
583 2002-03-04  Werner Koch  <wk@gnupg.org>
584
585         * configure.ac: Bumbed version to 0.3.4-cvs to continue development.
586
587         Released 0.3.4.
588         
589         * configure.ac: Bumbed LT version numbers to (7,1,0), requires
590         gpgsm 0.3.1.
591
592 2002-03-03  Marcus Brinkmann  <marcus@g10code.de>
593
594         * configure.ac (AC_INIT): Change version number to snapshot CVS
595         version.
596
597 2002-02-13  Werner Koch  <wk@gnupg.org>
598
599         * configure.ac (vasprintf,fopencookie): Add checks.
600
601 2002-02-12  Marcus Brinkmann  <marcus@g10code.de>
602
603         * configure.ac (AC_INIT): Bump version to 0.3.3.
604         * jnlib/Makefile.am: Rever to older version that includes xmalloc
605         but not dotlock and some other files.  Reported by Stéphane
606         Corthésy.
607         
608 2002-02-10  Marcus Brinkmann  <marcus@g10code.de>
609
610         * Released 0.3.2.
611
612         * configure.ac (AC_INIT): Bump version to 0.3.2.
613         * jnlib/libjnlibconfig.h: Revert to older version that doesn't
614         expect libgcrypt.  Reported by Jose Carlos Garcia Sogo
615         <jsogo@debian.org>.
616
617 2002-02-09  Marcus Brinkmann  <marcus@g10code.de>
618
619         * Released 0.3.1.
620
621         * configure.ac (LIBGPGME_LT_CURRENT): Bump it up to 6!
622         (NEED_GPGSM_VERSION): Bump it up to 0.3.0!
623         (AC_INIT): Bump version to 0.3.1
624
625 2002-01-22  Marcus Brinkmann  <marcus@g10code.de>
626
627         * configure.ac (HAVE_JNLIB_LOGGING): Define always for assuan.
628
629 2001-12-19  Werner Koch  <wk@gnupg.org>
630
631         * configure.ac (VERSION,PACKAGE): Defined and subst.  Used for
632         AM_INIT_AUTOMAKE and moved all version number more to the top.
633
634 2001-12-18  Marcus Brinkmann  <marcus@g10code.de>
635
636         * autogen.sh (libtool_vers): Bump to 1.4.
637
638         * configure.ac (LIBGPGME_LT_CURRENT): Increment.
639         (LIBGPGME_LT_AGE): Reset.
640         Improve comment.
641         Fix wrong comment character.
642
643 2001-12-18  Werner Koch  <wk@gnupg.org>
644
645         * acinclude.m4 (GNUPG_FIX_HDR_VERSION): Fixed for new automake.
646
647 2001-12-14  Marcus Brinkmann  <marcus@g10code.de>
648
649         * configure.ac (GPG): Substitute this variable.
650         (GPGSM): Likewise.
651
652 2001-11-22  Marcus Brinkmann  <marcus@g10code.de>
653
654         * configure.ac (AC_CONFIG_FILES): Add tests/gpg/Makefile and
655         tests/gpgsm/Makefile.
656
657 2001-11-21  Marcus Brinkmann  <marcus@g10code.de>
658
659         * Makefile.am (gpgmeplug): New variable, set to gpgmeplug if
660         [BUILD_GPGMEPLUG].
661         * configure.ac (AC_CONFIG_FILES): Add gpgmeplug/Makefile.
662         Support --enable-gpgmeplug.
663
664 2001-11-21  Marcus Brinkmann  <marcus@g10code.de>
665
666         * autogen.sh: Tighten version dependencies.
667
668 2001-11-20  Marcus Brinkmann  <marcus@g10code.de>
669
670         * Makefile.am (SUBDIRS): Support building the assuan library
671         (currently if GPGSM_PATH is set)..
672         * configure.ac: Support building the assuan library.
673         * assuan: New directory, populated with the Assuan library
674         (copied from the newpg repository).
675
676 2001-11-20  Marcus Brinkmann  <marcus@g10code.de>
677
678         * configure.ac (NEED_GPGSM_VERSION): New variable.  Treat it
679         similarly to NEED_GPG_VERSION.
680         * acconfig.h: Likewise.
681
682 2001-11-18  Marcus Brinkmann  <marcus@g10code.de>
683
684         * configure.in: Renamed to ...
685         * configure.ac: ... this.  Update to autoconf 2.52.  Lots of small
686         changes in the transition.  Support --with-gpg=PATH and
687         --with-gpgsm=PATH options.  Check if test suites can be run.
688         * acconfig.h: Add GPGSM_PATH.
689         * Makefile.am: New variable `tests', set to `tests' if
690         RUN_GPG_TESTS.
691         (SUBDIRS): Replace string `tests' with variable `tests'.
692
693 2001-10-22  Marcus Brinkmann  <marcus@g10code.de>
694
695         * autogen.sh: Invoke automake with `-a' (add missing files).
696         Do not invoke configure.
697
698 2001-09-17  Werner Koch  <wk@gnupg.org>
699
700         Released 0.2.3.
701         
702         * configure.in (NEED_GPG_VERSION): Set to 1.0.6. Incremented LT
703         current and age.
704
705         * Makefile.am (SUBDIRS): Add doc
706
707 2001-06-12  Werner Koch  <wk@gnupg.org>
708
709         Released 0.2.2.
710
711 2001-04-05  Werner Koch  <wk@gnupg.org>
712
713         * configure.in (NEED_GPG_VERSION): Set to 1.0.4g 
714
715 2001-04-02  Werner Koch  <wk@gnupg.org>
716
717         Released 0.2.1.
718
719         Changed the copyright notices all over the place.
720         
721 2001-02-28  Werner Koch  <wk@gnupg.org>
722
723         Released 0.2.0.
724
725 2001-01-18  Werner Koch  <wk@gnupg.org>
726
727         * autogen.sh: Added option --build-w32.
728
729
730  Copyright 2001, 2002, 2003, 2004, 2005 g10 Code GmbH
731
732  This file is free software; as a special exception the author gives
733  unlimited permission to copy and/or distribute it, with or without
734  modifications, as long as this notice is preserved.
735
736  This file is distributed in the hope that it will be useful, but
737  WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
738  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.