-----------
o update version 0.49.0 to 0.50.1
o added Pyro optional package in MESSAGE file
amont-changes:
-------------
2010-04-20 -- 0.50.0
* graph:
- generate methods now takes an optional mapfile argument to generate
html image maps
- new ordered_nodes function taking a dependency graph dict as arguments
and returning an ordered list of nodes
* configuration:
- nicer serialization of bytes / time option
- may now contains several option provider with the same name
- consider 'level' in option dict, --help displaying only option with level
0, and automatically adding --long-help options for higher levels
* textutils: case insensitive apply_unit
* sphinx_ext: new module usable as a sphinx pluggin and containing a new
'autodocstring' directive
* ureports: output   instead of for strict xhtml compliance
* decorators: @cached propery copy inner function docstring
-----------
o remove option.mk,
o added MESSAGE
o no fixed EGG_NAME expresion
amont-changes:
-------------
2010-03-16 -- 0.49.0
* date: new 'totime' function
* adbh, db, sqlgen modules moved to the new logilab-database package
* pytest: when -x option is given, stop on the first error even if
there are multiple test directories
2010-02-26 -- 0.48.1
* adbh: added dbport optional argument to [backup|restore]_commands
* db: fix date processing for SQLServer 2005
* testlib: improve XML assertion by using ElementTree parser and a new 'context' lines argument
2010-02-17 -- 0.48.0
* date: fixed mx date time compat for date_range (#20651)
* testlib: generative test should not be interrupted by self.skip() (#20648)
2010-02-10 -- 0.47.0
* adbh: changed backup / restore api (BREAKS COMPAT):
- backup_command is now backup_commands (eg return a list of commands)
- each command returned in backup_commands/restore_commands may now
be list that may be used as argument to subprocess.call, or a string
which will the requires a subshell
- new sql_rename_col method
* deprecation: deprecated now takes an optional 'stacklevel' argument, default to 2
* date: some functions to ease python's datetime module usage have been backported
from cubicweb
2009-12-23 -- 0.46.0
* db / adbh: added SQL Server support using Pyodbc
* db:
- New optional extra_args argument to get_connection.
- Support Windows Auth for SQLServer by giving
extra_args='Trusted_Connection' to the sqlserver2005 driver
2009-11-23 -- 0.45.2
* configuration:
- proper bytes and time option types support
- make Method usable as 'callback' value
- fix#8849 Using plugins, options and .pylintrc crashes PyLint
* graph: fix has_path returned value to include the destination node, else we get
an empty list which makes think there is no path (test added)
2009-08-26 -- 0.45.0
* added function for parsing XML processing instructions
--------------
o 0.41.0 to 0.42.0
o Added dependency: py-readline, py-django,Py-Pyro
o Improve Test : done
Observation:
-----------
Please review options.mk
Please global review
logilab-common is a collection of Python packages and modules,designed to ease:
* handling command line options and configuration files
* writing interactive command line tools
* manipulation files and character strings
* interfacing to OmniORB
* generating of SQL queries
* running unit tests
* manipulating tree structures
* accessing RDBMS (currently postgreSQL, MySQL and sqlite)
* generating text and HTML reports
* logging