summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorscott Chacon <schacon@agadorsparticus.corp.reactrix.com>2007-11-12 18:01:22 -0800
committerscott Chacon <schacon@agadorsparticus.corp.reactrix.com>2007-11-12 18:01:22 -0800
commitb045fa6be8a299b114c89e25242118748ed3e6c6 (patch)
tree3bed2a7d7c19c70e5684cbcad90912c2d5c8f0d5
parentf590869eaa6a4c7f25a1df8eca171a119fcee7ed (diff)
downloadthird_party-ruby-git-b045fa6be8a299b114c89e25242118748ed3e6c6.tar.gz
third_party-ruby-git-b045fa6be8a299b114c89e25242118748ed3e6c6.tar.xz
third_party-ruby-git-b045fa6be8a299b114c89e25242118748ed3e6c6.zip
updated the History for a release
-rw-r--r--History.txt7
-rw-r--r--TODO13
2 files changed, 8 insertions, 12 deletions
diff --git a/History.txt b/History.txt
index ecbfe70..83361b5 100644
--- a/History.txt
+++ b/History.txt
@@ -1,3 +1,8 @@
== 1.0.1
-* New version
+* Initial version
+
+== 1.0.2
+
+* Added methods to the git objects that might be helpful
+
diff --git a/TODO b/TODO
index 839b29a..0354005 100644
--- a/TODO
+++ b/TODO
@@ -1,18 +1,9 @@
-* Git::Object methods
- - tree recursion
- - commit information
-
- Git::Tree
- - children
- - blobs/files
- - subtrees/subdirs
-
-
* More Error Examples
* More Git::Status methods
* Speed up through pure ruby
-* Speed up through C bindings to libgit-thin \ No newline at end of file
+* Speed up through C bindings to libgit-thin
+