source: trunk/cereal/debian/changelog @ 925

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

cereal: adding Vcs-Svn and Vcs-Browser fields to debian/control.

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