Unset the DISPLAY and TERM environment variables just before forking. A
[pwmd.git] / assuan / ChangeLog
blobe7d5faf1d9e86bf457440b27b42d55622f71e7b1
1 2009-01-22  Werner Koch  <wk@g10code.com>
3         * configure.ac: Check for nanoleep only in libc.
5 2008-11-03  Marcus Brinkmann  <marcus@g10code.de>
7         * tests/fdpassing.c (register_commands): Add missing initializer
8         to silence gcc -W warning.
10 2008-05-25  Werner Koch  <wk@g10code.com>
12         Released 1.0.5.
14 2008-05-23  Werner Koch  <wk@g10code.com>
16         * configure.ac: Use -fPIC with GCC under Linux.
18 2007-12-12  Werner Koch  <wk@g10code.com>
20         Released 1.0.4.
22         * config.sub, config.guess: Update to version 2007-11-19.
24 2007-08-24  Werner Koch  <wk@g10code.com>
26         Released 1.0.3.
27         
28         Switched license of the library code back to LGPLv2.1.  See NEWS.
30         * COPYING.LIB: Replaced by LPGLv2.1
32 2007-07-05  Werner Koch  <wk@g10code.com>
34         Released 1.0.2.
35         
36         Relicensed to LGPLv3.
38         * COPYING: Replaced by GPLv3.
39         * COPYING.LESSER: Removed.
40         * COPYING.LIB: New.
42         * Makefile.am (ACLOCAL_AMFLAGS): Do not create gzipped tarball.
44 2007-07-03  Werner Koch  <wk@g10code.com>
46         * configure.ac (NETLIBS): Use ws2_32 instead of wsock32.
48 2007-06-15  Werner Koch  <wk@g10code.com>
50         * autogen.sh: Use = and not == in test to be POSIXly correct.
51         Change shell back to /bin/sh.
53 2007-06-15  Marcus Brinkmann  <marcus@g10code.de>
55         * autogen.sh: Require bash.
57 2007-05-30  Werner Koch  <wk@g10code.com>
59         * autogen.sh <--build-w32>: Modernize. 
61 2007-05-29  Werner Koch  <wk@g10code.com>
63         * configure.ac: Require automake 1.10 and autoconf 2.61.
64         (AM_PROG_CC_C_O): New.  Error out if no C-89 cc is installed.
65         (gl_HEADER_SYS_SOCKET): Explicitly add this for documentation. 
67 2007-05-24  Werner Koch  <wk@g10code.com>
69         * configure.ac: Use -Wpointer-arith is possible.
71 2006-11-22  Werner Koch  <wk@g10code.com>
73         Released 1.0.1.
75 2006-11-21  Werner Koch  <wk@g10code.com>
77         * configure.ac (AH_BOTTOM): Define PTH_SYSCALL_SOFT to 0.
78         (AC_INIT): Use the SVN magic.
80         * m4/gnupg-pth.m4 (GNUPG_PTH_VERSION_CHECK): Use --all with
81         pth-config.
83 2006-11-15  Werner Koch  <wk@g10code.com>
85         * autogen.sh: Add convenience option --build-amd64.
87 2006-10-31  Werner Koch  <wk@g10code.com>
89         Released 1.0.0.
91 2006-10-20  Werner Koch  <wk@g10code.com>
93         * Makefile.am (stowinstall): New convenience target.
95 2006-10-10  Werner Koch  <wk@g10code.com>
97         Released 0.9.3.
99         * tests/Makefile.am (LDADD): Add NETLIBS.
101         * configure.ac: Check for cmsghdr.
102         (USE_DESCRIPTOR_PASSING): Define it then.
104 2006-10-09  Werner Koch  <wk@g10code.com>
106         * m4/gnupg-pth.m4: New.  Taked from GnuPG.
108 2006-10-04  Werner Koch  <wk@g10code.com>
110         Released 0.9.2.
111         
112 2006-10-04  Werner Koch  <wk@g10code.com>
114         Released 0.9.1.
115         
116         * configure.ac (AB_INIT): New.
118         * m4/autobuild.m4: New.
120 2006-09-19  Werner Koch  <wk@g10code.com>
122         * tests/fdpassing.c: Reverted Marcus changes.
123         (client): New arg FNAME to replace hardwired file name.
124         (main): Pass motd to client.
125         * tests/Makefile.am (AM_CPPFLAGS): Removed.
126         (EXTRA_DIST): Add motd.
128 2006-09-19  Marcus Brinkmann  <marcus@g10code.de>
130         * tests/fdpassing.c (MOTD): New macro.
131         * tests/Makefile.am (AM_CPPFLAGS): New variable.
132         * tests/motd: New file.
134 2006-09-14  Werner Koch  <wk@g10code.com>
136         Released 0.9.0.
138         * configure.ac: Check for S_PEERCRED.  Include check for socklen_t.
139         * m4/sys_socket_h.m4, m4/onceonly.m4, m4/socklen.m4: New.
140         * m4/Makefile.am: New.
142 2006-09-05  Werner Koch  <wk@g10code.com>
144         * configure.ac (AH_BOTTOM): Define _ASSUAN_IN_LIBASSUAN.
146 2005-10-24  Werner Koch  <wk@g10code.com>
148         * COPYING.LESSER: Added.
149         * README.CVS: Renamed to ..
150         * README.SVN: .. this.
152 2005-10-08  Marcus Brinkmann  <marcus@g10code.de>
154         * configure.ac: Check for socket library and add it to
155         LIBASSUAN_CONFIG_LIBS if necessary.
157 2005-10-07  Marcus Brinkmann  <marcus@g10code.de>
159         * configure.ac: Invoke AC_CANONICAL_HOST.  Define _XOPEN_SOURCE,
160         _XOPEN_SOURCE_EXTENDED and __EXTENSIONS__ on Solaris.
161         Add stpcy as replacement function.
162         Add setenv as replacement function (and check for unistd.h).
164 2005-06-20  Werner Koch  <wk@g10code.com>
166         Released 0.6.10.
168 2004-12-22  Werner Koch  <wk@g10code.com>
170         Released 0.6.9.
172         For security reasons switched to automake 1.9.
174 2004-12-18  Werner Koch  <wk@g10code.com>
176         * autogen.sh: Add Option --build-w32.
178 2004-12-07  Werner Koch  <wk@g10code.com>
180         * configure.ac: Define HAVE_W32_SYSTEM and HAVE_DOSISH_SYSTEM.
181         Add -lwsock2 to the config lib flags for W32.
183 2004-11-25  Werner Koch  <wk@g10code.com>
185         Released 0.6.8.
187 2004-09-27  Werner Koch  <wk@g10code.com>
189         * config.sub, config.guess: Updated. 
191 2004-06-23  Marcus Brinkmann  <marcus@g10code.de>
193         * configure.ac: Check for <sys/uio.h>.
195 2004-06-08  Werner Koch  <wk@gnupg.org>
197         Released 0.6.6.
199 2004-04-02  Thomas Schwinge  <schwinge@nic-nac-project.de>
201         * autogen.sh: Added ACLOCAL_FLAGS.
203 2004-02-20  Werner Koch  <wk@gnupg.org>
205         Released 0.6.4.
207 2004-02-11  Werner Koch  <wk@gnupg.org>
209         * autogen.sh (check_version): Removed bashism and simplified.
211 2004-01-29  Werner Koch  <wk@gnupg.org>
213         Released 0.6.3.
215 2003-12-18  Werner Koch  <wk@gnupg.org>
217         Released 0.6.2.
219 2003-12-08  Werner Koch  <wk@gnupg.org>
221         * TODO: New.
222         * Makefile.am: Add README.CVS and autogen.sh.  Removed m4/Makefile.
223         * README.CVS: New.
224         * autogen.sh: Revamped.
225         * configure.ac: Add automake version number for autogen.sh use.
227 2003-11-17  Werner Koch  <wk@gnupg.org>
229         Released 0.6.1.
231 2003-08-06  Werner Koch  <wk@gnupg.org>
233         Released 0.6.0.
235 2003-07-29  Werner Koch  <wk@gnupg.org>
237         * configure.ac: Cleanups for newer autoconf.
239 2003-07-29  gettextize  <bug-gnu-gettext@gnu.org>
241         * Makefile.am (EXTRA_DIST): Add config.rpath.
242         * configure.ac (AC_CONFIG_FILES): Add po/Makefile.in,
244 2003-04-28  gettextize  <bug-gnu-gettext@gnu.org>
246         * Makefile.am (SUBDIRS): Add m4.
247         (ACLOCAL_AMFLAGS): New variable.
248         (EXTRA_DIST): New variable.
249         * configure.ac (AC_CONFIG_FILES): Add po/Makefile.in,
251 2003-02-18  Neal H. Walfield  <neal@g10code.de>
253         * COPYING: New file.
255 2003-02-18  Neal H. Walfield  <neal@g10code.de>
257         * configure.ac: Fix typo.
258         (AC_CONFIG_FILES): Remove common/Makefile.am.
259         * common: Remove directory.
261 2003-02-18  Neal H. Walfield  <neal@g10code.de>
263         * common: New directory.
264         * Makefile.am (SUBDIRS): Add common.
266         * configure.ac: Check for funopen.  If not present, check for
267         fopencookie and implement it in terms of that.  Otherwise, fail.
268         (AC_CONFIG_FILES): Add common/Makefile.
270 2003-02-18  Neal H. Walfield  <neal@g10code.de>
272         * configure.ac (AC_CONFIG_FILES): Add src/libassuan-config.
273         (LIBASSUAN_CONFIG_LIBS, LIBASSUAN_CONFIG_CFLAGS): New variables.
274         AC_SUBST them.
276 2003-02-17  Neal H. Walfield  <neal@g10code.de>
278         * AUTHORS: New file.
279         * INSTALL: New file.
280         * Makefile.am: New file.
281         * NEWS: New file.
282         * README: New file.
283         * autogen.sh: New file, copied from newpg.
284         * configure.ac: New file, imported from newpg.
285         * depcomp: New file.
286         * install-sh: New file.
287         * missing: New file.
288         * mkinstalldirs: New file.
290         * doc: New directory.
291         * src: New directory.
292         * tests: New directory.
295  Copyright 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
297  This file is free software; as a special exception the author gives
298  unlimited permission to copy and/or distribute it, with or without
299  modifications, as long as this notice is preserved.
301  This file is distributed in the hope that it will be useful, but
302  WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
303  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.