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