aboutsummaryrefslogtreecommitdiff
path: root/maintainer-scripts/ChangeLog
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2015-04-12 20:49:37 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2015-04-12 20:49:37 +0000
commitec17f8267534164fb15b6044528a628b6bbfc3e2 (patch)
treec9b934d91fbf9713dc8612ad51b180d45c763a46 /maintainer-scripts/ChangeLog
parentb8e27798f8236308459ff3e1d41d9d5afa73f315 (diff)
* gcc_release: For RELEASE_MAJOR 5+ only use the major
number in branch name. When doing final release of 5+, if BASE-VER doesn't match release, but is *.*.1 for the one smaller minor version, bump BASE-VER. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@222031 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'maintainer-scripts/ChangeLog')
-rw-r--r--maintainer-scripts/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog
index c69a22ff639..5e152295c52 100644
--- a/maintainer-scripts/ChangeLog
+++ b/maintainer-scripts/ChangeLog
@@ -1,5 +1,10 @@
2015-04-12 Jakub Jelinek <jakub@redhat.com>
+ * gcc_release: For RELEASE_MAJOR 5+ only use the major
+ number in branch name. When doing final release of 5+,
+ if BASE-VER doesn't match release, but is *.*.1 for the
+ one smaller minor version, bump BASE-VER.
+
* crontab: Enable snapshots from gcc-5-branch.
2015-04-07 Gerald Pfeifer <gerald@pfeifer.com>