~ubuntu-branches/ubuntu/vivid/gnupg/vivid

« back to all changes in this revision

Viewing changes to tools/ChangeLog

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-12-04 22:26:16 UTC
  • mfrom: (1.1.18 sid)
  • Revision ID: package-import@ubuntu.com-20121204222616-cr0fow26geq90l3y
Tags: 1.4.12-6ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Disable mlock() test since it fails with ulimit 0 (on buildds).
  - Set gpg (or gpg2) and gpgsm to use a passphrase agent by default.
  - Only suggest gnupg-curl and libldap; recommendations are pulled into
    minimal, and we don't need the keyserver utilities in a minimal Ubuntu
    system.
  - Remove the Win32 build.
  - Update config.guess/config.sub for aarch64.
* Dropped patches:
  - Fix udeb build failure on powerpc, building with -O2 instead of -Os.
    (No longer seems to be necessary.)
* Simplify removal of Win32 build, to make this easier to merge in future.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2010-05-12  Werner Koch  <wk@g10code.com>
2
 
 
3
 
        * mk-tdata.c (main): Add option --seq.
4
 
 
5
 
2007-10-23  Werner Koch  <wk@g10code.com>
6
 
 
7
 
        Switched entire package to GPLv3+.
8
 
 
9
 
2007-04-16  David Shaw  <dshaw@jabberwocky.com>
10
 
 
11
 
        * Makefile.am (noinst_PROGRAMS): Don't build shmtest unless we
12
 
        have shm.
13
 
 
14
 
2006-12-11  Werner Koch  <wk@g10code.com>
15
 
 
16
 
        * Makefile.am (AM_CPPFLAGS): Use in place of INCLUDES.  Define
17
 
        LOCALEDIR.
18
 
        * shmtest.c (i18n_init): s/G10_LOCALEDIR/LOCALEDIR/.
19
 
        * mpicalc.c (i18n_init): Ditto.
20
 
 
21
 
2006-04-20  David Shaw  <dshaw@jabberwocky.com>
22
 
 
23
 
        * make-dns-cert.c (main): Small exit code tweak from Peter
24
 
        Palfrader.
25
 
 
26
 
2006-04-05  David Shaw  <dshaw@jabberwocky.com>
27
 
 
28
 
        * make-dns-cert.c: Some changes from Peter Palfrader to send
29
 
        errors to stderr and allow spaces in a fingerprint.  Also warn
30
 
        when a key is over 16k (as that is the default max-cert-size) and
31
 
        fail when a key is over 64k as that is the DNS limit in many
32
 
        places.
33
 
 
34
 
2006-04-04  David Shaw  <dshaw@jabberwocky.com>
35
 
 
36
 
        * make-dns-cert.c: New program to generate properly formatted CERT
37
 
        records so people don't have to do it manually.
38
 
 
39
 
2006-02-14  Werner Koch  <wk@gnupg.org>
40
 
 
41
 
        * mk-tdata.c (main): Implement option --char.
42
 
 
43
 
2005-08-05  David Shaw  <dshaw@jabberwocky.com>
44
 
 
45
 
        * gpg-zip.in: Add --decrypt functionality.  Fix quoting so
46
 
        filenames with spaces work properly.
47
 
 
48
 
2005-08-04  David Shaw  <dshaw@jabberwocky.com>
49
 
 
50
 
        * gpg-zip.in: New.  Script wrapper to work with encrypted tar
51
 
        files, a la PGP Zip.
52
 
 
53
 
        * Makefile.am: Use it if we have a USTAR compatible tar.
54
 
 
55
 
2004-12-18  David Shaw  <dshaw@jabberwocky.com>
56
 
 
57
 
        * Makefile.am: Link with readline where needed.
58
 
 
59
 
2004-10-28  Werner Koch  <wk@g10code.com>
60
 
 
61
 
        * Makefile.am (other_libs): New.  Also include LIBICONV.  Noted by
62
 
        Tim Mooney.
63
 
 
64
 
2004-10-01  Werner Koch  <wk@g10code.com>
65
 
 
66
 
        * bftest.c (i18n_init): Always use LC_ALL.
67
 
        * shmtest.c (i18n_init): Ditto.
68
 
        * mpicalc.c (i18n_init): Ditto.
69
 
 
70
 
2004-09-13  David Shaw  <dshaw@jabberwocky.com>
71
 
 
72
 
        * pgpgroup-to-gpggroup: New perl script to take groups from PGP
73
 
        command line and write out GnuPG 'group' config lines.
74
 
 
75
 
2004-07-04  David Shaw  <dshaw@jabberwocky.com>
76
 
 
77
 
        * ring-a-party: ElGamal -> Elgamal
78
 
 
79
 
2004-01-11  David Shaw  <dshaw@jabberwocky.com>
80
 
 
81
 
        * convert-from-106, lspgpot: Check for gpg binary before
82
 
        proceeding.  Don't hardcode the path to gpg.
83
 
 
84
 
        * gpgsplit.c (handle_bzip2): Remove two cut and paste typecast
85
 
        errors.  Noted by Stefan Bellon.
86
 
 
87
 
2003-12-28  Stefan Bellon  <sbellon@sbellon.de>
88
 
 
89
 
        * gpgsplit.c [__riscos__]: Removal of unnecessary #ifdef
90
 
        __riscos__ sections.
91
 
 
92
 
2003-12-06  David Shaw  <dshaw@jabberwocky.com>
93
 
 
94
 
        * gpgsplit.c (write_part): Split off decompression code.
95
 
        (handle_zlib): Move it here.
96
 
        (handle_bzip2): Add this to handle BZIP2 compressed messages.
97
 
 
98
 
2003-10-25  Werner Koch  <wk@gnupg.org>
99
 
 
100
 
        * Makefile.am: Replaced INTLLIBS by LIBINTL.
101
 
 
102
 
2003-08-24  David Shaw  <dshaw@jabberwocky.com>
103
 
 
104
 
        * Makefile.am: Use NETLIBS instead of EGDLIBS.
105
 
 
106
 
2003-07-10  David Shaw  <dshaw@jabberwocky.com>
107
 
 
108
 
        * Makefile.am: Use W32LIBS where appropriate.
109
 
 
110
 
2003-05-30  David Shaw  <dshaw@jabberwocky.com>
111
 
 
112
 
        * Makefile.am: Some cleanup, and use DLLIBS for -ldl.
113
 
 
114
 
2003-05-24  David Shaw  <dshaw@jabberwocky.com>
115
 
 
116
 
        * bftest.c, crlf.c, mk-tdata.c, mpicalc.c, shmtest.c: Edit all
117
 
        preprocessor instructions to remove whitespace before the
118
 
        '#'. This is not required by C89, but there are some compilers out
119
 
        there that don't like it.
120
 
 
121
 
2003-03-11  David Shaw  <dshaw@jabberwocky.com>
122
 
 
123
 
        * Makefile.am: Use @CAPLIBS@ to link in -lcap if we are using
124
 
        capabilities.
125
 
 
126
 
2003-02-22  David Shaw  <dshaw@jabberwocky.com>
127
 
 
128
 
        * Makefile.am: Distribute convert-from-106.
129
 
 
130
 
        * convert-from-106: Script to automate the 1.0.6->later
131
 
        conversion.  It marks all secret keys as ultimately trusted, adds
132
 
        the signature caches, and checks the trustdb.  Moved from the
133
 
        scripts directory.
134
 
 
135
 
2002-10-31  Stefan Bellon  <sbellon@sbellon.de>
136
 
 
137
 
        * gpgsplit.c (write_part) [__riscos__]: Use riscos_load_module()
138
 
        to load ZLib module.
139
 
 
140
 
2002-10-23  Werner Koch  <wk@gnupg.org>
141
 
 
142
 
        * gpgsplit.c: New options --secret-to-public and --no-split.
143
 
        GNUified the indentation style.
144
 
 
145
 
2002-09-25  David Shaw  <dshaw@jabberwocky.com>
146
 
 
147
 
        * Makefile.am: Link bftest with EGDLIBS (i.e. NETLIBS) as EGD uses
148
 
        sockets.
149
 
 
150
 
2002-05-07  Stefan Bellon  <sbellon@sbellon.de>
151
 
 
152
 
        * gpgsplit.c (create_filename): Use EXTSEP_S instead of ".".
153
 
 
154
 
2002-04-23  David Shaw  <dshaw@jabberwocky.com>
155
 
 
156
 
        * Makefile.am: Do not list libraries in -lxxx format in a
157
 
        dependency line.
158
 
 
159
 
2002-01-02  Stefan Bellon  <sbellon@sbellon.de>
160
 
 
161
 
        * gpgsplit.c [__riscos__]: Added RISC OS specific file name
162
 
        code.
163
 
 
164
 
        * gpgsplit.c (write_part): Introduced two explicit casts.
165
 
 
166
 
2001-12-21  David Shaw  <dshaw@jabberwocky.com>
167
 
 
168
 
        * gpgsplit.c (pkttype_to_string): PKT_PHOTO_ID -> PKT_ATTRIBUTE
169
 
 
170
 
2001-10-23  Werner Koch  <wk@gnupg.org>
171
 
 
172
 
        * Makefile.am (gpgsplit_LDADD): Add ZLIBS.
173
 
 
174
 
2001-09-18  Werner Koch  <wk@gnupg.org>
175
 
 
176
 
        * gpgsplit.c: New option --uncompress.
177
 
        (write_part): Handle old style uncompressing.
178
 
 
179
 
2001-06-20  Werner Koch  <wk@gnupg.org>
180
 
 
181
 
        * gpgsplit.c: New.
182
 
        * Makefile.am (bin_PROGRAMS): Install gpgsplit.
183
 
 
184
 
2001-03-27  Werner Koch  <wk@gnupg.org>
185
 
 
186
 
        * mail-signed-keys: Add option --dry-run.
187
 
 
188
 
2001-03-21  Werner Koch  <wk@gnupg.org>
189
 
 
190
 
        * shmtest.c: Add sys/types.h
191
 
 
192
 
Fri Sep 15 18:40:36 CEST 2000  Werner Koch  <wk@openit.de>
193
 
 
194
 
        * ring-a-party: An array start at offset 1 no 0.  Many thanks to Mike
195
 
        for finding this bug.
196
 
 
197
 
Thu Sep 14 14:20:38 CEST 2000  Werner Koch  <wk@openit.de>
198
 
 
199
 
        * ring-a-party: Flush the last key.
200
 
 
201
 
Wed Jul  5 13:28:45 CEST 2000  Werner Koch  <wk@>
202
 
 
203
 
        * mail-signed-keys: New.
204
 
 
205
 
Tue May 23 09:19:00 CEST 2000  Werner Koch  <wk@openit.de>
206
 
 
207
 
        * ring-a-party: New.
208
 
 
209
 
Thu Jul  8 16:21:27 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
210
 
 
211
 
        * lspgpot: New
212
 
 
213
 
Wed Jul  7 13:08:40 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
214
 
 
215
 
        * Makefile.am: Support for libtool.
216
 
 
217
 
Tue Jun  8 13:36:25 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
218
 
 
219
 
        * mpicalc.c (main): hex digits may now be lowercase
220
 
        (do_mulm): new.
221
 
 
222
 
Thu Dec 10 20:15:36 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
223
 
 
224
 
        * mpicalc.c (main): Moved initialization out of definition.
225
 
 
226
 
Mon May 18 15:39:22 1998  Werner Koch  (wk@isil.d.shuttle.de)
227
 
 
228
 
        * mk-tdata.c: New.
229
 
 
230
 
Tue Apr  7 19:50:41 1998  Werner Koch  (wk@isil.d.shuttle.de)
231
 
 
232
 
        * bftest.c: Now supports all availabe ciphers.
233
 
 
234
 
 
235
 
 
236
 
 Copyright 1998, 1999, 2000, 2001, 2007 Free Software Foundation, Inc.
237
 
 
238
 
 This file is free software; as a special exception the author gives
239
 
 unlimited permission to copy and/or distribute it, with or without
240
 
 modifications, as long as this notice is preserved.
241
 
 
242
 
 This file is distributed in the hope that it will be useful, but
243
 
 WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
244
 
 implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
245
 
 
246