author | Paul Crowley <paul@lshift.net> |
Fri, 17 Dec 2010 20:54:28 +0000 | |
changeset 276 | cc3dd97f7300 |
parent 275 | 2e781d52f76e |
child 311 | 3cbde66305e4 |
permissions | -rw-r--r-- |
263
9f7ad3a71c90
Bump version number to 1.1; big documentation update; correct dates;
Paul Crowley <paul@lshift.net>
parents:
246
diff
changeset
|
1 |
====================== |
9f7ad3a71c90
Bump version number to 1.1; big documentation update; correct dates;
Paul Crowley <paul@lshift.net>
parents:
246
diff
changeset
|
2 |
mercurial-server 1.1 |
9f7ad3a71c90
Bump version number to 1.1; big documentation update; correct dates;
Paul Crowley <paul@lshift.net>
parents:
246
diff
changeset
|
3 |
====================== |
9f7ad3a71c90
Bump version number to 1.1; big documentation update; correct dates;
Paul Crowley <paul@lshift.net>
parents:
246
diff
changeset
|
4 |
|
275 | 5 |
* Allow subrepo creation |
263
9f7ad3a71c90
Bump version number to 1.1; big documentation update; correct dates;
Paul Crowley <paul@lshift.net>
parents:
246
diff
changeset
|
6 |
* New log filename |
9f7ad3a71c90
Bump version number to 1.1; big documentation update; correct dates;
Paul Crowley <paul@lshift.net>
parents:
246
diff
changeset
|
7 |
* Changed logging format to use JSON/YAML |
9f7ad3a71c90
Bump version number to 1.1; big documentation update; correct dates;
Paul Crowley <paul@lshift.net>
parents:
246
diff
changeset
|
8 |
* Add the source IP address and other info in the SSH_CONNECTION environment variable |
9f7ad3a71c90
Bump version number to 1.1; big documentation update; correct dates;
Paul Crowley <paul@lshift.net>
parents:
246
diff
changeset
|
9 |
* Lock log file |
9f7ad3a71c90
Bump version number to 1.1; big documentation update; correct dates;
Paul Crowley <paul@lshift.net>
parents:
246
diff
changeset
|
10 |
* Make sure authorized_keys file is mode 600 |
274 | 11 |
* Add dev/chroot-test testing code |
276 | 12 |
* Extend documentation |
263
9f7ad3a71c90
Bump version number to 1.1; big documentation update; correct dates;
Paul Crowley <paul@lshift.net>
parents:
246
diff
changeset
|
13 |
|
9f7ad3a71c90
Bump version number to 1.1; big documentation update; correct dates;
Paul Crowley <paul@lshift.net>
parents:
246
diff
changeset
|
14 |
Upgrading: note the changes to the log file format listed above. |
9f7ad3a71c90
Bump version number to 1.1; big documentation update; correct dates;
Paul Crowley <paul@lshift.net>
parents:
246
diff
changeset
|
15 |
|
242
03d8f07230b3
Tidy up file prologues; move credits to CREDITS
Paul Crowley <paul@lshift.net>
parents:
225
diff
changeset
|
16 |
====================== |
03d8f07230b3
Tidy up file prologues; move credits to CREDITS
Paul Crowley <paul@lshift.net>
parents:
225
diff
changeset
|
17 |
mercurial-server 1.0.1 |
03d8f07230b3
Tidy up file prologues; move credits to CREDITS
Paul Crowley <paul@lshift.net>
parents:
225
diff
changeset
|
18 |
====================== |
03d8f07230b3
Tidy up file prologues; move credits to CREDITS
Paul Crowley <paul@lshift.net>
parents:
225
diff
changeset
|
19 |
|
03d8f07230b3
Tidy up file prologues; move credits to CREDITS
Paul Crowley <paul@lshift.net>
parents:
225
diff
changeset
|
20 |
* Fix HGRCPATH brokenness - potential security issue |
03d8f07230b3
Tidy up file prologues; move credits to CREDITS
Paul Crowley <paul@lshift.net>
parents:
225
diff
changeset
|
21 |
* Fix rule matching to properly handle the case where we don't know for sure |
03d8f07230b3
Tidy up file prologues; move credits to CREDITS
Paul Crowley <paul@lshift.net>
parents:
225
diff
changeset
|
22 |
* Fix error in documentation |
246
92cb6640a641
Document the white space change in hg-ssh
Paul Crowley <paul@lshift.net>
parents:
242
diff
changeset
|
23 |
* Remove whitespace around paths, said to help with TortoiseHG |
242
03d8f07230b3
Tidy up file prologues; move credits to CREDITS
Paul Crowley <paul@lshift.net>
parents:
225
diff
changeset
|
24 |
* Small refactor of access.py |
03d8f07230b3
Tidy up file prologues; move credits to CREDITS
Paul Crowley <paul@lshift.net>
parents:
225
diff
changeset
|
25 |
* Tidy up file prologues; move credits to CREDITS |
03d8f07230b3
Tidy up file prologues; move credits to CREDITS
Paul Crowley <paul@lshift.net>
parents:
225
diff
changeset
|
26 |
|
246
92cb6640a641
Document the white space change in hg-ssh
Paul Crowley <paul@lshift.net>
parents:
242
diff
changeset
|
27 |
Upgrading: repositories whose paths begin or end in white space will no longer |
92cb6640a641
Document the white space change in hg-ssh
Paul Crowley <paul@lshift.net>
parents:
242
diff
changeset
|
28 |
be accessible; if they exist they must be moved to new names. |
92cb6640a641
Document the white space change in hg-ssh
Paul Crowley <paul@lshift.net>
parents:
242
diff
changeset
|
29 |
|
219 | 30 |
==================== |
31 |
mercurial-server 1.0 |
|
32 |
==================== |
|
33 |
||
34 |
* Add "env" section to .mercurial-server instead of special-casing HGRCPATH |
|
221 | 35 |
* Switch to remote-hgrc.d directory instead of single file. |
219 | 36 |
* Control path of authorized keys file in .mercurial_server |
37 |
* Overwrite $HOME with value from /etc/passwd |
|
220 | 38 |
* Use Python's ConfigParser instead of too-new mercurial.config |
219 | 39 |
* Fix very out-of-date comments in hg-ssh |
40 |
* Belatedly added NEWS file :-) |
|
41 |
||
42 |
Upgrading: move the paths/hgrc entry in .mercurial-server to env/HGRCPATH, |
|
43 |
and add an entry under paths that reads |
|
225 | 44 |
"authorized_keys = ~/.ssh/authorized_keys" |
219 | 45 |
|
46 |
==================== |
|
47 |
mercurial-server 0.9 |
|
48 |
==================== |
|
49 |
||
50 |
* Switch to supporting DESTDIR prefix in Makefile for easier packaging |
|
51 |
||
52 |
==================== |
|
53 |
mercurial-server 0.8 |
|
54 |
==================== |
|
55 |
||
56 |
* Remove .deb-specific stuff in Docbook documentation - let the README |
|
57 |
handle that stuff. Also fixes bad version numbers in there. |
|
58 |
* Move html docs into subdirectory |
|
59 |
* Line wrap README |
|
60 |
||
61 |
==================== |
|
62 |
mercurial-server 0.7 |
|
63 |
==================== |
|
64 |
||
65 |
* Introduce .mercurial-server file for hg user |
|
66 |
* Remove all restrictions on paths, except for dotfiles in repo paths |
|
67 |
* Automatically create containing dirs for subdir repos |
|
68 |
* Guard against repos in repos |
|
69 |
* Switch to Makefile/setup.py based installer |
|
70 |
* Switch to Docbook based documentation |
|
71 |
* Load purge extension for hgadmin repo |
|
72 |
* Guard against setting up hg user who already has .ssh/authorized_keys |
|
73 |
* Link to real home page |
|
74 |
||
75 |
Upgrading: you'll need to create a .mercurial-server file |
|
76 |
for the hg user - a suitable one is in the init directory. |
|
77 |
||
78 |
==================== |
|
79 |
mercurial-server 0.6 |
|
80 |
==================== |
|
81 |
||
82 |
* Remove hardcoding of init file path in hginit |
|
83 |
* Switch from /usr/lib to /usr/share |
|
84 |
* Install documentation |
|
85 |
* Don't create "hg" user if install root is not root. |
|
86 |
||
87 |
==================== |
|
88 |
mercurial-server 0.5 |
|
89 |
==================== |
|
90 |
||
91 |
* First numbered release |
|
92 |