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