docs: added release notes for 4.5.2
This commit is contained in:
parent
aa31ed8515
commit
f2c69b9701
3 changed files with 49 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ done = false
|
|||
done = true
|
||||
|
||||
[task:rc_tools_pinned]
|
||||
done = true
|
||||
|
||||
[task:fixes_on_stable]
|
||||
|
||||
|
|
@ -13,6 +14,7 @@ done = true
|
|||
[task:changelog_updated]
|
||||
|
||||
[task:generate_api_docs]
|
||||
done = true
|
||||
|
||||
[release]
|
||||
state = in_progress
|
||||
|
|
|
|||
46
docs/release-notes/release-notes-4.5.2.rst
Normal file
46
docs/release-notes/release-notes-4.5.2.rst
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
|RCE| 4.5.2 |RNS|
|
||||
-----------------
|
||||
|
||||
Release Date
|
||||
^^^^^^^^^^^^
|
||||
|
||||
- 2016-12-19
|
||||
|
||||
|
||||
New Features
|
||||
^^^^^^^^^^^^
|
||||
|
||||
|
||||
|
||||
General
|
||||
^^^^^^^
|
||||
|
||||
- Github authentication: no longer require repository permissions when
|
||||
connecting RhodeCode account with Github login.
|
||||
- Api: added new function get_repo_refs. This was accidentally exposed in our
|
||||
documentation as valid function, but wasn't implemented. This function is now
|
||||
backported from next major release due the documentation issues.
|
||||
|
||||
|
||||
Security
|
||||
^^^^^^^^
|
||||
|
||||
|
||||
|
||||
Performance
|
||||
^^^^^^^^^^^
|
||||
|
||||
|
||||
|
||||
Fixes
|
||||
^^^^^
|
||||
|
||||
- Api: Fixed a regression in API validation on create_* functions.
|
||||
Before this fix it always converted given data to lowercase.
|
||||
- System info: fixed reporting of free inodes as taken.
|
||||
|
||||
|
||||
Upgrade notes
|
||||
^^^^^^^^^^^^^
|
||||
|
||||
|
||||
|
|
@ -9,6 +9,7 @@ Release Notes
|
|||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
release-notes-4.5.2.rst
|
||||
release-notes-4.5.1.rst
|
||||
release-notes-4.5.0.rst
|
||||
release-notes-4.4.2.rst
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue