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