preparing for 0.14-1 release with old packaging format.
[monkeysphere.git] / debian / changelog
1 monkeysphere (0.14-1) experimental; urgency=low
2
3   * changing debian packaging back to format 1.0 so we get automatic
4     tarballs, and easier inclusion in other build networks.
5   * no other source changes.
6
7  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Thu, 04 Sep 2008 13:03:35 -0400
8
9 monkeysphere (0.13-1) experimental; urgency=low
10
11   [ Daniel Kahn Gillmor ]
12   * tweaks in /usr/bin/monkeysphere to handle odd secret keyrings.
13   * updated makefile to reflect the package building technique we've been
14     using for a month now.
15
16   [ Jameson Graef Rollins ]
17   * move location of user config directory to ~/.monkeysphere.
18
19  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Wed, 03 Sep 2008 17:26:10 -0400
20
21 monkeysphere (0.12-1) experimental; urgency=low
22
23   [ Jameson Graef Rollins ]
24   * Improved output handling.  New LOG_LEVEL variable.
25   
26   [ Daniel Kahn Gillmor ]
27   * debian/control: switched Homepage: and Vcs-Git: to canonicalized
28     upstream hostnames.
29   * updated documentation for new release.
30   * changed my associated e-mail address for this package.
31
32  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 02 Sep 2008 18:54:29 -0400
33
34 monkeysphere (0.11-1) experimental; urgency=low
35
36   [ Jameson Graef Rollins ]
37   * fix bug in trustdb update on add/revoke-hostname.
38
39   [ Daniel Kahn Gillmor ]
40   * debian/control: added Build-Depends: git-core for the new packaging
41     format
42   * new subcommand: monkeysphere subkey-to-ssh-agent (relies on a patched
43     GnuTLS to deal with GPG's gnu-dummy S2K extension, but fails cleanly
44     if not found).
45   
46  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Wed, 20 Aug 2008 11:24:35 -0400
47
48 monkeysphere (0.10-1) experimental; urgency=low
49
50   [ Jameson Graef Rollins ]
51   * brown paper bag release: invert test on calculated validity of keys.
52
53  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 18 Aug 2008 16:22:34 -0400
54
55 monkeysphere (0.9-1) experimental; urgency=low
56
57   [ Daniel Kahn Gillmor ]
58   * implemented "monkeysphere-server extend-key" to adjust expiration
59     date of host key.
60   * removed "monkeysphere-server fingerprint".  Use "monkeysphere-server
61     show-key" instead.
62   
63   [ Jameson Graef Rollins ]
64   * fixed bug in user id processing that prevented bad primary keys from
65     being properly removed.
66
67  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 18 Aug 2008 15:42:12 -0400
68
69 monkeysphere (0.8-1) experimental; urgency=low
70
71   [ Daniel Kahn Gillmor ]
72   * debian/control: switched Vcs-Git to use "centralized" git repo instead
73     of my own.
74   * More monkeysphere-server diagnostics
75   * monkeysphere --gen-subkey now guesses what KeyID you meant.
76   * added Recommends: ssh-askpass to ensure monkeysphere --gen-subkey
77     works sensibly under X11
78
79   [ Jameson Graef Rollins ]
80   * fix another bug when known_hosts files are missing.
81   * sort processed keys so that "good" keys are processed after "bad"
82     keys.  This will prevent malicious bad keys from causing good keys to
83     be removed from key files.
84   * enabled host key publication.
85   * added checking of gpg.conf for keyserver
86   * new functions to add/revoke host key user IDs
87   * improved list-certifiers function (now non-privileged)
88
89  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 18 Aug 2008 12:43:37 -0400
90
91 monkeysphere (0.7-1) experimental; urgency=low
92
93   [ Daniel Kahn Gillmor ]
94   * Added monkeysphere-server diagnostics subcommand.
95   * rebuilding package using Format: 3.0 (git)
96
97   [ Jameson Graef Rollins ]
98   * fix how check for file modification is done.
99   * rework out user id processing is done to provide more verbose log
100     output.
101   * fix bug in monkeysphpere update-authorized_keys subcommand where
102     disallowed keys failed to be remove from authorized_keys file.
103
104  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 04 Aug 2008 10:47:41 -0400
105
106 monkeysphere (0.6-1) experimental; urgency=low
107   
108   [ Jameson Graef Rollins ]
109   * Fix bug in return on error of ssh-proxycommand.
110   
111   [ Daniel Kahn Gillmor ]
112   * try socat if netcat is not available in proxycommand.
113
114  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Tue, 29 Jul 2008 10:27:20 -0400
115
116 monkeysphere (0.5-1) experimental; urgency=low
117
118   [ Daniel Kahn Gillmor ]
119   * updated READMEs to match current state of code
120   
121   [ Jameson Graef Rollins ]
122   * Tweak how empty authorized_user_ids and known_hosts files are handled.
123   * Do not fail when authorized_user_ids or known_hosts file is not found.
124
125  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 28 Jul 2008 10:50:02 -0400
126
127 monkeysphere (0.4-1) experimental; urgency=low
128
129   [ Daniel Kahn Gillmor ]
130   * New version.
131   * Fixed return code error in openpgp2ssh
132
133   [ Jameson Graef Rollins ]
134   * Privilege separation: use monkeysphere user to handle maintenance of
135     the gnupg authentication keychain for server.
136   * Improved certifier key management.
137   * Fixed variable scoping and config file precedence.
138   * Add options for key generation and add-certifier functions.
139   * Fix return codes for known_host and authorized_keys updating
140     functions.
141   * Add write permission check on authorized_keys, known_hosts, and
142     authorized_user_ids files.
143
144  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Tue, 22 Jul 2008 21:50:17 -0400
145
146 monkeysphere (0.3-1) experimental; urgency=low
147
148   [ Daniel Kahn Gillmor ]
149   * new version.
150
151   [ Jameson Graef Rollins ]
152   * Move files in /var/cache/monkeysphere and GNUPGHOME for server to
153     the more appropriate /var/lib/monkeysphere.
154
155  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Tue, 24 Jun 2008 00:55:29 -0400
156
157 monkeysphere (0.2-2) experimental; urgency=low
158
159   * added lockfile-progs dependency
160
161  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 23 Jun 2008 19:34:05 -0400
162
163 monkeysphere (0.2-1) experimental; urgency=low
164
165   [ Daniel Kahn Gillmor ]
166   * openpgp2ssh now supports specifying keys by full fingerprint.
167
168   [ Jameson Graef Rollins ]
169   * Add AUTHORIZED_USER_IDS config variable for server, which defaults to
170     %h/.config/monkeysphere/authorized_user_ids, instead of
171     /etc/monkeysphere/authorized_user_ids.
172   * Remove {update,remove}-userids functions, since we decided they
173     weren't useful enough to be worth maintaining.
174   * Better handling of unknown users in server update-users
175   * Add file locking when modifying known_hosts or authorized_keys
176   * Better failure/prompting for gen-subkey
177   * Add ability to set any owner trust level for keys in server keychain.
178
179  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 23 Jun 2008 17:03:19 -0400
180
181 monkeysphere (0.1-1) experimental; urgency=low
182
183   * First release of debian package for monkeysphere.
184   * This is experimental -- please report bugs!
185
186  -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Thu, 19 Jun 2008 00:34:53 -0400
187