GitSharp/v0.1.3

From eqqon

(Difference between revisions)
Jump to: navigation, search
(New page: == Downloads == * [http://cloud.github.com/downloads/henon/GitSharp/gitsharp_v0.1.0_bin.zip git# binary release v0.1.0] == Release Message == Porting of the core is done, we are waiting f...)
m (Downloads)
Line 1: Line 1:
== Downloads ==
== Downloads ==
-
* [http://cloud.github.com/downloads/henon/GitSharp/gitsharp_v0.1.0_bin.zip git# binary release v0.1.0]
+
* [http://cloud.github.com/downloads/henon/GitSharp/gitsharp_v0.1.3_bin.zip git# binary release v0.1.3]
== Release Message ==
== Release Message ==

Revision as of 20:20, 11 October 2009

Downloads

Release Message

Porting of the core is done, we are waiting for the jgit people to commit something ;). Ok, just kidding. We still need to port some code from the jgit CLI and we are working on killing a hand full of porting bugs in the core. Some important bugs have been squashed since the last release:
In a heroic debugging effort Nulltoken fixed the index-bug that made git# incompatible to the original git. Now we are on track again. Rolenun fixed git.exe which failed when started on windows via the system %PATH%.

On top of that, there is a new user centric api which resides in namespace Git. It simplifies interaction with git objects and commands, hides the technical complexity of the core and should provide a stable interface for your applications (once it is done). The api is still work in progress, so please expect that it will be changed / improved / extended, until everyone is happy with it.

Enjoy our second release,
--Henon 22:18, 11 October 2009 (CEST)