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