# HG changeset patch # User Paul Crowley # Date 1258460121 0 # Node ID 0af8ec73cb44974aebd6b1094152358d0fde2b19 # Parent 32b431977bf9de141f5f82e04c549347338ad527 Add NEWS file diff -r 32b431977bf9 -r 0af8ec73cb44 NEWS --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/NEWS Tue Nov 17 12:15:21 2009 +0000 @@ -0,0 +1,61 @@ +==================== +mercurial-server 1.0 +==================== + +* Add "env" section to .mercurial-server instead of special-casing HGRCPATH +* Control path of authorized keys file in .mercurial_server +* Overwrite $HOME with value from /etc/passwd +* Fix very out-of-date comments in hg-ssh +* Belatedly added NEWS file :-) + +Upgrading: move the paths/hgrc entry in .mercurial-server to env/HGRCPATH, +and add an entry under paths that reads +"authorizedkeys = ~/.ssh/authorized_keys" + +==================== +mercurial-server 0.9 +==================== + +* Switch to supporting DESTDIR prefix in Makefile for easier packaging + +==================== +mercurial-server 0.8 +==================== + +* Remove .deb-specific stuff in Docbook documentation - let the README + handle that stuff. Also fixes bad version numbers in there. +* Move html docs into subdirectory +* Line wrap README + +==================== +mercurial-server 0.7 +==================== + +* Introduce .mercurial-server file for hg user +* Remove all restrictions on paths, except for dotfiles in repo paths +* Automatically create containing dirs for subdir repos +* Guard against repos in repos +* Switch to Makefile/setup.py based installer +* Switch to Docbook based documentation +* Load purge extension for hgadmin repo +* Guard against setting up hg user who already has .ssh/authorized_keys +* Link to real home page + +Upgrading: you'll need to create a .mercurial-server file +for the hg user - a suitable one is in the init directory. + +==================== +mercurial-server 0.6 +==================== + +* Remove hardcoding of init file path in hginit +* Switch from /usr/lib to /usr/share +* Install documentation +* Don't create "hg" user if install root is not root. + +==================== +mercurial-server 0.5 +==================== + +* First numbered release +