pyceo/debian/changelog

185 lines
5.5 KiB
Plaintext
Raw Normal View History

2008-01-25 20:37:18 -05:00
ceo (0.4.4) stable testing; urgency=low
[ David Bartley ]
* Added console app
* Install ceo.console
* Set params=[] by default in ldapi.search
* Add list_all and uid2dn; make list_* return {dn:...} instead of
{uid:...}
* Implement updateprogram (interactively updates program from uwldap)
* Sort memberlist
* Add office staff to floppy group
* Refactor uwldap constants
* Implement expired account emails
* Add expired-account and notify-hook to git
* Send to both uwdir email and csclub email
* Fix bug in group management
* Refactor console code
[ Michael Spang ]
* Fix magic
* Fix magic, really
* Actually do magic, tested this time
* Fix use of club settings in addmember
* Fix use of member UID range in addclub
-- Michael Spang <mspang@uwaterloo.ca> Fri, 25 Jan 2008 20:36:42 -0500
2008-01-08 19:59:29 -05:00
ceo (0.4.3) stable testing; urgency=low
* Add cro to positions
* Fix typo
* Fix group modification code
-- David Bartley <dtbartle@csclub.uwaterloo.ca> Tue, 08 Jan 2008 19:58:19 -0500
2007-12-24 13:42:22 -05:00
ceo (0.4.2) stable testing; urgency=low
[ David Bartley ]
* Add password prompt
* Only allow 3 password attempts
* Remove extraneous whitespace
* Add tab completion for userid fields
* Clarify group failure
* Improve exception handling
* Improved tab-completion
* Add sudo entry to ldap when creating clubs
[ Michael Spang ]
* Reorganize build process
* Reorganize namespace
* Use python-ldap directly in members
* Cleanup warnings: unused imports, etc
* Better error handling in the gui
* Fix list by term and list by name
* Display "Connecting..." during gui startup
* Remove chfn and chsh and allow shell changes in the gui
* Enlarge the shells list
* Don't try to install chsh and chfn
* Remove python-pam dependency
* Remove ceoquery
* Add manpages and remove TODO
* Allow init of MemberException with no arguments
* Remove obsolete function ceo_add_club()
* POSIX ACL support in addhomedir and addclub
* Add club representative support
* Show "Rep Terms" when displaying member
* Conditionally shows terms
* Add git-buildpackage configuration
-- Michael Spang <mspang@uwaterloo.ca> Mon, 24 Dec 2007 13:41:27 -0500
2007-12-12 03:41:37 -05:00
ceo (0.4.1) stable testing; urgency=low
* Minor fixes
-- Michael Spang <mspang@uwaterloo.ca> Wed, 12 Dec 2007 03:40:17 -0500
2007-12-12 03:07:42 -05:00
ceo (0.4.0) stable testing; urgency=low
* New release
-- Michael Spang <mspang@uwaterloo.ca> Wed, 12 Dec 2007 03:07:05 -0500
ceo (0.3.9) stable testing; urgency=low
* New release
-- Michael Spang <mspang@uwaterloo.ca> Mon, 10 Dec 2007 03:56:06 -0500
2007-11-28 03:20:21 -05:00
ceo (0.3.3) stable testing; urgency=low
* Add club and group modify page
* Add sasl support
* Complete group and position management
* Remove ceo-old
* Fix bugs
-- David Bartley <dtbartle@csclub.uwaterloo.ca> Wed, 21 Nov 2007 20:56:14 -0500
2007-11-21 17:18:47 -05:00
ceo (0.3.2) unstable; urgency=low
[ Michael Spang ]
* Fix CEO group add for rfc2307bis
[ David Bartley ]
* Add 'search by group'
* Lookup name and program based on uwdir id
* Add group and position management
-- Michael Spang <mspang@uwaterloo.ca> Wed, 21 Nov 2007 17:21:40 -0500
2007-10-05 10:18:06 -04:00
ceo (0.3.1) unstable; urgency=low
* addhomedir: invalidate nscd tables
* ceo-urwid: add create club account menuitem
* Add urwid to dependencies
-- Michael Spang <mspang@uwaterloo.ca> Fri, 5 Oct 2007 10:16:41 -0400
2007-09-25 04:03:30 -04:00
ceo (0.3.0) unstable; urgency=low
* Add experimental urwid-based GUI
* Rip out studentid support
* Unbreak termusers in ceoquery
* Increase widths of UI windows
* PgSQL to LDAP transition
-- Michael Spang <mspang@uwaterloo.ca> Tue, 25 Sep 2007 04:00:10 -0400
ceo (0.2.4) unstable; urgency=low
* Added csc.schema.
* Vim-style keybindings for CEO menus.
* Bug fix: call setreuid(euid, euid) in csc-chfn and csc-chsh.
* Bug fix: run less in "secure" mode.
* Renamed package to ceo.
-- Michael Spang <mspang@uwaterloo.ca> Mon, 28 May 2007 02:05:28 -0400
csc (0.2.3) unstable; urgency=low
* Added "ceoquery", a utility to retrieve lists of members and users.
* Added "csc-chsh" and "csc-chfn" utilities.
* Bug fix: build_gecos() did not include enough commas between fields.
* Member attributes are now added to LDAP as well as the PgSQL database.
-- Michael Spang <mspang@uwaterloo.ca> Sun, 18 Feb 2007 21:35:28 -0500
csc (0.2.2) unstable; urgency=low
* Added "addhomedir", a utility to create home directories for new users.
* Bug fix: CEO still referenced an exception that changed name in 0.2.
* Documentation updates.
-- Michael Spang <mspang@uwaterloo.ca> Mon, 29 Jan 2007 01:47:31 -0500
csc (0.2.1) unstable; urgency=low
* Documentation updates only
* Added docs/GIT-HOWTO and docs/INSTALLING
-- Michael Spang <mspang@uwaterloo.ca> Sun, 28 Jan 2007 01:24:37 -0500
csc (0.2) unstable; urgency=low
* Tests added to most Python modules.
* Split configuration files.
* Added maintainer scripts to manage permissions during install and purge.
* Added functions for use by tools planned for next release (chfn, etc).
* Added support for account "repair", which will recreate LDAP entries
and principals if necessary.
* The recreate account menu option in ceo is now active.
* Replaced instances of "== None" and "!= None" with "is None" and
"is not None", respectively (thanks to: Nick Guenther).
* Renamed terms.valid() to terms.validate() (thanks to: Nick Guenther).
-- Michael Spang <mspang@uwaterloo.ca> Fri, 26 Jan 2007 20:10:14 -0500
2007-01-27 18:41:51 -05:00
csc (0.1) unstable; urgency=low
* Initial Release.
-- Michael Spang <mspang@uwaterloo.ca> Thu, 28 Dec 2006 04:07:03 -0500