Show More
@@ -0,0 +1,66 b'' | |||||
|
1 | |RCE| 4.9.0 |RNS| | |||
|
2 | ----------------- | |||
|
3 | ||||
|
4 | Release Date | |||
|
5 | ^^^^^^^^^^^^ | |||
|
6 | ||||
|
7 | - 2017-08-12 | |||
|
8 | ||||
|
9 | ||||
|
10 | New Features | |||
|
11 | ^^^^^^^^^^^^ | |||
|
12 | ||||
|
13 | ||||
|
14 | ||||
|
15 | General | |||
|
16 | ^^^^^^^ | |||
|
17 | ||||
|
18 | - Off cycle Minor release to fix SCM vulnerabilities. | |||
|
19 | ||||
|
20 | ||||
|
21 | Security | |||
|
22 | ^^^^^^^^ | |||
|
23 | ||||
|
24 | - security(critical): Bumped GIT to 2.9.5 fixes CVE-2017-1000117 | |||
|
25 | https://www.mail-archive.com/linux-kernel@vger.kernel.org/msg1466490.html | |||
|
26 | - security(critical): Bumped SVN to 1.9.7 fixes CVE-2017-9800 | |||
|
27 | https://subversion.apache.org/security/CVE-2017-9800-advisory.txt | |||
|
28 | - security(critical): Bumped Mercurial to 4.2.3 fixes CVE-2017-1000116 | |||
|
29 | https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_4.3_.282017-08-10.29 | |||
|
30 | ||||
|
31 | ||||
|
32 | Performance | |||
|
33 | ^^^^^^^^^^^ | |||
|
34 | ||||
|
35 | - Fixed Mercurial Stream support for very large repositories. Due to discovered | |||
|
36 | bug in WebOb library we manage to fix Mercurial stream support. | |||
|
37 | Now cloning very large repos e.g 100GB, ~1mln commits should be much | |||
|
38 | faster, and use less memory. | |||
|
39 | ||||
|
40 | ||||
|
41 | Fixes | |||
|
42 | ^^^^^ | |||
|
43 | ||||
|
44 | - Fixed problem with default-reviewers in EE package that was missing panel | |||
|
45 | title and in some occasions generate 500 errors. | |||
|
46 | - Fixed problem with potential URL generation inside our integration. | |||
|
47 | This was introduced during pyramid porting. We know ensure that proper | |||
|
48 | routing generation is done on all events. | |||
|
49 | ||||
|
50 | ||||
|
51 | Upgrade notes | |||
|
52 | ^^^^^^^^^^^^^ | |||
|
53 | ||||
|
54 | ||||
|
55 | - The 4.9.0 release is an off-cycle release. Due to the fact that we needed to | |||
|
56 | bump Mercurial from 4.1.X to 4.2.X, and Subversion from 1.9.4 to 1.9.7, we | |||
|
57 | released this version not as 4.8.1 security bug fix but 4.9.0. | |||
|
58 | We know historically that SVN and Mercurial can have internal api changes. | |||
|
59 | We tested basic functionality for all 3 vcs-es but due to very short release | |||
|
60 | time we were unable to test everything. Please report any found problems to us | |||
|
61 | and we'll for sure address them. | |||
|
62 | ||||
|
63 | Note to SVN users: Please make sure to upgrade mod_dav to 1.9.7 version. | |||
|
64 | At this time we know Wandisco provides 1.9.7 packages for most major distros. | |||
|
65 | ||||
|
66 |
@@ -19,3 +19,4 b' 2be921e01fa24bb102696ada596f87464c3666f6' | |||||
19 | 7198bdec29c2872c974431d55200d0398354cdb1 v4.7.1 |
|
19 | 7198bdec29c2872c974431d55200d0398354cdb1 v4.7.1 | |
20 | bd1c8d230fe741c2dfd7100a0ef39fd0774fd581 v4.7.2 |
|
20 | bd1c8d230fe741c2dfd7100a0ef39fd0774fd581 v4.7.2 | |
21 | 9731914f89765d9628dc4dddc84bc9402aa124c8 v4.8.0 |
|
21 | 9731914f89765d9628dc4dddc84bc9402aa124c8 v4.8.0 | |
|
22 | c5a2b7d0e4bbdebc4a62d7b624befe375207b659 v4.9.0 |
@@ -15,7 +15,21 b' Prerequisites' | |||||
15 | ``Apache HTTP Server`` and ``mod_dav_svn``. |
|
15 | ``Apache HTTP Server`` and ``mod_dav_svn``. | |
16 |
|
16 | |||
17 |
|
17 | |||
18 | Using Ubuntu 14.04 Distribution as an example execute the following: |
|
18 | .. tip:: | |
|
19 | ||||
|
20 | We recommend using Wandisco repositories which provide latest SVN versions | |||
|
21 | for most platforms. Below is example how to add the wandisco repositories | |||
|
22 | for Ubuntu. | |||
|
23 | ||||
|
24 | .. code-block:: bash | |||
|
25 | ||||
|
26 | $ sudo sh -c 'echo "deb http://opensource.wandisco.com/ubuntu `lsb_release -cs` svn19" >> /etc/apt/sources.list.d/subversion19.list' | |||
|
27 | $ sudo wget -q http://opensource.wandisco.com/wandisco-debian.gpg -O- | sudo apt-key add - | |||
|
28 | $ sudo apt-get update | |||
|
29 | ||||
|
30 | ||||
|
31 | Using Ubuntu 14.04/16.04 Distribution as an example execute the following to | |||
|
32 | install required components: | |||
19 |
|
33 | |||
20 | .. code-block:: bash |
|
34 | .. code-block:: bash | |
21 |
|
35 | |||
@@ -67,6 +81,9 b' 1. To configure Apache, create and edit ' | |||||
67 | DocumentRoot /var/www/html |
|
81 | DocumentRoot /var/www/html | |
68 | ErrorLog ${'${APACHE_LOG_DIR}'}/error.log |
|
82 | ErrorLog ${'${APACHE_LOG_DIR}'}/error.log | |
69 | CustomLog ${'${APACHE_LOG_DIR}'}/access.log combined |
|
83 | CustomLog ${'${APACHE_LOG_DIR}'}/access.log combined | |
|
84 | LogLevel info | |||
|
85 | # allows custom host names, prevents 400 errors on checkout | |||
|
86 | HttpProtocolOptions Unsafe | |||
70 | Include /home/user/.rccontrol/enterprise-1/mod_dav_svn.conf |
|
87 | Include /home/user/.rccontrol/enterprise-1/mod_dav_svn.conf | |
71 | </VirtualHost> |
|
88 | </VirtualHost> | |
72 |
|
89 |
@@ -9,6 +9,7 b' Release Notes' | |||||
9 | .. toctree:: |
|
9 | .. toctree:: | |
10 | :maxdepth: 1 |
|
10 | :maxdepth: 1 | |
11 |
|
11 | |||
|
12 | release-notes-4.9.0.rst | |||
12 | release-notes-4.8.0.rst |
|
13 | release-notes-4.8.0.rst | |
13 | release-notes-4.7.2.rst |
|
14 | release-notes-4.7.2.rst | |
14 | release-notes-4.7.1.rst |
|
15 | release-notes-4.7.1.rst |
@@ -21,6 +21,9 b'' | |||||
21 | # DocumentRoot /var/www/html |
|
21 | # DocumentRoot /var/www/html | |
22 | # ErrorLog ${'${APACHE_LOG_DIR}'}/error.log |
|
22 | # ErrorLog ${'${APACHE_LOG_DIR}'}/error.log | |
23 | # CustomLog ${'${APACHE_LOG_DIR}'}/access.log combined |
|
23 | # CustomLog ${'${APACHE_LOG_DIR}'}/access.log combined | |
|
24 | # LogLevel info | |||
|
25 | # # allows custom host names, prevents 400 errors on checkout | |||
|
26 | # HttpProtocolOptions Unsafe | |||
24 | # Include /path/to/generated/mod_dav_svn.conf |
|
27 | # Include /path/to/generated/mod_dav_svn.conf | |
25 | # </VirtualHost> |
|
28 | # </VirtualHost> | |
26 | # |
|
29 | # |
General Comments 0
You need to be logged in to leave comments.
Login now