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