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