2014-09-23 16:51:24 +04:00
|
|
|
Changelog
|
|
|
|
---------------
|
|
|
|
|
2014-09-23 18:02:20 +04:00
|
|
|
0.2.0
|
2014-09-23 16:51:24 +04:00
|
|
|
+++++
|
|
|
|
|
2014-09-23 18:02:20 +04:00
|
|
|
**Improvements**
|
2014-09-23 18:03:27 +04:00
|
|
|
|
2014-09-25 12:26:09 +04:00
|
|
|
- Added type() method to determine type of Directory (e.g. eDirectory, Active Directory): will be used later for type specific subclasses
|
2014-09-23 18:02:20 +04:00
|
|
|
- Added verify_password(dn, password) method
|
|
|
|
- Added escape_filter_chars() to filter (sanitize) the filter
|
2014-09-23 16:51:24 +04:00
|
|
|
- Override of cidicts __getitem__ so that user.attrs['nonexistent'] won't raise an exception, but instead returns an empty list
|
|
|
|
|
2014-09-25 12:26:09 +04:00
|
|
|
0.1.3 and 0.1.4 (2014-09-16)
|
|
|
|
++++++++++++++++++++++++++++
|
2014-09-23 18:02:20 +04:00
|
|
|
|
|
|
|
- Wrestling with pypi (needs a new version number even if you've made a mistake by uploading rubbish)
|
|
|
|
|
2014-09-23 16:51:24 +04:00
|
|
|
0.1.2
|
|
|
|
+++++
|
|
|
|
|
2014-09-23 18:02:20 +04:00
|
|
|
- Converted README.md to README.rst (pypi should show a nice README as well)
|
2014-09-23 16:51:24 +04:00
|
|
|
|
|
|
|
0.1.1
|
|
|
|
+++++
|
|
|
|
|
2014-09-23 18:02:20 +04:00
|
|
|
**Bugfixes**
|
2014-09-23 18:03:27 +04:00
|
|
|
|
2014-09-23 17:13:25 +04:00
|
|
|
- Fixed pretty print of binary attribute
|
2014-09-23 18:02:20 +04:00
|
|
|
- Fixed ldap.get sizelimit=1 exception for now (come back to this later)
|
2014-09-23 17:13:25 +04:00
|
|
|
- Added try catch to api
|
2014-09-23 16:51:24 +04:00
|
|
|
|
2014-09-23 18:02:20 +04:00
|
|
|
0.1.0
|
|
|
|
+++++
|
2014-09-23 16:51:24 +04:00
|
|
|
|
2014-09-23 18:02:20 +04:00
|
|
|
- Initial version (have to start somewhere)
|