NEWS
author Paul Crowley <paul@lshift.net>
Wed, 02 Dec 2009 17:45:15 +0000
changeset 227 8ce190faa5c2
parent 225 ff08fd5b1a62
child 242 03d8f07230b3
permissions -rw-r--r--
More descriptive name for var describing path to stylesheets

====================
mercurial-server 1.0
====================

* Add "env" section to .mercurial-server instead of special-casing HGRCPATH
* Switch to remote-hgrc.d directory instead of single file.
* Control path of authorized keys file in .mercurial_server
* Overwrite $HOME with value from /etc/passwd
* Use Python's ConfigParser instead of too-new mercurial.config
* 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 
"authorized_keys = ~/.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