merge improvements from Dave to the server, file locking and repository abstraction.
authorJelmer Vernooij <jelmer@samba.org>
Thu, 11 Feb 2010 20:51:24 +0000 (21:51 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 11 Feb 2010 20:51:24 +0000 (21:51 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 60651beb908fb3336d36d37ad92b72488ff89258..b6766dfadb79a4adb08b5f9e49f86e7539b7aab7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,14 @@
 
   * Support custom fields in commits.
 
+  * Improved ref handling. (Dave Borowitz)
+
+  * Rework server protocol to be smarter and interoperate with cgit client.
+    (Dave Borowitz)
+
+  * Add a GitFile class that uses the same locking protocol for writes as 
+    cgit. (Dave Borowitz)
+
  FEATURES
 
   * --without-speedups option to setup.py to allow building/installing 
 
   * Implement Repo.get_config(). (Jelmer Vernooij)
 
+  * HTTP dumb and smart server. (Dave Borowitz)
+
+  * Add abstract baseclass for Repo that does not require file system 
+    operations. (Dave Borowitz)
+
 0.4.1  2010-01-03
 
  FEATURES