author | Paul Crowley <paul@lshift.net> |
Tue, 06 Sep 2011 11:39:49 +0100 | |
changeset 315 | 30d35aed0ae2 |
parent 311 | 3cbde66305e4 |
child 323 | 8c833ceda65a |
permissions | -rw-r--r-- |
315 | 1 |
==================== |
2 |
mercurial-server 1.2 |
|
3 |
==================== |
|
4 |
||
5 |
* Fix error in security code ruleset.py |
|
6 |
* Mercurial 1.9 compatibility |
|
7 |
* Compatibility with older versions of Python |
|
8 |
* Allow MQ repositories to be pushed/pulled |
|
9 |
* Testing and whitespace fixes |
|
10 |
||
11 |
Upgrading: if you need MQ compatibility, copy in the "[exceptions]" stanza |
|
12 |
from the default dot-mercurial-server file. |
|
13 |
||
14 |
==================== |
|
263
9f7ad3a71c90
Bump version number to 1.1; big documentation update; correct dates;
Paul Crowley <paul@lshift.net>
parents:
246
diff
changeset
|
15 |
mercurial-server 1.1 |
315 | 16 |
==================== |
263
9f7ad3a71c90
Bump version number to 1.1; big documentation update; correct dates;
Paul Crowley <paul@lshift.net>
parents:
246
diff
changeset
|
17 |
|
275 | 18 |
* 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
|
19 |
* New log filename |
9f7ad3a71c90
Bump version number to 1.1; big documentation update; correct dates;
Paul Crowley <paul@lshift.net>
parents:
246
diff
changeset
|
20 |
* 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
|
21 |
* 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
|
22 |
* Lock log file |
9f7ad3a71c90
Bump version number to 1.1; big documentation update; correct dates;
Paul Crowley <paul@lshift.net>
parents:
246
diff
changeset
|
23 |
* Make sure authorized_keys file is mode 600 |
274 | 24 |
* Add dev/chroot-test testing code |
276 | 25 |
* Extend documentation |
263
9f7ad3a71c90
Bump version number to 1.1; big documentation update; correct dates;
Paul Crowley <paul@lshift.net>
parents:
246
diff
changeset
|
26 |
|
9f7ad3a71c90
Bump version number to 1.1; big documentation update; correct dates;
Paul Crowley <paul@lshift.net>
parents:
246
diff
changeset
|
27 |
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
|
28 |
|
242
03d8f07230b3
Tidy up file prologues; move credits to CREDITS
Paul Crowley <paul@lshift.net>
parents:
225
diff
changeset
|
29 |
====================== |
03d8f07230b3
Tidy up file prologues; move credits to CREDITS
Paul Crowley <paul@lshift.net>
parents:
225
diff
changeset
|
30 |
mercurial-server 1.0.1 |
03d8f07230b3
Tidy up file prologues; move credits to CREDITS
Paul Crowley <paul@lshift.net>
parents:
225
diff
changeset
|
31 |
====================== |
03d8f07230b3
Tidy up file prologues; move credits to CREDITS
Paul Crowley <paul@lshift.net>
parents:
225
diff
changeset
|
32 |
|
03d8f07230b3
Tidy up file prologues; move credits to CREDITS
Paul Crowley <paul@lshift.net>
parents:
225
diff
changeset
|
33 |
* Fix HGRCPATH brokenness - potential security issue |
03d8f07230b3
Tidy up file prologues; move credits to CREDITS
Paul Crowley <paul@lshift.net>
parents:
225
diff
changeset
|
34 |
* 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
|
35 |
* Fix error in documentation |
246
92cb6640a641
Document the white space change in hg-ssh
Paul Crowley <paul@lshift.net>
parents:
242
diff
changeset
|
36 |
* 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
|
37 |
* Small refactor of access.py |
03d8f07230b3
Tidy up file prologues; move credits to CREDITS
Paul Crowley <paul@lshift.net>
parents:
225
diff
changeset
|
38 |
* 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
|
39 |
|
246
92cb6640a641
Document the white space change in hg-ssh
Paul Crowley <paul@lshift.net>
parents:
242
diff
changeset
|
40 |
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
|
41 |
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
|
42 |
|
219 | 43 |
==================== |
44 |
mercurial-server 1.0 |
|
45 |
==================== |
|
46 |
||
47 |
* Add "env" section to .mercurial-server instead of special-casing HGRCPATH |
|
221 | 48 |
* Switch to remote-hgrc.d directory instead of single file. |
219 | 49 |
* Control path of authorized keys file in .mercurial_server |
50 |
* Overwrite $HOME with value from /etc/passwd |
|
220 | 51 |
* Use Python's ConfigParser instead of too-new mercurial.config |
219 | 52 |
* Fix very out-of-date comments in hg-ssh |
53 |
* Belatedly added NEWS file :-) |
|
54 |
||
55 |
Upgrading: move the paths/hgrc entry in .mercurial-server to env/HGRCPATH, |
|
311 | 56 |
and add an entry under paths that reads |
225 | 57 |
"authorized_keys = ~/.ssh/authorized_keys" |
219 | 58 |
|
59 |
==================== |
|
60 |
mercurial-server 0.9 |
|
61 |
==================== |
|
62 |
||
63 |
* Switch to supporting DESTDIR prefix in Makefile for easier packaging |
|
64 |
||
65 |
==================== |
|
66 |
mercurial-server 0.8 |
|
67 |
==================== |
|
68 |
||
69 |
* Remove .deb-specific stuff in Docbook documentation - let the README |
|
70 |
handle that stuff. Also fixes bad version numbers in there. |
|
71 |
* Move html docs into subdirectory |
|
72 |
* Line wrap README |
|
73 |
||
74 |
==================== |
|
75 |
mercurial-server 0.7 |
|
76 |
==================== |
|
77 |
||
78 |
* Introduce .mercurial-server file for hg user |
|
79 |
* Remove all restrictions on paths, except for dotfiles in repo paths |
|
80 |
* Automatically create containing dirs for subdir repos |
|
81 |
* Guard against repos in repos |
|
82 |
* Switch to Makefile/setup.py based installer |
|
83 |
* Switch to Docbook based documentation |
|
84 |
* Load purge extension for hgadmin repo |
|
85 |
* Guard against setting up hg user who already has .ssh/authorized_keys |
|
86 |
* Link to real home page |
|
87 |
||
88 |
Upgrading: you'll need to create a .mercurial-server file |
|
89 |
for the hg user - a suitable one is in the init directory. |
|
90 |
||
91 |
==================== |
|
92 |
mercurial-server 0.6 |
|
93 |
==================== |
|
94 |
||
95 |
* Remove hardcoding of init file path in hginit |
|
96 |
* Switch from /usr/lib to /usr/share |
|
97 |
* Install documentation |
|
98 |
* Don't create "hg" user if install root is not root. |
|
99 |
||
100 |
==================== |
|
101 |
mercurial-server 0.5 |
|
102 |
==================== |
|
103 |
||
104 |
* First numbered release |