Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-06-23 17:49:34 +0300
committerStan Hu <stanhu@gmail.com>2015-06-23 17:49:34 +0300
commit711e55198ec042a6ffea0c0ae4902186c585b50d (patch)
tree253ea3a2a8c127325c2dd63f505ae772c013d3a3
parentd5ed8a42ef1dd79b5801de52e6455c946ae3ded5 (diff)
Fix CHANGELOG
-rw-r--r--CHANGELOG8
1 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a7bb4e9f25c..92d00789c99 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,6 @@
Please view this file on the master branch, on stable branches it's out of date.
v 7.13.0 (unreleased)
- - Fix error when deleting a user who has projects (Stan Hu)
- Update maintenance documentation to explain no need to recompile asssets for omnibus installations (Stan Hu)
- Support commenting on diffs in side-by-side mode (Stan Hu)
- Fix JavaScript error when clicking on the comment button on a diff line that has a comment already (Stan Hu)
@@ -11,10 +10,13 @@ v 7.13.0 (unreleased)
- Update ssl_ciphers in Nginx example to remove DHE settings. This will deny forward secrecy for Android 2.3.7, Java 6 and OpenSSL 0.9.8
- Convert CRLF newlines to LF when committing using the web editor.
-v 7.12.0 (unreleased)
+v 7.12.1 (unreleased)
+ - Fix error when deleting a user who has projects (Stan Hu)
+ - Fix post-receive errors on a push when an external issue tracker is configured (Stan Hu)
+
+v 7.12.0
- Fix Error 500 when one user attempts to access a personal, internal snippet (Stan Hu)
- Disable changing of target branch in new merge request page when a branch has already been specified (Stan Hu)
- - Fix post-receive errors on a push when an external issue tracker is configured (Stan Hu)
- Update oauth button logos for Twitter and Google to recommended assets
- Fix hooks for web based events with external issue references (Daniel Gerhardt)
- Update browser gem to version 0.8.0 for IE11 support (Stan Hu)