Show More
@@ -3,6 +3,26 b'' | |||||
3 | Release History |
|
3 | Release History | |
4 | --------------- |
|
4 | --------------- | |
5 |
|
5 | |||
|
6 | v5.11.1 (2024-06-03) | |||
|
7 | ++++++++++++++++++++ | |||
|
8 | ||||
|
9 | Features | |||
|
10 | ^^^^^^^^ | |||
|
11 | ||||
|
12 | ||||
|
13 | Fixes | |||
|
14 | ^^^^^ | |||
|
15 | ||||
|
16 | ||||
|
17 | Chore | |||
|
18 | ^^^^^ | |||
|
19 | ||||
|
20 | **release:** set 5.0.2 as default installation method | |||
|
21 | ||||
|
22 | Docs | |||
|
23 | ^^^^ | |||
|
24 | ||||
|
25 | ||||
6 | v5.11.0 (2024-05-31) |
|
26 | v5.11.0 (2024-05-31) | |
7 | ++++++++++++++++++++ |
|
27 | ++++++++++++++++++++ | |
8 |
|
28 | |||
@@ -18,6 +38,13 b' Fixes' | |||||
18 | * **configuration:** no longer set smtp server as it's leads to email sending error by default |
|
38 | * **configuration:** no longer set smtp server as it's leads to email sending error by default | |
19 | * **nginx:** fixed nginx static data detection and path misconfiguration |
|
39 | * **nginx:** fixed nginx static data detection and path misconfiguration | |
20 |
|
40 | |||
|
41 | Chore | |||
|
42 | ^^^^^ | |||
|
43 | ||||
|
44 | ||||
|
45 | Docs | |||
|
46 | ^^^^ | |||
|
47 | ||||
21 | v5.10.1 (2024-05-23) |
|
48 | v5.10.1 (2024-05-23) | |
22 | ++++++++++++++++++++ |
|
49 | ++++++++++++++++++++ | |
23 |
|
50 |
@@ -7766,7 +7766,7 b' rcstack__completions_parse_requirements() {' | |||||
7766 |
|
7766 | |||
7767 | # :command.initialize |
|
7767 | # :command.initialize | |
7768 | initialize() { |
|
7768 | initialize() { | |
7769 |
version="5.11. |
|
7769 | version="5.11.1" | |
7770 | long_usage='' |
|
7770 | long_usage='' | |
7771 | set -e |
|
7771 | set -e | |
7772 |
|
7772 | |||
@@ -7779,7 +7779,7 b' initialize() {' | |||||
7779 |
|
7779 | |||
7780 | # src/initialize.sh |
|
7780 | # src/initialize.sh | |
7781 |
|
7781 | |||
7782 |
rc_image_ver=5.0. |
|
7782 | rc_image_ver=5.0.2 | |
7783 |
|
7783 | |||
7784 | rhodecode_default_config_path=config/_shared/rhodecode.ini |
|
7784 | rhodecode_default_config_path=config/_shared/rhodecode.ini | |
7785 | vcsserver_default_config_path=config/_shared/vcsserver.ini |
|
7785 | vcsserver_default_config_path=config/_shared/vcsserver.ini |
General Comments 0
You need to be logged in to leave comments.
Login now