1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
|
GQ 1.0.0
========
* if there are no supplied base DNs, add the configured one to the tree
* sort DN nodes
* fix the about dialog
GQ 1.0 RC 1
===========
* fix the object class browser to open all attributes on double-click
* made about text configurable
* build correctly with OpenLDAP 2.1 and 2.2
* SASL authentication fixed
* general code improvements (warnings, for loops, etc.)
GQ 1.0 Beta 2
=============
* started tree abstraction to make the final GtkTreeView port easier
* updated build framework
* don't allow building with new GLib and old GTK+
* add only compile flags which are understood
* install gq.desktop to the new right folder
* disable fatal warnings by default
* don't automatically select the DN entry field
* compile without warnings
2002-09-29:
Many new features:
* new display type:
+ dt_time - allows dates/times to be entered using a calendar
* Passwords get encoded (NOT encrypted) in the configuration file. This
requires changes to the configuration file that make the configuration file
unreadable for older versions. Back up your .gq configuration file before
running 0.7.0 for the first time.
* change how to display data on the fly using a new popup-menu for the
attribute-names in browse mode.
* Search mode: Popup menu for search results allows to enter found
objects into the browse-mode tree. This allows to see more of the
object tree (in tree form) than would be allowed due to size-limits
* Search mode: The base DN for the search is now editable
* Allow for LDAP URIs to be used instead of Host/Port - this allows
ldaps:// URIs
* I18N: japanese message catalog by kindly provided by
Hatuka*nezumi <nezumi@jca.apc.org>.
* I18N: Proper support for number-translations as implemented by GNU gettext.
* Browser: Allows to hide empty attributes
* Browser: Support for the 'extensibleObject' obejctClass.
* Browser: "Add as new" Button to quickly copy slightly changed objects
* Lots of bug fixes
* Lots of new bugs
2002-06-13:
GQ has a lot of new features, including
* SASL support (Maurice Massar <massar@unix-ag.uni-kl.de>)
* Correct(!) support for userPassword including SSHA and SMD5 encryption.
* I18N support (if you want to contribute please read README.NLS) including
a rough german translation
* Support for graphical jpegPhoto display (requires gdk-pixbuf to work)
* Support to to view X509 certificates and X509 certificate revocation
lists (CRLs)
* Drag and drop support in browse mode (must be enabled using
--enable-browser-dnd), this feature is possibly dangerous if used without
thought, but it is GREAT if you need it ;-)
* Supports the OpenLDAP experimental client cache. (must be enabled using
--enable-cache)
* Lots of other small bugfixes/enhancements
2002-06-12:
Starting after version 0.5.0 Peter Stamfest <peter@stamfest.at> is
the new maintainer of gq.
I would like to thank Bert Vermeulen for his trust in me, after all
this is his very own project.
peter
|