14
0

- Update to 1.8.3:

* Fix incorrectly specified line in git support. Previosuly a KeyError
    may bleed to the outside calling code, depending on python version. 
  * Fix incorrectly specified line in bzr support. Previously a non-bzr
    directory could be associated as a malformed bzr branch.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-versiontools?expand=0&rev=8
This commit is contained in:
2012-01-24 21:40:04 +00:00
committed by Git OBS Bridge
parent f205dbf93f
commit e718895eb9
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jan 24 21:37:26 UTC 2012 - jfunk@funktronics.ca
- Update to 1.8.3:
* Fix incorrectly specified line in git support. Previosuly a KeyError
may bleed to the outside calling code, depending on python version.
* Fix incorrectly specified line in bzr support. Previously a non-bzr
directory could be associated as a malformed bzr branch.
-------------------------------------------------------------------
Thu Jan 12 01:53:00 UTC 2012 - jfunk@funktronics.ca