source: trunk/cereal/debian/changelog @ 943

Last change on this file since 943 was 943, checked in by dkg, 5 years ago

cereal: allow multi-user access (closes #7); log pty of attaching and detaching users.

File size: 7.4 KB
Line 
1cereal (0.17-1) unstable; urgency=low
2
3  * New Upstream Release:
4  * Allows multiple concurrent connections (closes CMRG #7)
5  * Improved logging of connections (includes connecting pty info)
6
7 -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Wed, 16 Jan 2008 19:01:36 -0500
8
9cereal (0.16-4) unstable; urgency=low
10
11  * added Vcs-Svn and Vcs-Browser fields to debian/control
12
13 -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Sun, 13 Jan 2008 14:38:04 -0500
14
15cereal (0.16-3) unstable; urgency=low
16
17  * updated description so that cereal is relevant to "apt-cache search
18    serial console"
19  * bumped Standards-Version to 3.7.3 (no changes needed)
20
21 -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Fri, 11 Jan 2008 01:41:53 -0500
22
23cereal (0.16-2) unstable; urgency=low
24
25  * switched DM-Upload-Allowed to XS-DM-Upload-Allowed.
26
27 -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Tue, 27 Nov 2007 00:48:44 -0500
28
29cereal (0.16-1) unstable; urgency=low
30
31  * new upstream version
32  * found/fixed a couple lingering GPL v2 references
33  * removed bashisms from "make install" (Closes: #453040)
34  * add DM-Upload-Allowed: yes to debian/control.
35
36 -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Mon, 26 Nov 2007 19:57:48 -0500
37
38cereal (0.15-2) unstable; urgency=low
39
40  * update debian/control with Homepage field.
41
42 -- Jameson Rollins <jrollins@fifthhorseman.net>  Wed, 21 Nov 2007 14:05:40 -0500
43
44cereal (0.15-1) unstable; urgency=low
45
46  * change call to sh to be call to bash in cereal-admin start (fix ticket #36)
47  * fix is_controllable function to be more accurate
48
49 -- Jameson Rollins <jrollins@fifthhorseman.net>  Wed, 24 Oct 2007 15:47:49 -0400
50
51cereal (0.14-2) unstable; urgency=low
52
53  * fix to cereal.preinst script to properly upgrade from older versions
54
55 -- Jameson Rollins <jrollins@fifthhorseman.net>  Mon, 15 Oct 2007 12:03:59 -0400
56
57cereal (0.14-1) unstable; urgency=low
58
59  * overhaul/simplification of listing function
60  * overhaul/simplification of error reporting
61  * added log-limiting documentation and mention in cereal-admin man page
62
63 -- Jameson Rollins <jrollins@fifthhorseman.net>  Fri, 12 Oct 2007 01:35:47 -0400
64
65cereal (0.13-3) unstable; urgency=low
66
67  * added var/lib/cereal/sessions to debian/dirs to fix ticket #33
68
69 -- Jameson Rollins <jrollins@fifthhorseman.net>  Thu, 11 Oct 2007 20:55:20 -0400
70
71cereal (0.13-2) unstable; urgency=low
72
73  * added gecos field for cereal user
74
75 -- Jameson Rollins <jrollins@fifthhorseman.net>  Wed, 10 Oct 2007 18:27:42 -0400
76
77cereal (0.13-1) unstable; urgency=low
78
79  * update of is_running function with better tests/return
80  * moved session directory to /var/lib/cereal/sessions
81
82 -- Jameson Rollins <jrollins@fifthhorseman.net>  Tue, 09 Oct 2007 22:35:52 -0400
83
84cereal (0.12-1) unstable; urgency=high
85
86  * fixed bug where bin/cereal had not been updated with new function to check
87    whether session was linked, causing bin/cereal to not allow session
88    connection.
89
90 -- Jameson Rollins <jrollins@fifthhorseman.net>  Mon, 03 Sep 2007 13:12:47 -0400
91
92cereal (0.11-1) unstable; urgency=low
93
94  * scripts now use bash instead of sh because we haven't audited for
95    POSIX-compliance.
96  * cleaned up licensing so all files now refer to GPL v3 or later instead
97    of v2.
98
99 -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Sun, 02 Sep 2007 15:38:42 -0400
100
101cereal (0.10-1) unstable; urgency=low
102
103  * added new SFLAG ('!') for linked running sessions, at least for users that
104    can read the supervise/stat file (closes ticket #30).  man fixed as well.
105  * added new /etc/cereal/cereal-admin.conf to control whether or not to make
106    the supervise directory world accessible or not.
107  * relicense to GPLv3
108
109 -- Jameson Rollins <jrollins@fifthhorseman.net>  Sun, 02 Sep 2007 15:01:03 -0400
110
111cereal (0.9-1) unstable; urgency=low
112
113  * changed possible return value for "restart --running" per dkg's request
114
115 -- Jameson Rollins <jrollins@fifthhorseman.net>  Wed, 16 May 2007 12:28:14 -0400
116 
117cereal (0.8-2) unstable; urgency=low
118
119  * fixed postinst script to not fail if there are no sessions running.
120
121 -- Jameson Rollins <jrollins@fifthhorseman.net>  Wed, 16 May 2007 09:59:07 -0400
122
123cereal (0.8-1) unstable; urgency=low
124
125  * renamed many of the sub-command (enable->start, disable->stop,
126    remove->destroy).
127  * added new "restart" subcommand.
128  * changed postinst script to restart enabled sessions.
129
130 -- Jameson Rollins <jrollins@fifthhorseman.net>  Tue, 15 May 2007 01:18:11 -0400
131
132cereal (0.7-1) unstable; urgency=low
133
134  * attempt to fix (patch?) bug during cereal-admin enable (ticket #24)
135
136 -- Jameson Rollins <jrollins@fifthhorseman.net>  Fri, 11 May 2007 01:44:34 -0400
137
138cereal (0.6-1) unstable; urgency=low
139
140  * fixing bugs: the second cereal console creation was failing.
141  * limited more features in screen, updated man page to match
142
143 -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Thu, 10 May 2007 21:58:11 -0400
144
145cereal (0.5-1) unstable; urgency=low
146
147  * added log_write function
148  * update default screenrc
149
150 -- Jameson Rollins <jrollins@fifthhorseman.net>  Thu, 19 Apr 2007 14:00:47 -0400
151
152cereal (0.4-1) unstable; urgency=low
153
154  * added restrictions that prevent opening new windows or executing external
155    commands in attached screen sessions
156  * improved look/feel of cereal screen session
157  * expanded default screenrc
158  * added more documentation
159  * improved cereal follow command, added output options
160  * added options to enable/disable/remove all sessions with cereal-admin
161  * more cereal output to log files (maybe even more would be better)
162
163 -- Jameson Rollins <jrollins@fifthhorseman.net>  Sun,  1 Apr 2007 16:37:59 -0400
164
165cereal (0.3-3) unstable; urgency=low
166
167  * added debian/dirs to make sure all the directories are properly
168    created initially.
169
170 -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Fri, 30 Mar 2007 02:03:22 -0400
171
172cereal (0.3-2) unstable; urgency=low
173
174  * added adduser as a dependency for postinst script.
175  * added #DEBHELPER# tags in post{inst,rm} scripts.
176    (thanks to lintian for catching these!)
177  * switched postrm from deluser to userdel (see
178    http://lists.debian.org/debian-release/2007/01/msg01014.html)
179
180 -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Fri, 30 Mar 2007 00:53:53 -0400
181
182cereal (0.3-1) unstable; urgency=low
183
184  * New upstream version
185  * fixed broken path to common file.
186  * GROUP and LOGUSER now determined by cereal-admin (new 'cereal' system user)
187  * updated all functions to reflect new GROUP/LOGUSER specifications
188  * added flags in session display, tweaked display
189  * added subcommands to cereal script, including primitive log reader
190  * code clean-up/simplification
191  * added post{inst,rm} scripts (add/del cereal user)
192  * added check against tty already being monitored by different session
193
194 -- Jameson Rollins <jrollins@fifthhorseman.net>  Wed, 28 Mar 2007 01:19:52 -0400
195
196cereal (0.2-2) unstable; urgency=low
197
198  * fixed debian/control to build for *all* archs, instead of "any"
199  * add jrollins to "Uploaders" in debian/control
200
201 -- Jameson Rollins <jrollins@fifthhorseman.net>  Sat, 24 Mar 2007 17:17:29 -0400
202
203cereal (0.2-1) unstable; urgency=low
204
205  * New upstream version
206  * added copyright and licensing information to all files.
207  * reorganized build scripts, using upstream makefile for installation.
208
209 -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Sat, 24 Mar 2007 14:15:53 -0400
210
211cereal (0.1-1) unstable; urgency=low
212
213  * initial version of debian package.
214
215 -- Jameson Rollins <jrollins@fifthhorseman.net>  Sat, 17 Mar 2007 15:41:56 -0400
216
Note: See TracBrowser for help on using the repository browser.