14
0

- update to 0.6.1

* many new parameters for bugzilla command-line tool like --target_milestone,
  --private, --status, --assignee, et all
  * add support for Bugzilla 36
  * Unicode related fixes
- SUSE specific fixes
  * novell bugzilla support in getBugzillaClassForURL
  * obfuscated password support in oscrc
  * move novell bugzilla to 3.4
  * xmlrpclib changes done in python 2.7 from master [bug#685842]
- create suse branch for stashing SUSE specific changes
  https://gitorious.org/opensuse/python-bugzilla/commits/suse

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bugzilla?expand=0&rev=13
This commit is contained in:
2011-05-23 14:05:00 +00:00
committed by Git OBS Bridge
parent 3a8580cbc0
commit b2af480230
11 changed files with 236 additions and 271 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon May 23 12:36:47 UTC 2011 - mvyskocil@suse.cz
- update to 0.6.1
* many new parameters for bugzilla command-line tool like --target_milestone,
--private, --status, --assignee, et all
* add support for Bugzilla 36
* Unicode related fixes
- SUSE specific fixes
* novell bugzilla support in getBugzillaClassForURL
* obfuscated password support in oscrc
* move novell bugzilla to 3.4
* xmlrpclib changes done in python 2.7 from master [bug#685842]
- create suse branch for stashing SUSE specific changes
https://gitorious.org/opensuse/python-bugzilla/commits/suse
-------------------------------------------------------------------
Thu Jun 17 15:55:51 CEST 2010 - matejcik@suse.cz
- recognize Novell bugzilla in default constructor
-------------------------------------------------------------------
Wed Aug 26 09:18:54 UTC 2009 - mvyskocil@suse.cz