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