source: trunk/cereal/debian/changelog @ 723

Last change on this file since 723 was 723, checked in by jrollins, 6 years ago

cereal: updated debian/control

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