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