[gq-commit] gq ChangeLog,1.46,1.47
Status: Beta
Brought to you by:
sur5r
From: <sta...@us...> - 2003-10-20 07:17:36
|
Update of /cvsroot/gqclient/gq In directory sc8-pr-cvs1:/tmp/cvs-serv652 Modified Files: ChangeLog Log Message: * Recent changes Index: ChangeLog =================================================================== RCS file: /cvsroot/gqclient/gq/ChangeLog,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** ChangeLog 13 Oct 2003 07:48:15 -0000 1.46 --- ChangeLog 20 Oct 2003 06:40:35 -0000 1.47 *************** *** 1,2 **** --- 1,29 ---- + 2003-10-19 Peter Stamfest <pe...@st...> + * Added statusbar and error-message history - very convenient to + get an insight in what really happens + * Got rid of show_oc (Still to be deleted from the configuration, + though) + * Fixed schema-related core-dumping bug(s) with transient servers + * Implemented Search Options (stateful), still to do: sizelimit, + timelimit (not sure how to do real timelimits in case of multi + server searches) + 2003-10-18 Peter Stamfest <pe...@st...> + * Introduced critically important ldapserver reference counting + mechanism (massive changes all over) - new policy when dealing with + struct ldapserver + * Proper Referral handling for search mode + * Sortable Search results (By clicking on the column labels) + 2003-10-17 Peter Stamfest <pe...@st...> + * I herewith declare SASL support to be broken. In its current + state it is not working (and it cannot be made working by me) + for many SASL mechanisms. + * Split browse.c and did some other assorted cleanups/restructuring + * Improved errormessages and cleaned up status bar message (All start + with an uppercase character now) + * Added the ability to obtain a backtrace with error messages through + a new debugflag (64) + * Made some unchangeable data const + * Improved referral support and transient server initialization + * Added progress-bar window during initial GUI restoration 2003-10-12 Peter Stamfest <pe...@st...> * Fixed color/style handling for gtk2 |