-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathChangeLog
248 lines (153 loc) · 6.65 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
2009-08-08 Moritz <[email protected]>
* THANKS: Updated.
* configure.ac (AC_CONFIG_FILES): Added src/util/configure-stamp.
* AUTHORS (Homepage): Fixed.
2009-08-03 Werner Koch <[email protected]>
* configure.ac: Fixed no-x.509 notice. Reported by Lionel Elie
Mamane. Add libksba URL.
* AUTHORS: Clarify used license.
* COPYING: Change to GPLv3 version.
2009-01-17 Moritz <[email protected]>
* configure.ac: Bump version number up to 0.4.2-cvs.
2008-12-22 Moritz <[email protected]>
* configure.ac: Change version number to 0.4.1.
* MIGRATION: added notes in respect to configuration options
removed during development.
* BUGS: The bug in scdaemon in respect to card changes seems to be
fixed.
2008-11-22 Moritz <[email protected]>
* configure.ac: Added AM_GNU_GETTEXT_VERSION to remove autoreconf
warning.
2008-08-17 Moritz <[email protected]>
* configure.ac: Be more verbose in respect to setting the PAM
module directory.
Don't check for dlopen.
Removed GNUPG_CHECK_TYPEDEF calls.
(AC_CHECK_FUNCS): Removed unused function checks for memicmp,
strlwr, stricmp.
Display configuration directory path at end of configure run.
2008-08-08 Moritz <[email protected]>
* configure.ac: Bump version number up to 0.5-cvs.
2008-08-08 Moritz <[email protected]>
* configure.ac: Bump version number up to 0.4.
* EXPERIMENTAL: New file.
* Makefile.am (EXTRA_DIST): Updated.
* BUGS: Updated, mentioend scdaemon problems.
2008-08-07 Moritz <[email protected]>
* TODO: Updated.
2008-08-04 Moritz <[email protected]>
* Makefile.am (SUBDIRS): Added po.
2008-08-04 Moritz <[email protected]>
* configure.ac: Removed checks for libusb (we use scdaemon!).
2008-08-03 Moritz <[email protected]>
* config.h.in: Added ENABLE_NLS symbol.
2008-08-03 gettextize <[email protected]>
* Makefile.am (EXTRA_DIST): Add config.rpath.
* configure.ac (AC_CONFIG_FILES): Add po/Makefile.in.
2008-07-20 Moritz <[email protected]>
* configure.ac: Removed AC_DEFINE for jnlib
(AC_OUTPUT): removed src/jnlib/Makefile, src/pam-test/Makefile;
added tests/Makefile.
2008-05-24 Moritz <[email protected]>
Some build fixes related to Assuan (mostly correctings include paths in Makefile.am's).
2008-05-03 Moritz <[email protected]>
* configure.ac: Added tests for included libassuan. Removed code
for installed libassuan.
2008-04-05 Moritz <[email protected]>
* configure.ac: Renamed auth method simpledb to localdb. Removed
auth method test. Adjust AC_CONFIG_FILES to new source tree
layout.
2007-12-13 Moritz Schulte <[email protected]>
* configure.ac (AC_CONFIG_FILES): New: src/test/Makefile.
2007-11-11 Moritz <[email protected]>
* configure.ac: Add hardwired dirmngr path to AH_BOTTOM call.
2007-11-04 Moritz <[email protected]>
* configure.ac: AC_DEFINE ENABLE_AUTH_METHOD_SIMPLEDB if simpledb
authentication is enabled. Same for the new "test" authentication
method.
2007-11-03 Moritz Schulte <[email protected]>
* configure.ac: AC_DEFINE ENABLE_AUTH_METHOD_X509 if x509
authentication is enabled.
2007-10-28 Moritz <[email protected]>
* Makefile.am (ACLOCAL_AMFLAGS): New.
(SUBDIRS): Added: m4.
* configure.ac (AC_CONFIG_FILES): Added src/dirmngr/Makefile.
2007-10-28 Moritz <[email protected]>
* configure.ac: Integrated KSBA support; call AM_PATH_KSBA. Use
POLDI_ENABLE_FEATURE macro for --enable-x509-auth and
--enable-simpledb-auth arguments. AC_DEFINE_UNQUOTED the symbols
NEED_LIBGCRYPT_VERSION and NEED_KSBA_VERSION. Define
AM_CONDITIONAL for symbols AUTH_METHOD_X509 and
AUTH_METHOD_SIMPLEDB. Print final status message.
* acinclude.m4: Added quoting; removed gpg-error and libgcrypt
related macros; new macro: POLDI_ENABLE_FEATURE.
2007-10-27 Moritz <[email protected]>
* configure.ac (AC_CONFIG_FILES): Removed reference to
scd-support.
2007-08-17 Moritz Schulte <[email protected]>
* configure.ac (AC_CHECK_FUNCS): Added nanosleep.
2007-06-30 Moritz Schulte <[email protected]>
* configure.ac (AC_CONFIG_FILES): Added am/Makefile.
* autogen,sh: New file.
* Makefile.am (SUBDIRS): Added "am".
* am: New directory.
2007-06-29 Moritz <[email protected]>
* BUGS: New file.
* NEWS: Updated.
* m4: New directory.
* m4/libassuan.m4: New file.
* configure.ac: Require libassuan.
(AH_BOTTOM): Cleared, define GNUPG_DEFAULT_SCD.
Use AM_PROG_CC_C_O.
(AC_CONFIG_FILES): Added: m4/Makefile, src/scd-support/Makefile,
src/scd/Makefile; removed: src/libscd/Makefile.
2007-03-03 Moritz Schulte <[email protected]>
* configure.ac: Integrate assuan; it's a new dependency from now
on.
2005-12-12 Moritz Schulte <[email protected]>
* configure.ac: Bumped version number up to 0.4-cvs.
2005-12-11 Moritz Schulte <[email protected]>
* configure.ac: Now: bumped version number up to 0.3.
2005-12-10 Moritz Schulte <[email protected]>
* NEWS: Updated.
2005-12-03 Moritz Schulte <[email protected]>
* configure.ac: Undo last version number bumb; Poldi is not at
v0.3 yet.
2005-10-29 Moritz Schulte <[email protected]>
* configure.ac: Bumped version number up to 0.3.
* NEWS: Updated.
2005-10-22 Moritz Schulte <[email protected]>
* NEWS: Updated.
2005-10-19 Moritz Schulte <[email protected]>
* configure.ac: Check for functions: fopencookie, funopen.
2005-10-15 Moritz Schulte <[email protected]>
* configure.ac: Implement --with-pam-module-directory switch.
2005-10-08 Moritz Schulte <[email protected]>
* configure.ac (POLDI_CONF_DIRECTORY): Only set
PAM_MODULE_DIRECTORY in case it is the empty string; Use libdir
instead of hard-coded path. This fixes `make distcheck', but it
forces users who want to install the PAM module directly beneath
/lib/security to set PAM_MODULE_DIRECTORY accordingly.
* THANKS: Updated.
* Makefile.am: Remove install-pam-module target.
(install-conf-skeleton): New target: install-conf-skeleton.
2005-09-25 Moritz Schulte <[email protected]>
* conf: New directory.
* configure.ac (AC_CONFIG_FILES): Added: conf/Makefile.am.
* Makefile.am (SUBDIRS): Added: conf.
* THANKS: updated.
2005-07-13 Moritz Schulte <[email protected]>
* configure.ac: Bump version number up to 0.3-cvs.
2004-11-29 Moritz Schulte <[email protected]>
* THANKS: New file.
* configure.ac: Bumped version number up to 0.2; released.
2004-11-27 Moritz Schulte <[email protected]>
* configure.ac: Bumped version up to 0.2-cvs2.
2004-10-23 Moritz Schulte <[email protected]>
* configure.ac: Updated libusb related code from gnupg.
2004-10-22 Moritz Schulte <[email protected]>
* configure.ac: Use AC_GNU_SOURCE.
2004-06-22 Moritz Schulte <[email protected]>
* configure.ac: Check for GnuPG types.
2004-05-13 Moritz Schulte <[email protected]>
* configure.ac: Fix comment.