From e0524096fa9f3add551abbf68ee22904b249d82f Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 7 Jun 2011 22:26:19 +0200 Subject: Fixed up docs in preparation for the new 0.3.1 release --- doc/source/changes.rst | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'doc/source/changes.rst') diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 2433d00e..22568e3d 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -2,11 +2,24 @@ Changelog ========= -NEXT -==== -* Blob Type +0.3.1 +===== +* **git** command wrapper + + * Added ``version_info`` property which returns a tuple of integers representing the installed git version. + +* **Blob** Type + * Added mode constants to ease the manual creation of blobs +* **More Changes** + + * Configuration file parsing is more robust. It should now be able to handle everything that the git command can parse as well. + * The progress parsing was updated to support git 1.7.0.3 and newer. Previously progress was not enabled for the git command or only worked with ssh in case of older git versions. + * Parsing of tags was improved. Previously some parts of the name could not be parsed properly. + * The rev-parse pure python implementation now handles branches correctly if they look like hexadecimal sha's. + + 0.3.1 Beta 2 ============ * Added **reflog support** ( reading and writing ) -- cgit v1.2.3