source: tags/cereal/0.16-2/debian/changelog @ 739

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

"cereal: version 0.16-2 tag."

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