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