updating debian/changelog
[monkeysphere.git] / packaging / debian / changelog
1 monkeysphere (0.25-1~pre) UNRELEASED; urgency=low
2
3   * New upstream release:
4     - update/fix the marginal ui output
5     - use msmktempdir everywhere (avoid unwrapped calls to mktemp for
6       portability)
7     - clean out some redundant "cat"s
8     - fix monkeysphere update-known_hosts for sshd running on non-standard
9       ports
10
11  -- Jameson Graef Rollins <jrollins@finestructure.net>  Wed, 18 Mar 2009 11:46:44 -0400
12
13 monkeysphere (0.24-1) unstable; urgency=low
14
15   * New upstream release:
16     - fixed how version information is stored/retrieved
17     - now uses perl-based keytrans for both pem2openpgp and openpgp2ssh
18     - no longer needs base64 in PATH
19     - added "test" make target
20     - improved transitions/0.23 script so it no longer fails in common
21       circumstances (Closes: #517779)
22     - RSA only: no longer handles DSA keys
23     - added ability to specify subkeys to add to ssh agent with
24       new MONKEYSPHERE_SUBKEYS_FOR_AGENT environment variable
25   * update/cleanup maintainer scripts
26   * remove GnuTLS dependency
27   * remove versioned coreutils | base64 dependency
28   * added Build-Deps for dh_autotest
29   * switch to Architecture: all
30   * added cron to Recommends
31
32  -- Jameson Graef Rollins <jrollins@finestructure.net>  Tue, 03 Mar 2009 19:38:33 -0500
33
34 monkeysphere (0.23.1-1) unstable; urgency=low
35
36   * New Upstrem "Brown Paper Bag" Release:
37    - adjusts internal version numbers
38
39  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Sat, 21 Feb 2009 18:09:47 -0500
40
41 monkeysphere (0.23-1) unstable; urgency=low
42   
43   "The Golden Bezoar Release"
44
45   * New upstream release.
46   * rearchitect UI:
47     - replace monkeysphere-server with monkeysphere-{authentication,host}
48     - fold monkeysphere-ssh-proxycommand into /usr/bin/monkeysphere
49
50   * new ability to import existing ssh host key into monkeysphere.  So now
51     m-a import-key replaces m-s gen-key.
52   * provide pem2openpgp for translating unencrypted PEM-encoded raw key
53     material into OpenPGP keys (introduces new perl dependencies)
54   * get rid of getopts dependency
55   * added version output option
56   * better checks for the existence of a host private key for
57     monkeysphere-host subcommands that need it.
58   * better checks on validity of existing authentication subkeys when
59     doing monkeysphere gen_subkey.
60   * add transition infrastructure for major changes between releases (see
61     transitions/README.txt)
62   * implement and document two new monkeysphere-host subcommands:
63     revoke-key and add-revoker
64
65  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Sat, 21 Feb 2009 17:51:06 -0500
66
67 monkeysphere (0.22-1) unstable; urgency=low
68
69   * New upstream release:
70   [ Jameson Graef Rollins ]
71
72     - added info log output when a new key is added to known_hosts file.
73     - added some useful output to the ssh-proxycommand for "marginal"
74       cases where keys are found for host but do not have full validity.
75     - force ssh-keygen to read from stdin to get ssh key fingerprint.
76
77   [ Daniel Kahn Gillmor ]
78
79     - automatically output two copies of the host's public key: one
80     standard ssh public key file, and the other a minimal OpenPGP key with
81     just the latest valid self-sig.
82     - debian/control: corrected alternate dependency from procfile to
83     procmail (which provides /usr/bin/lockfile)
84
85  -- Jameson Graef Rollins <jrollins@finestructure.net>  Fri, 28 Nov 2008 14:23:31 -0500
86
87 monkeysphere (0.21-2) unstable; urgency=low
88
89   * actually rmdir /var/lib/monkeysphere-* during prerm if possible.
90
91  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Sat, 15 Nov 2008 16:36:57 -0500
92
93 monkeysphere (0.21-1) unstable; urgency=low
94
95   * New upstream release:
96     - move debian packaging to packaging subdirectory.
97   * Add debian prerm script, and add debhelper lines to other install
98     scripts.
99   * Initial release to Debian (Closes: #505806)
100
101  -- Jameson Graef Rollins <jrollins@finestructure.net>  Sat, 15 Nov 2008 16:14:27 -0500
102
103 monkeysphere (0.20-1) unstable; urgency=low
104
105   [ Daniel Kahn Gillmor ]
106   * ensure that tempdirs are properly created, bail out otherwise instead
107     of stumbling ahead.
108   * minor fussing with the test script to make it cleaner.
109
110   [ Jameson Graef Rollins ]
111   * clean up Makefile to generate more elegant source tarballs.
112   * make myself the maintainer.
113
114  -- Jameson Graef Rollins <jrollins@finestructure.net>  Sat, 15 Nov 2008 13:12:57 -0500
115
116 monkeysphere (0.19-1) experimental; urgency=low
117
118   [ Daniel Kahn Gillmor ]
119   * simulating an X11 session in the test script.
120   * updated packaging so that symlinks to config files are correct.
121
122  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Wed, 29 Oct 2008 02:47:49 -0400
123
124 monkeysphere (0.18-1) experimental; urgency=low
125
126   [ Jameson Graef Rollins ]
127   * Fix bugs in authorized_{user_ids,keys} file permission checking.
128   * Add new monkeysphere tmpdir to enable atomic moves of authorized_keys
129     files.
130   * chown authorized_keys files to `whoami`, for compatibility with test
131     suite.
132   * major improvements to test suite, added more tests.
133   
134   [ Daniel Kahn Gillmor ]
135   * update make install to ensure placement of
136     /etc/monkeysphere/gnupg-{host,authentication}.conf 
137   * choose either --quick-random or --debug-quick-random depending on
138     which gpg supports for the test suite.
139
140  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Wed, 29 Oct 2008 00:41:38 -0400
141
142 monkeysphere (0.17-1) experimental; urgency=low
143
144   [ Jameson Graef Rollins ]  
145   * Fix some bugs in, and cleanup, authorized_keys file creation in
146     monkeysphere-server update-users.
147   * Move to using the empty string for not adding a user-controlled
148     authorized_keys file in the RAW_AUTHORIZED_KEYS variable.
149
150  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 28 Oct 2008 02:04:22 -0400
151
152 monkeysphere (0.16-1) experimental; urgency=low
153
154   [ Daniel Kahn Gillmor ]
155   * replaced "#!/bin/bash" with "#!/usr/bin/env bash" for better
156     portability.
157   * fixed busted lockfile arrangement, where empty file was being locked
158   * portability fixes in the way we use date, mktemp, hostname, su
159   * stop using /usr/bin/stat, since the syntax appears to be totally
160     unportable
161   * require GNU getopt, and test for getopt failures (look for getopt in
162     /usr/local/bin first, since that's where FreeBSD's GNU-compatible
163     getopt lives.
164   * monkeysphere-server diagnostics now counts problems and suggests a
165     re-run after they have been resolved.
166   * completed basic test suite: this can be run from the git sources or
167     the tarball with: cd tests && ./basic
168
169   [ Jameson Graef Rollins ]
170   * Genericize fs location variables.
171   * break out gpg.conf files into SYSCONFIGDIR, and not auto-generated at
172     install.
173
174  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Sun, 26 Oct 2008 03:06:18 -0400
175
176 monkeysphere (0.15-1) experimental; urgency=low
177
178   * porting work and packaging simplification: clarifying makefiles,
179     pruning dependencies, etc.
180   * added tests to monkeysphere-server diagnostics
181   * moved monkeysphere(5) to section 7 of the manual
182   * now shipping TODO in /usr/share/doc/monkeysphere
183
184  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Thu, 04 Sep 2008 19:08:40 -0400
185
186 monkeysphere (0.14-1) experimental; urgency=low
187
188   * changing debian packaging back to format 1.0 so we get automatic
189     tarballs, and easier inclusion in other build networks.
190   * no other source changes.
191
192  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Thu, 04 Sep 2008 13:03:35 -0400
193
194 monkeysphere (0.13-1) experimental; urgency=low
195
196   [ Daniel Kahn Gillmor ]
197   * tweaks in /usr/bin/monkeysphere to handle odd secret keyrings.
198   * updated makefile to reflect the package building technique we've been
199     using for a month now.
200
201   [ Jameson Graef Rollins ]
202   * move location of user config directory to ~/.monkeysphere.
203
204  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Wed, 03 Sep 2008 17:26:10 -0400
205
206 monkeysphere (0.12-1) experimental; urgency=low
207
208   [ Jameson Graef Rollins ]
209   * Improved output handling.  New LOG_LEVEL variable.
210   
211   [ Daniel Kahn Gillmor ]
212   * debian/control: switched Homepage: and Vcs-Git: to canonicalized
213     upstream hostnames.
214   * updated documentation for new release.
215   * changed my associated e-mail address for this package.
216
217  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 02 Sep 2008 18:54:29 -0400
218
219 monkeysphere (0.11-1) experimental; urgency=low
220
221   [ Jameson Graef Rollins ]
222   * fix bug in trustdb update on add/revoke-hostname.
223
224   [ Daniel Kahn Gillmor ]
225   * debian/control: added Build-Depends: git-core for the new packaging
226     format
227   * new subcommand: monkeysphere subkey-to-ssh-agent (relies on a patched
228     GnuTLS to deal with GPG's gnu-dummy S2K extension, but fails cleanly
229     if not found).
230   
231  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Wed, 20 Aug 2008 11:24:35 -0400
232
233 monkeysphere (0.10-1) experimental; urgency=low
234
235   [ Jameson Graef Rollins ]
236   * brown paper bag release: invert test on calculated validity of keys.
237
238  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 18 Aug 2008 16:22:34 -0400
239
240 monkeysphere (0.9-1) experimental; urgency=low
241
242   [ Daniel Kahn Gillmor ]
243   * implemented "monkeysphere-server extend-key" to adjust expiration
244     date of host key.
245   * removed "monkeysphere-server fingerprint".  Use "monkeysphere-server
246     show-key" instead.
247   
248   [ Jameson Graef Rollins ]
249   * fixed bug in user id processing that prevented bad primary keys from
250     being properly removed.
251
252  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 18 Aug 2008 15:42:12 -0400
253
254 monkeysphere (0.8-1) experimental; urgency=low
255
256   [ Daniel Kahn Gillmor ]
257   * debian/control: switched Vcs-Git to use "centralized" git repo instead
258     of my own.
259   * More monkeysphere-server diagnostics
260   * monkeysphere --gen-subkey now guesses what KeyID you meant.
261   * added Recommends: ssh-askpass to ensure monkeysphere --gen-subkey
262     works sensibly under X11
263
264   [ Jameson Graef Rollins ]
265   * fix another bug when known_hosts files are missing.
266   * sort processed keys so that "good" keys are processed after "bad"
267     keys.  This will prevent malicious bad keys from causing good keys to
268     be removed from key files.
269   * enabled host key publication.
270   * added checking of gpg.conf for keyserver
271   * new functions to add/revoke host key user IDs
272   * improved list-certifiers function (now non-privileged)
273
274  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 18 Aug 2008 12:43:37 -0400
275
276 monkeysphere (0.7-1) experimental; urgency=low
277
278   [ Daniel Kahn Gillmor ]
279   * Added monkeysphere-server diagnostics subcommand.
280   * rebuilding package using Format: 3.0 (git)
281
282   [ Jameson Graef Rollins ]
283   * fix how check for file modification is done.
284   * rework out user id processing is done to provide more verbose log
285     output.
286   * fix bug in monkeysphpere update-authorized_keys subcommand where
287     disallowed keys failed to be remove from authorized_keys file.
288
289  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 04 Aug 2008 10:47:41 -0400
290
291 monkeysphere (0.6-1) experimental; urgency=low
292   
293   [ Jameson Graef Rollins ]
294   * Fix bug in return on error of ssh-proxycommand.
295   
296   [ Daniel Kahn Gillmor ]
297   * try socat if netcat is not available in proxycommand.
298
299  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Tue, 29 Jul 2008 10:27:20 -0400
300
301 monkeysphere (0.5-1) experimental; urgency=low
302
303   [ Daniel Kahn Gillmor ]
304   * updated READMEs to match current state of code
305   
306   [ Jameson Graef Rollins ]
307   * Tweak how empty authorized_user_ids and known_hosts files are handled.
308   * Do not fail when authorized_user_ids or known_hosts file is not found.
309
310  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 28 Jul 2008 10:50:02 -0400
311
312 monkeysphere (0.4-1) experimental; urgency=low
313
314   [ Daniel Kahn Gillmor ]
315   * New version.
316   * Fixed return code error in openpgp2ssh
317
318   [ Jameson Graef Rollins ]
319   * Privilege separation: use monkeysphere user to handle maintenance of
320     the gnupg authentication keychain for server.
321   * Improved certifier key management.
322   * Fixed variable scoping and config file precedence.
323   * Add options for key generation and add-certifier functions.
324   * Fix return codes for known_host and authorized_keys updating
325     functions.
326   * Add write permission check on authorized_keys, known_hosts, and
327     authorized_user_ids files.
328
329  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Tue, 22 Jul 2008 21:50:17 -0400
330
331 monkeysphere (0.3-1) experimental; urgency=low
332
333   [ Daniel Kahn Gillmor ]
334   * new version.
335
336   [ Jameson Graef Rollins ]
337   * Move files in /var/cache/monkeysphere and GNUPGHOME for server to
338     the more appropriate /var/lib/monkeysphere.
339
340  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Tue, 24 Jun 2008 00:55:29 -0400
341
342 monkeysphere (0.2-2) experimental; urgency=low
343
344   * added lockfile-progs dependency
345
346  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 23 Jun 2008 19:34:05 -0400
347
348 monkeysphere (0.2-1) experimental; urgency=low
349
350   [ Daniel Kahn Gillmor ]
351   * openpgp2ssh now supports specifying keys by full fingerprint.
352
353   [ Jameson Graef Rollins ]
354   * Add AUTHORIZED_USER_IDS config variable for server, which defaults to
355     %h/.config/monkeysphere/authorized_user_ids, instead of
356     /etc/monkeysphere/authorized_user_ids.
357   * Remove {update,remove}-userids functions, since we decided they
358     weren't useful enough to be worth maintaining.
359   * Better handling of unknown users in server update-users
360   * Add file locking when modifying known_hosts or authorized_keys
361   * Better failure/prompting for gen-subkey
362   * Add ability to set any owner trust level for keys in server keychain.
363
364  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 23 Jun 2008 17:03:19 -0400
365
366 monkeysphere (0.1-1) experimental; urgency=low
367
368   * First release of debian package for monkeysphere.
369   * This is experimental -- please report bugs!
370
371  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Thu, 19 Jun 2008 00:34:53 -0400
372