1 ceo (0.5.7+nmu4) stable; urgency=low
3 * Non-maintainer upload.
4 * add Office Manager position to positions list
6 -- Jeremy Roman <jbroman@csclub.uwaterloo.ca> Tue, 14 Sep 2010 18:19:50 -0400
8 ceo (0.5.7+nmu3) stable; urgency=low
10 * Added phpmyadmin to mysql info file generated by CEO
12 -- Michael Ellis <me@michaelellis.ca> Thu, 19 Aug 2010 14:06:16 -0400
14 ceo (0.5.7+nmu2) stable; urgency=low
16 * Removed the need for separate entries to manage office and syscom
17 * Added check to ensure group is valid
20 -- Michael Ellis <me@michaelellis.ca> Fri, 18 Jun 2010 21:29:48 -0400
22 ceo (0.5.7+nmu1) stable; urgency=low
24 * Non-maintainer upload.
25 * Removed uwdir lookup for expired accounts emailing
27 -- Michael Ellis <m2ellis@caffeine.csclub.uwaterloo.ca> Tue, 18 May 2010 18:18:02 -0400
29 ceo (0.5.7) stable; urgency=low
35 * Reworded expired account email. Club rep accounts can be renewed for
41 -- Michael Spang <mspang@csclub.uwaterloo.ca> Sun, 09 May 2010 02:10:48 -0400
43 ceo (0.5.6) stable; urgency=low
47 * Fix auth for mysql database creation
49 [ Jeremy Brandon Roman ]
50 * added ability to use first letter of menu items
53 * Remove ternary operators
55 -- Michael Spang <mspang@csclub.uwaterloo.ca> Sun, 20 Dec 2009 13:45:48 -0500
57 ceo (0.5.5) stable; urgency=low
59 * Add missing dependency on python-mysql
60 * Add CLI version of mysql thing
62 -- Michael Spang <mspang@csclub.uwaterloo.ca> Mon, 02 Nov 2009 20:34:52 +0000
64 ceo (0.5.4) stable; urgency=low
66 * Switch from SCTP to TCP
68 -- Michael Spang <mspang@csclub.uwaterloo.ca> Mon, 02 Nov 2009 03:04:52 +0000
70 ceo (0.5.3) stable; urgency=low
72 * Fix gss error reporting bug
73 * Clarify email forwarding upon renewal
74 * Fail fast if not authenticated
75 * Encrypt all post-auth ceoc<->ceod communication
76 * Improve error handling when writing
78 -- Michael Spang <mspang@csclub.uwaterloo.ca> Sat, 24 Oct 2009 14:49:51 -0400
80 ceo (0.5.2) stable; urgency=low
82 * Clarify search operation in menu
85 * Write mysql file to ~club
87 * Blacklist orphaned/expired from updateprograms
89 * Force redraw after status thing
91 -- Michael Spang <mspang@csclub.uwaterloo.ca> Wed, 16 Sep 2009 18:32:56 -0400
93 ceo (0.5.1) stable; urgency=low
96 * Add email forwarding magic.
99 -- Michael Spang <mspang@csclub.uwaterloo.ca> Wed, 09 Sep 2009 17:54:49 -0400
101 ceo (0.5.0) stable; urgency=low
105 -- Michael Spang <mspang@uwaterloo.ca> Thu, 30 Jul 2009 00:19:42 -0400
107 ceo (0.4.24) stable; urgency=low
109 * Bump standards version.
111 -- Michael Spang <mspang@uwaterloo.ca> Wed, 29 Jul 2009 07:31:24 -0400
113 ceo (0.4.23) stable; urgency=low
115 * CEO library now only finds books that are signed out as being overdue.
117 -- Michael Gregson <mgregson@csclub.uwaterloo.ca> Wed, 11 Mar 2009 03:30:01 -0500
119 ceo (0.4.22) stable; urgency=low
121 * CEO now closes window when it should. (Sorry)
123 -- Michael Gregson <mgregson@csclub.uwaterloo.ca> Wed, 11 Mar 2009 02:25:01 -0500
125 ceo (0.4.21) stable; urgency=low
127 * CEO Library can now add boox.
129 -- Michael Gregson <mgregson@csclub.uwaterloo.ca> Wed, 11 Mar 2009 02:09:01 -0500
131 ceo (0.4.20) stable; urgency=low
133 * Update kadmin headers
135 -- David Bartley <dtbartle@csclub.uwaterloo.ca> Tue, 24 Feb 2009 16:08:12 -0500
137 ceo (0.4.19) stable; urgency=low
141 -- Michael Spang <mspang@uwaterloo.ca> Tue, 17 Feb 2009 22:23:30 -0500
143 ceo (0.4.18) stable; urgency=low
146 * Added new search function, and books now display due dates.
148 -- Michael Gregson <mgregson@csclub.uwaterloo.ca> Wed, 29 Jan 2009 01:04:00 -0500
150 ceo (0.4.17) stable; urgency=low
153 * Books can now be returned!!! Yay!
155 -- Michael Gregson <mgregson@csclub.uwaterloo.ca> Thu, 15 Jan 2009 23:42:00 -0500
157 ceo (0.4.16) stable; urgency=low
160 * Fixed error in calling of members.current
162 -- Michael Gregson <mgregson@csclub.uwaterloo.ca> Thu, 15 Jan 2009 22:40:00 -0500
164 ceo (0.4.15) stable; urgency=low
167 * Fixed incorrect usage of members.registered in library
169 -- Michael Gregson <mgregson@csclub.uwaterloo.ca> Thu, 15 Jan 2009 19:10:00 -0500
171 ceo (0.4.14) stable; urgency=low
174 * Corrected members.registered() to account for
175 non-existent members.
176 * Corrected overdue search.
178 -- Michael Gregson <mgregson@csclub.uwaterloo.ca> Thu, 15 Jan 2009 18:40:00 -0500
180 ceo (0.4.13) stable; urgency=low
183 * Add user validation to library system
184 * Add search function to library
185 * Can search for overdue books.
187 -- Michael Gregson <mgregson@csclub.uwaterloo.ca> Thu, 15 Jan 2009 17:00:00 -0500
189 ceo (0.4.12) stable; urgency=low
192 * Rewrite library system.
193 * Support for book checkout and return on sqlobject backends
194 * We dont die when not having LDAP to connect to.
196 -- Michael Gregson <mgregson@csclub.uwaterloo.ca> Wed, 14 Jan 2009 19:38:00 -0400
198 ceo (0.4.11) stable; urgency=low
201 * Add library path to config
204 * library backend, initial version
205 * Library GUI is coming, but awkwardsadface
206 * CEO notifies of it's connect attempt (since if LDAP is being sad
207 then CEO hangs without any indication of why)
208 * Search works whoooo
209 * We've gone from not having a library, to having a basic library that
210 almost works! There's kinks and the code could be cleaner in places,
211 but it's a really decent start for only a day's work. yayyyy python
213 -- David Bartley <dtbartle@csclub.uwaterloo.ca> Mon, 02 Jun 2008 23:49:09 -0400
215 ceo (0.4.10) stable; urgency=low
219 * Add configurable refquota support
222 * Auth as ceo/admin for zfsaddhomedir
224 -- David Bartley <dtbartle@csclub.uwaterloo.ca> Wed, 28 May 2008 02:01:53 -0400
226 ceo (0.4.9) stable; urgency=low
228 * Move mathsoc regex and exception userid's into config
231 * Use refquota instead of quota
233 -- David Bartley <dtbartle@csclub.uwaterloo.ca> Thu, 15 May 2008 22:14:50 -0400
235 ceo (0.4.8) stable; urgency=low
237 * No point in recommending quota anymore
238 * Add help for command-line ceo
239 * Drop memberUid support; all groups use uniqueMember now
241 * Improve help message
242 * Add mathsoclist command
243 * Add term argument to mathsoclist
245 -- David Bartley <dtbartle@csclub.uwaterloo.ca> Thu, 24 Apr 2008 19:57:12 -0400
247 ceo (0.4.7) stable; urgency=low
253 * Initialize program name in openlog
256 -- David Bartley <dtbartle@csclub.uwaterloo.ca> Tue, 25 Mar 2008 14:13:36 -0400
258 ceo (0.4.6) stable; urgency=low
260 * Fix off-by-one error
261 * Search menu bug fix
263 -- David Bartley <dtbartle@csclub.uwaterloo.ca> Sat, 15 Mar 2008 02:13:25 -0400
265 ceo (0.4.5) stable; urgency=low
267 * Don't offer to update to an empty program
268 * It's doubtful that a user would need to mount a floppy disk
269 * Add library stubs and refactor menu creation
270 * Add inactive command
272 -- David Bartley <dtbartle@csclub.uwaterloo.ca> Mon, 10 Mar 2008 00:35:09 -0400
274 ceo (0.4.4) stable; urgency=low
278 * Install ceo.console
279 * Set params=[] by default in ldapi.search
280 * Add list_all and uid2dn; make list_* return {dn:...} instead of
282 * Implement updateprogram (interactively updates program from uwldap)
284 * Add office staff to floppy group
285 * Refactor uwldap constants
286 * Implement expired account emails
287 * Add expired-account and notify-hook to git
288 * Send to both uwdir email and csclub email
289 * Fix bug in group management
290 * Refactor console code
295 * Actually do magic, tested this time
296 * Fix use of club settings in addmember
297 * Fix use of member UID range in addclub
299 -- Michael Spang <mspang@uwaterloo.ca> Fri, 25 Jan 2008 20:36:42 -0500
301 ceo (0.4.3) stable; urgency=low
303 * Add cro to positions
305 * Fix group modification code
307 -- David Bartley <dtbartle@csclub.uwaterloo.ca> Tue, 08 Jan 2008 19:58:19 -0500
309 ceo (0.4.2) stable; urgency=low
312 * Add password prompt
313 * Only allow 3 password attempts
314 * Remove extraneous whitespace
315 * Add tab completion for userid fields
316 * Clarify group failure
317 * Improve exception handling
318 * Improved tab-completion
319 * Add sudo entry to ldap when creating clubs
322 * Reorganize build process
323 * Reorganize namespace
324 * Use python-ldap directly in members
325 * Cleanup warnings: unused imports, etc
326 * Better error handling in the gui
327 * Fix list by term and list by name
328 * Display "Connecting..." during gui startup
329 * Remove chfn and chsh and allow shell changes in the gui
330 * Enlarge the shells list
331 * Don't try to install chsh and chfn
332 * Remove python-pam dependency
334 * Add manpages and remove TODO
335 * Allow init of MemberException with no arguments
336 * Remove obsolete function ceo_add_club()
337 * POSIX ACL support in addhomedir and addclub
338 * Add club representative support
339 * Show "Rep Terms" when displaying member
340 * Conditionally shows terms
341 * Add git-buildpackage configuration
343 -- Michael Spang <mspang@uwaterloo.ca> Mon, 24 Dec 2007 13:41:27 -0500
345 ceo (0.4.1) stable; urgency=low
349 -- Michael Spang <mspang@uwaterloo.ca> Wed, 12 Dec 2007 03:40:17 -0500
351 ceo (0.4.0) stable; urgency=low
355 -- Michael Spang <mspang@uwaterloo.ca> Wed, 12 Dec 2007 03:07:05 -0500
357 ceo (0.3.9) stable; urgency=low
361 -- Michael Spang <mspang@uwaterloo.ca> Mon, 10 Dec 2007 03:56:06 -0500
363 ceo (0.3.3) stable; urgency=low
365 * Add club and group modify page
367 * Complete group and position management
371 -- David Bartley <dtbartle@csclub.uwaterloo.ca> Wed, 21 Nov 2007 20:56:14 -0500
373 ceo (0.3.2) unstable; urgency=low
376 * Fix CEO group add for rfc2307bis
379 * Add 'search by group'
380 * Lookup name and program based on uwdir id
381 * Add group and position management
383 -- Michael Spang <mspang@uwaterloo.ca> Wed, 21 Nov 2007 17:21:40 -0500
385 ceo (0.3.1) unstable; urgency=low
387 * addhomedir: invalidate nscd tables
388 * ceo-urwid: add create club account menuitem
389 * Add urwid to dependencies
391 -- Michael Spang <mspang@uwaterloo.ca> Fri, 5 Oct 2007 10:16:41 -0400
393 ceo (0.3.0) unstable; urgency=low
395 * Add experimental urwid-based GUI
396 * Rip out studentid support
397 * Unbreak termusers in ceoquery
398 * Increase widths of UI windows
399 * PgSQL to LDAP transition
401 -- Michael Spang <mspang@uwaterloo.ca> Tue, 25 Sep 2007 04:00:10 -0400
403 ceo (0.2.4) unstable; urgency=low
406 * Vim-style keybindings for CEO menus.
407 * Bug fix: call setreuid(euid, euid) in csc-chfn and csc-chsh.
408 * Bug fix: run less in "secure" mode.
409 * Renamed package to ceo.
411 -- Michael Spang <mspang@uwaterloo.ca> Mon, 28 May 2007 02:05:28 -0400
413 csc (0.2.3) unstable; urgency=low
415 * Added "ceoquery", a utility to retrieve lists of members and users.
416 * Added "csc-chsh" and "csc-chfn" utilities.
417 * Bug fix: build_gecos() did not include enough commas between fields.
418 * Member attributes are now added to LDAP as well as the PgSQL database.
420 -- Michael Spang <mspang@uwaterloo.ca> Sun, 18 Feb 2007 21:35:28 -0500
422 csc (0.2.2) unstable; urgency=low
424 * Added "addhomedir", a utility to create home directories for new users.
425 * Bug fix: CEO still referenced an exception that changed name in 0.2.
426 * Documentation updates.
428 -- Michael Spang <mspang@uwaterloo.ca> Mon, 29 Jan 2007 01:47:31 -0500
430 csc (0.2.1) unstable; urgency=low
432 * Documentation updates only
433 * Added docs/GIT-HOWTO and docs/INSTALLING
435 -- Michael Spang <mspang@uwaterloo.ca> Sun, 28 Jan 2007 01:24:37 -0500
437 csc (0.2) unstable; urgency=low
439 * Tests added to most Python modules.
440 * Split configuration files.
441 * Added maintainer scripts to manage permissions during install and purge.
442 * Added functions for use by tools planned for next release (chfn, etc).
443 * Added support for account "repair", which will recreate LDAP entries
444 and principals if necessary.
445 * The recreate account menu option in ceo is now active.
446 * Replaced instances of "== None" and "!= None" with "is None" and
447 "is not None", respectively (thanks to: Nick Guenther).
448 * Renamed terms.valid() to terms.validate() (thanks to: Nick Guenther).
450 -- Michael Spang <mspang@uwaterloo.ca> Fri, 26 Jan 2007 20:10:14 -0500
452 csc (0.1) unstable; urgency=low
456 -- Michael Spang <mspang@uwaterloo.ca> Thu, 28 Dec 2006 04:07:03 -0500