aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTommi Virtanen <tv@eagain.net>2007-09-03 21:27:03 -0700
committerTommi Virtanen <tv@eagain.net>2007-09-03 23:28:35 -0700
commitc83c23fbaf34bb8d4cdc5f7dc6bffc76165eb880 (patch)
tree3b5868b3b5eab0ad66329055c28d7e81fc077da6
parentAdd TODO notes. (diff)
downloadgitosis-dakkar-c83c23fbaf34bb8d4cdc5f7dc6bffc76165eb880.tar.gz
gitosis-dakkar-c83c23fbaf34bb8d4cdc5f7dc6bffc76165eb880.tar.bz2
gitosis-dakkar-c83c23fbaf34bb8d4cdc5f7dc6bffc76165eb880.zip
Update for release v0.2.
-rw-r--r--debian/changelog17
-rwxr-xr-xsetup.py2
2 files changed, 18 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index b113239..2b38c35 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+gitosis (0.2) unstable; urgency=low
+
+ * Fix initial push syntax in README. Needs to say "refs/heads/".
+ * Clean up more files in debian/rules.
+ * Mark the generated egg as non-zip-safe.
+ * Ensure "git init" doesn't write to stdout, and confuse a push.
+ The repository autocreation functionality ends up sending the
+ stdout to the client side, and there a very confused git push
+ can't make any sense of the protocol.
+ * Adjust README to make adduser create the home directory.
+ * Avoid missing configuration file trouble on initial run
+ of gitosis-init (and hence, gitosis-run-hook).
+ * Allow using email address in SSH public key user fields.
+ * Make sure ~git/.ssh exists in gitosis-init.
+
+ -- Tommi Virtanen <tv@debian.org> Mon, 3 Sep 2007 23:28:23 -0700
+
gitosis (0.1) unstable; urgency=low
* Initial Release.
diff --git a/setup.py b/setup.py
index ddca93b..4e82d1d 100755
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ def subdir_contents(path):
setup(
name = "gitosis",
- version = "0.1",
+ version = "0.2",
packages = find_packages(),
author = "Tommi Virtanen",