1
0
forked from pool/python-pygit2
Denisart Benjamin 2014-09-02 18:22:34 +00:00 committed by Git OBS Bridge
parent f6ba6e7a05
commit 50e9fb3a23

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Tue Sep 2 18:20:17 UTC 2014 - p.drouand@gmail.com
- Update to version 0.20.2
+ Fix regression with Python 2, ``IndexEntry.path`` returns str
(bytes in Python 2 and unicode in Python 3)
+ Get back ``IndexEntry.oid`` for backwards compatibility
+ Config, iterate over the keys (instead of the key/value pairs)
`#395 <https://github.com/libgit2/pygit2/pull/395>`_
+ ``Diff.find_similar`` supports new threshold arguments
`#396 <https://github.com/libgit2/pygit2/pull/396>`_
+ Optimization, do not load the object when expanding an oid prefix
`#397 <https://github.com/libgit2/pygit2/pull/397>`_
- Changes from version 0.20.1
+ Install fix
`#382 <https://github.com/libgit2/pygit2/pull/382>`_
+ Documentation improved, including
`#383 <https://github.com/libgit2/pygit2/pull/383>`_
`#385 <https://github.com/libgit2/pygit2/pull/385>`_
`#388 <https://github.com/libgit2/pygit2/pull/388>`_
+ Documentation, use the read-the-docs theme
`#387 <https://github.com/libgit2/pygit2/pull/387>`_
+ Coding style improvements
`#392 <https://github.com/libgit2/pygit2/pull/392>`_
+ New ``Repository.state_cleanup()``
`#386 <https://github.com/libgit2/pygit2/pull/386>`_
+ New ``Index.conflicts``
`#345 <https://github.com/libgit2/pygit2/issues/345>`_
`#389 <https://github.com/libgit2/pygit2/pull/389>`_
+ New checkout option to define the target directory
`#390 <https://github.com/libgit2/pygit2/pull/390>`_
- Fix build
- Remove python_sitelib definition; pygit2 is arch dependant
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 9 13:31:12 UTC 2013 - p.drouand@gmail.com Mon Dec 9 13:31:12 UTC 2013 - p.drouand@gmail.com