14
0

- Update to 1.8.2:

* Improve git support by adding code paths compatible with python-git 0.1.6
   (which is easier to get on Debian)
 * Change git support to default to short commit id. If you want to access the
   long commit id you need to access it directly as GitIntegration.commit_id
- Version 1.8.1
 * Improve performance when working with checkouts. The use of branch.nick has
   been replaced with branch._get_nick(local=True). This avoids network
   operations and is much more responsive.

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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Jan 12 01:53:00 UTC 2012 - jfunk@funktronics.ca
- Update to 1.8.2:
* Improve git support by adding code paths compatible with python-git 0.1.6
(which is easier to get on Debian)
* Change git support to default to short commit id. If you want to access the
long commit id you need to access it directly as GitIntegration.commit_id
- Version 1.8.1
* Improve performance when working with checkouts. The use of branch.nick has
been replaced with branch._get_nick(local=True). This avoids network
operations and is much more responsive.
-------------------------------------------------------------------
Wed Sep 21 18:24:32 UTC 2011 - saschpe@suse.de