Merge commit 'jrollins/master'
[monkeysphere.git] / packaging / debian / changelog
1 monkeysphere (0.21-1) unstable; urgency=low
2
3   * move debian packaging to packaging subdirectory.
4   * add debian prerm script, and add debhelper lines to other install
5     scripts.
6   * upload to Debian (Closes: #505806)
7
8  -- Jameson Graef Rollins <jrollins@finestructure.net>  Sat, 15 Nov 2008 16:14:27 -0500
9
10 monkeysphere (0.20-1) unstable; urgency=low
11
12   [ Daniel Kahn Gillmor ]
13   * ensure that tempdirs are properly created, bail out otherwise instead
14     of stumbling ahead.
15   * minor fussing with the test script to make it cleaner.
16
17   [ Jameson Graef Rollins ]
18   * clean up Makefile to generate more elegant source tarballs.
19   * make myself the maintainer.
20
21  -- Jameson Graef Rollins <jrollins@finestructure.net>  Sat, 15 Nov 2008 13:12:57 -0500
22
23 monkeysphere (0.19-1) experimental; urgency=low
24
25   [ Daniel Kahn Gillmor ]
26   * simulating an X11 session in the test script.
27   * updated packaging so that symlinks to config files are correct.
28
29  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Wed, 29 Oct 2008 02:47:49 -0400
30
31 monkeysphere (0.18-1) experimental; urgency=low
32
33   [ Jameson Graef Rollins ]
34   * Fix bugs in authorized_{user_ids,keys} file permission checking.
35   * Add new monkeysphere tmpdir to enable atomic moves of authorized_keys
36     files.
37   * chown authorized_keys files to `whoami`, for compatibility with test
38     suite.
39   * major improvements to test suite, added more tests.
40   
41   [ Daniel Kahn Gillmor ]
42   * update make install to ensure placement of
43     /etc/monkeysphere/gnupg-{host,authentication}.conf 
44   * choose either --quick-random or --debug-quick-random depending on
45     which gpg supports for the test suite.
46
47  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Wed, 29 Oct 2008 00:41:38 -0400
48
49 monkeysphere (0.17-1) experimental; urgency=low
50
51   [ Jameson Graef Rollins ]  
52   * Fix some bugs in, and cleanup, authorized_keys file creation in
53     monkeysphere-server update-users.
54   * Move to using the empty string for not adding a user-controlled
55     authorized_keys file in the RAW_AUTHORIZED_KEYS variable.
56
57  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 28 Oct 2008 02:04:22 -0400
58
59 monkeysphere (0.16-1) experimental; urgency=low
60
61   [ Daniel Kahn Gillmor ]
62   * replaced "#!/bin/bash" with "#!/usr/bin/env bash" for better
63     portability.
64   * fixed busted lockfile arrangement, where empty file was being locked
65   * portability fixes in the way we use date, mktemp, hostname, su
66   * stop using /usr/bin/stat, since the syntax appears to be totally
67     unportable
68   * require GNU getopt, and test for getopt failures (look for getopt in
69     /usr/local/bin first, since that's where FreeBSD's GNU-compatible
70     getopt lives.
71   * monkeysphere-server diagnostics now counts problems and suggests a
72     re-run after they have been resolved.
73   * completed basic test suite: this can be run from the git sources or
74     the tarball with: cd tests && ./basic
75
76   [ Jameson Graef Rollins ]
77   * Genericize fs location variables.
78   * break out gpg.conf files into SYSCONFIGDIR, and not auto-generated at
79     install.
80
81  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Sun, 26 Oct 2008 03:06:18 -0400
82
83 monkeysphere (0.15-1) experimental; urgency=low
84
85   * porting work and packaging simplification: clarifying makefiles,
86     pruning dependencies, etc.
87   * added tests to monkeysphere-server diagnostics
88   * moved monkeysphere(5) to section 7 of the manual
89   * now shipping TODO in /usr/share/doc/monkeysphere
90
91  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Thu, 04 Sep 2008 19:08:40 -0400
92
93 monkeysphere (0.14-1) experimental; urgency=low
94
95   * changing debian packaging back to format 1.0 so we get automatic
96     tarballs, and easier inclusion in other build networks.
97   * no other source changes.
98
99  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Thu, 04 Sep 2008 13:03:35 -0400
100
101 monkeysphere (0.13-1) experimental; urgency=low
102
103   [ Daniel Kahn Gillmor ]
104   * tweaks in /usr/bin/monkeysphere to handle odd secret keyrings.
105   * updated makefile to reflect the package building technique we've been
106     using for a month now.
107
108   [ Jameson Graef Rollins ]
109   * move location of user config directory to ~/.monkeysphere.
110
111  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Wed, 03 Sep 2008 17:26:10 -0400
112
113 monkeysphere (0.12-1) experimental; urgency=low
114
115   [ Jameson Graef Rollins ]
116   * Improved output handling.  New LOG_LEVEL variable.
117   
118   [ Daniel Kahn Gillmor ]
119   * debian/control: switched Homepage: and Vcs-Git: to canonicalized
120     upstream hostnames.
121   * updated documentation for new release.
122   * changed my associated e-mail address for this package.
123
124  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 02 Sep 2008 18:54:29 -0400
125
126 monkeysphere (0.11-1) experimental; urgency=low
127
128   [ Jameson Graef Rollins ]
129   * fix bug in trustdb update on add/revoke-hostname.
130
131   [ Daniel Kahn Gillmor ]
132   * debian/control: added Build-Depends: git-core for the new packaging
133     format
134   * new subcommand: monkeysphere subkey-to-ssh-agent (relies on a patched
135     GnuTLS to deal with GPG's gnu-dummy S2K extension, but fails cleanly
136     if not found).
137   
138  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Wed, 20 Aug 2008 11:24:35 -0400
139
140 monkeysphere (0.10-1) experimental; urgency=low
141
142   [ Jameson Graef Rollins ]
143   * brown paper bag release: invert test on calculated validity of keys.
144
145  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 18 Aug 2008 16:22:34 -0400
146
147 monkeysphere (0.9-1) experimental; urgency=low
148
149   [ Daniel Kahn Gillmor ]
150   * implemented "monkeysphere-server extend-key" to adjust expiration
151     date of host key.
152   * removed "monkeysphere-server fingerprint".  Use "monkeysphere-server
153     show-key" instead.
154   
155   [ Jameson Graef Rollins ]
156   * fixed bug in user id processing that prevented bad primary keys from
157     being properly removed.
158
159  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 18 Aug 2008 15:42:12 -0400
160
161 monkeysphere (0.8-1) experimental; urgency=low
162
163   [ Daniel Kahn Gillmor ]
164   * debian/control: switched Vcs-Git to use "centralized" git repo instead
165     of my own.
166   * More monkeysphere-server diagnostics
167   * monkeysphere --gen-subkey now guesses what KeyID you meant.
168   * added Recommends: ssh-askpass to ensure monkeysphere --gen-subkey
169     works sensibly under X11
170
171   [ Jameson Graef Rollins ]
172   * fix another bug when known_hosts files are missing.
173   * sort processed keys so that "good" keys are processed after "bad"
174     keys.  This will prevent malicious bad keys from causing good keys to
175     be removed from key files.
176   * enabled host key publication.
177   * added checking of gpg.conf for keyserver
178   * new functions to add/revoke host key user IDs
179   * improved list-certifiers function (now non-privileged)
180
181  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 18 Aug 2008 12:43:37 -0400
182
183 monkeysphere (0.7-1) experimental; urgency=low
184
185   [ Daniel Kahn Gillmor ]
186   * Added monkeysphere-server diagnostics subcommand.
187   * rebuilding package using Format: 3.0 (git)
188
189   [ Jameson Graef Rollins ]
190   * fix how check for file modification is done.
191   * rework out user id processing is done to provide more verbose log
192     output.
193   * fix bug in monkeysphpere update-authorized_keys subcommand where
194     disallowed keys failed to be remove from authorized_keys file.
195
196  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 04 Aug 2008 10:47:41 -0400
197
198 monkeysphere (0.6-1) experimental; urgency=low
199   
200   [ Jameson Graef Rollins ]
201   * Fix bug in return on error of ssh-proxycommand.
202   
203   [ Daniel Kahn Gillmor ]
204   * try socat if netcat is not available in proxycommand.
205
206  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Tue, 29 Jul 2008 10:27:20 -0400
207
208 monkeysphere (0.5-1) experimental; urgency=low
209
210   [ Daniel Kahn Gillmor ]
211   * updated READMEs to match current state of code
212   
213   [ Jameson Graef Rollins ]
214   * Tweak how empty authorized_user_ids and known_hosts files are handled.
215   * Do not fail when authorized_user_ids or known_hosts file is not found.
216
217  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 28 Jul 2008 10:50:02 -0400
218
219 monkeysphere (0.4-1) experimental; urgency=low
220
221   [ Daniel Kahn Gillmor ]
222   * New version.
223   * Fixed return code error in openpgp2ssh
224
225   [ Jameson Graef Rollins ]
226   * Privilege separation: use monkeysphere user to handle maintenance of
227     the gnupg authentication keychain for server.
228   * Improved certifier key management.
229   * Fixed variable scoping and config file precedence.
230   * Add options for key generation and add-certifier functions.
231   * Fix return codes for known_host and authorized_keys updating
232     functions.
233   * Add write permission check on authorized_keys, known_hosts, and
234     authorized_user_ids files.
235
236  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Tue, 22 Jul 2008 21:50:17 -0400
237
238 monkeysphere (0.3-1) experimental; urgency=low
239
240   [ Daniel Kahn Gillmor ]
241   * new version.
242
243   [ Jameson Graef Rollins ]
244   * Move files in /var/cache/monkeysphere and GNUPGHOME for server to
245     the more appropriate /var/lib/monkeysphere.
246
247  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Tue, 24 Jun 2008 00:55:29 -0400
248
249 monkeysphere (0.2-2) experimental; urgency=low
250
251   * added lockfile-progs dependency
252
253  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 23 Jun 2008 19:34:05 -0400
254
255 monkeysphere (0.2-1) experimental; urgency=low
256
257   [ Daniel Kahn Gillmor ]
258   * openpgp2ssh now supports specifying keys by full fingerprint.
259
260   [ Jameson Graef Rollins ]
261   * Add AUTHORIZED_USER_IDS config variable for server, which defaults to
262     %h/.config/monkeysphere/authorized_user_ids, instead of
263     /etc/monkeysphere/authorized_user_ids.
264   * Remove {update,remove}-userids functions, since we decided they
265     weren't useful enough to be worth maintaining.
266   * Better handling of unknown users in server update-users
267   * Add file locking when modifying known_hosts or authorized_keys
268   * Better failure/prompting for gen-subkey
269   * Add ability to set any owner trust level for keys in server keychain.
270
271  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 23 Jun 2008 17:03:19 -0400
272
273 monkeysphere (0.1-1) experimental; urgency=low
274
275   * First release of debian package for monkeysphere.
276   * This is experimental -- please report bugs!
277
278  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Thu, 19 Jun 2008 00:34:53 -0400
279