NEWS
changeset 219 0af8ec73cb44
child 220 c7649d76d512
equal deleted inserted replaced
217:32b431977bf9 219:0af8ec73cb44
       
     1 ====================
       
     2 mercurial-server 1.0
       
     3 ====================
       
     4 
       
     5 * Add "env" section to .mercurial-server instead of special-casing HGRCPATH
       
     6 * Control path of authorized keys file in .mercurial_server
       
     7 * Overwrite $HOME with value from /etc/passwd
       
     8 * Fix very out-of-date comments in hg-ssh
       
     9 * Belatedly added NEWS file :-)
       
    10 
       
    11 Upgrading: move the paths/hgrc entry in .mercurial-server to env/HGRCPATH,
       
    12 and add an entry under paths that reads 
       
    13 "authorizedkeys = ~/.ssh/authorized_keys"
       
    14 
       
    15 ====================
       
    16 mercurial-server 0.9
       
    17 ====================
       
    18 
       
    19 * Switch to supporting DESTDIR prefix in Makefile for easier packaging
       
    20 
       
    21 ====================
       
    22 mercurial-server 0.8
       
    23 ====================
       
    24 
       
    25 * Remove .deb-specific stuff in Docbook documentation - let the README
       
    26   handle that stuff. Also fixes bad version numbers in there.
       
    27 * Move html docs into subdirectory
       
    28 * Line wrap README
       
    29 
       
    30 ====================
       
    31 mercurial-server 0.7
       
    32 ====================
       
    33 
       
    34 * Introduce .mercurial-server file for hg user
       
    35 * Remove all restrictions on paths, except for dotfiles in repo paths
       
    36 * Automatically create containing dirs for subdir repos
       
    37 * Guard against repos in repos
       
    38 * Switch to Makefile/setup.py based installer
       
    39 * Switch to Docbook based documentation
       
    40 * Load purge extension for hgadmin repo
       
    41 * Guard against setting up hg user who already has .ssh/authorized_keys
       
    42 * Link to real home page
       
    43 
       
    44 Upgrading: you'll need to create a .mercurial-server file
       
    45 for the hg user - a suitable one is in the init directory.
       
    46 
       
    47 ====================
       
    48 mercurial-server 0.6
       
    49 ====================
       
    50 
       
    51 * Remove hardcoding of init file path in hginit
       
    52 * Switch from /usr/lib to /usr/share
       
    53 * Install documentation
       
    54 * Don't create "hg" user if install root is not root.
       
    55 
       
    56 ====================
       
    57 mercurial-server 0.5
       
    58 ====================
       
    59 
       
    60 * First numbered release
       
    61