Changelog for
docmanager-3.3.3-1.3.noarch.rpm :
Mon Aug 31 14:00:00 2015 mschnitzerAATTsuse.com
DocManager 3.3.3 Release
[#]# Features
* Implemented 3 methods for handling XML attributes: set-attr, get-attr, and del-attr
* Added {os.lastmodify} to `analyze` feature
[#]# Bugfixes
* `get` will now show sub properties if all properties are desired.
[#]# Miscellaneous
* Many changes in man page
Tue Aug 25 14:00:00 2015 mschnitzerAATTsuse.com
[#]# Bugfixes
* There was a logic error in our file list parser.
Tue Aug 25 14:00:00 2015 mschnitzerAATTsuse.com
[#]# Bugfixes
* DocManager hangs during the initialization of broken XML files #96
* Error output messages without file names #97
Mon Aug 24 14:00:00 2015 mschnitzerAATTsuse.com
[#]# Bugfixes
* Issues in test cases
* Help text for --default-output
* Default output for \'analyze\' cmd
* Typo in config file (querformat -> queryformat)
[#]# New features
* --stop-on-error and -q for \'analyze\' cmd
* Runtime information
* Threading feature (--jobs/-j)-
Mon Aug 10 14:00:00 2015 mschnitzerAATTsuse.com
[#]# Bugfixes
* Fix alias bug: It was not possible to add extra arguments to an alias
* --version shows now the version without any warnings-
Mon Aug 10 14:00:00 2015 mschnitzerAATTsuse.com
[#]# Bugfixes
* There was a not caught exception in XmlHandler
* The output of `set` was disabled when no valid XML files were
found.
Fri Aug 7 14:00:00 2015 mschnitzerAATTsuse.com
Stable release DocManager 3.2.0:
[#]# Bugfixes
* Del Subcommand Should Really Delete Properties (#60)
* Output of not available properties is \'None\' (#65)
* Resolve
* in aliases (#67)
* Catch KeyboardInterrupt exception (#77)
* \'config\' subcommand does not show \'Permission denied\' error (#80)
* alias subcommand: \"Permission denied for file \'/\' [...]\" (#86)
[#]# New features
* Adapt DocManager with Configuration File (#27)
* Implement Query/Analyze Feature (#49)
* Support Aliases (#64)
* Default aliases (#66)
* Implement \'config\' subcommand (#70)
* Implement \'alias\' subcommand (#72)
* Allow to set verbosity level through config file (#81)
[#]# Miscellaneous
* documented several new features in manpage (#36, #82)
* Prepared setup.py for OBS (5f6990b)
Thu Jul 23 14:00:00 2015 tomsAATTopensuse.org
Stable release DocManager 3.1.0:
* Bugfixes:
- Fixed #58 (Ignore Directories in File List)
- Fixed #57 (Ignoring XML Files in Case Root Element is Wrong)
- Fixed #56 (Add Tracker Meta Information)
- docmanager/xmlutil.py in findprolog():
Set maxsize to -1 by default to avoid XML errors when extensive
XML comments before root start tag are visible
* New features:
- Issue #56: Add Tracker Meta Information
- Extended option `--stop-on-error` for `init` subcommand
* Miscellaneous:
- Updated man page (69c8037, 1b67884, ae221a6)
Thu Jun 18 14:00:00 2015 mschnitzerAATTsuse.com
This is a stable release of DocManager.
ChangeLog:
* Performance improvement
* --repository is a new option in init and set (have a look into the man page)
* Updated man page and restructured some things
* Internal code improvement
* Fixed bug in del sub command
* Fixed some typos
* Adjusted the output of set and get
* Added table output format
* Added xml output format
* Added --stop-on-error as option (documentation is in the man page)
* init does now support the same options like in set (also documented in the man page)-
Tue Jun 16 14:00:00 2015 mschnitzerAATTsuse.com
Added 2 new requirements: python-lxml and python3-lxml
Tue Jun 16 14:00:00 2015 mschnitzerAATTsuse.com
Release of DocManager 3.0.0-RC4
* Code refactoring
* Added more valid root elements (chapter, appendix, and preface)
* Improved output message of \"invalid root element\"
* Performance improvement
* Removed old analyze feature (will be implemented in 3.1)
* More function call logging
* Added new default property \'--release\'-
Fri Jun 12 14:00:00 2015 mschnitzerAATTsuse.com
* Fixed bug in sub command \'del\'
* Fixed bug in --priority
* Changed help text in --help
* Small code refactoring
Thu Jun 11 14:00:00 2015 mschnitzerAATTsuse.com
This is the next release of DocManager.
Changelog:
* Added new information in man page
* Fixed typos in man page
* Changed possible values of the --translation option (true and false are no longer available. Please use instead yes or no)
* Fixed a bug in the init sub command. It was not possible to initialize an XML document when there is a comment after the XML start tag..
* Isolated _find_pos() -> findinfo_pos
* Moved functionality of findinfo_pos() into xmlutil.py
* Added test cases
Known issues:
* analyze feature doesn\'t work as expected-