NEWS
author Paul Crowley <paul@lshift.net>
Wed Jan 27 17:02:43 2010 +0000 (6 weeks ago)
changeset 253 f0630151e057
parent 24203d8f07230b3
permissions -rw-r--r--
Add Waldemar Augustyn to CREDITS
     1 ======================
     2 mercurial-server 1.0.1
     3 ======================
     4 
     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
    11 
    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.
    14 
    15 ====================
    16 mercurial-server 1.0
    17 ====================
    18 
    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 :-)
    26 
    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"
    30 
    31 ====================
    32 mercurial-server 0.9
    33 ====================
    34 
    35 * Switch to supporting DESTDIR prefix in Makefile for easier packaging
    36 
    37 ====================
    38 mercurial-server 0.8
    39 ====================
    40 
    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
    44 * Line wrap README
    45 
    46 ====================
    47 mercurial-server 0.7
    48 ====================
    49 
    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
    59 
    60 Upgrading: you'll need to create a .mercurial-server file
    61 for the hg user - a suitable one is in the init directory.
    62 
    63 ====================
    64 mercurial-server 0.6
    65 ====================
    66 
    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.
    71 
    72 ====================
    73 mercurial-server 0.5
    74 ====================
    75 
    76 * First numbered release
    77