Revision history for Perl extension Apache::Session::Browseable.
0.1 Sat Oct 31 08:10:54 2009
- Initial release
0.2 Sun Nov 1 10:06:51 2009
- Remove 5.10 dependency
0.3 Sun Nov 1 17:12:34 2009
- Add Sybase, Oracle, Informix, File and Postgres
0.4 Mon Aug 16 17:16:12 2010
- Missing "use"
0.5 Mon Dec 6 21:54:23 2010
- Add Redis (Closes LEMONLDAP-244)
0.6 Mon Dec 8 16:43:23 2010
- Add LDAP (Closes LEMONLDAP-243)
- Redis parsing returned nothing
0.7 Sun Jun 24 09:07:21 2012
- Add "eval" to avoid errors in unserialize (LDAP)
0.8 Fri Oct 12 06:20:54 2012
- storable must not be always used in DBI
0.9 Thu Feb 28 06:51:51 2013
- Fix Undefined value warning with Redis backend
(https://github.com/coudot/apache-session-browseable/issues/1)
- Update copyright
1.0 Sat Jul 06 19:57:46 2013
- Add SQLite support
- Corrects POD ($args was forgotten)
- Add searchOnExpr() sub:
- default implementation in _common
- optimized implementation in LDAP and DBI
- Optimize SQL queries when only indexed files are required
- Create _common.pm lib for unoptimized functions
- Add basic tests for all libs
- Add advanced tests using SQLite backend
1.0.1 Fri Aug 30 06:40:02 2013
- Add Apache::Session in required dependencies (was ommited in 1.0)
1.0.2 Thu Oct 17 20:27:24 2013
- _common::_tabInTab() must return 0 if no fields are required
Closes http://jira.ow2.org/browse/LEMONLDAP-627
1.2 Tue Mar 08 22:08:09 2016
- replace MD5 by SHA256
- replace serialization by JSON
1.2.1 Thu Mar 10 07:27:45 2016
- Add an empty Browseable.pm due to new Pause restrictions
1.2.2 Fri Apr 1 13:22:22 2016
- Manage old session format for databases
1.2.3 Tue Jun 7 15:55:56 2016
- Replace "/" for Windows
1.2.4 Sun Feb 19 08:25:10 2016
- Incorrect logic for old database formats (fixes: #11)
1.2.5 Thu Apr 4 07:09:23 2017
- PostgreSQL "hstore" and "json" support
- Add "deleteIfLowerThan" method
1.2.6
- Force allow_nonref option (#14)