5 * Fix HGRCPATH brokenness - potential security issue
6 * Fix rule matching to properly handle the case where we don't know for sure
7 * Fix error in documentation
8 * Remove whitespace around paths, said to help with TortoiseHG
9 * Small refactor of access.py
10 * Tidy up file prologues; move credits to CREDITS
12 Upgrading: repositories whose paths begin or end in white space will no longer
13 be accessible; if they exist they must be moved to new names.
19 * Add "env" section to .mercurial-server instead of special-casing HGRCPATH
20 * Switch to remote-hgrc.d directory instead of single file.
21 * Control path of authorized keys file in .mercurial_server
22 * Overwrite $HOME with value from /etc/passwd
23 * Use Python's ConfigParser instead of too-new mercurial.config
24 * Fix very out-of-date comments in hg-ssh
25 * Belatedly added NEWS file :-)
27 Upgrading: move the paths/hgrc entry in .mercurial-server to env/HGRCPATH,
28 and add an entry under paths that reads
29 "authorized_keys = ~/.ssh/authorized_keys"
35 * Switch to supporting DESTDIR prefix in Makefile for easier packaging
41 * Remove .deb-specific stuff in Docbook documentation - let the README
42 handle that stuff. Also fixes bad version numbers in there.
43 * Move html docs into subdirectory
50 * Introduce .mercurial-server file for hg user
51 * Remove all restrictions on paths, except for dotfiles in repo paths
52 * Automatically create containing dirs for subdir repos
53 * Guard against repos in repos
54 * Switch to Makefile/setup.py based installer
55 * Switch to Docbook based documentation
56 * Load purge extension for hgadmin repo
57 * Guard against setting up hg user who already has .ssh/authorized_keys
58 * Link to real home page
60 Upgrading: you'll need to create a .mercurial-server file
61 for the hg user - a suitable one is in the init directory.
67 * Remove hardcoding of init file path in hginit
68 * Switch from /usr/lib to /usr/share
69 * Install documentation
70 * Don't create "hg" user if install root is not root.
76 * First numbered release