Bump version number and summarize new features in 1.16.
authorCary Coutant <ccoutant@gmail.com>
Sat, 23 Jun 2018 07:46:13 +0000 (00:46 -0700)
committerCary Coutant <ccoutant@gmail.com>
Sat, 23 Jun 2018 07:46:13 +0000 (00:46 -0700)
gold/
* version.cc (version_string): Bump to 1.16.
* NEWS: Add new features in 1.16.

gold/ChangeLog
gold/NEWS
gold/version.cc

index 1e64eb6e02d100396e5db8610d364b3e442bf117..4288a264d5731a17ec197c3455a1514b6dad4fe5 100644 (file)
@@ -1,3 +1,8 @@
+2018-06-23  Cary Coutant  <ccoutant@gmail.com>
+
+       * version.cc (version_string): Bump to 1.16.
+       * NEWS: Add new features in 1.16.
+
 2018-06-23  Cary Coutant  <ccoutant@gmail.com>
 
        PR gold/22914
index 024e850621b468837b2dcb5fde033f1dad8f5436..c94acb64f5cc70d5dbcafcb16ce9a0d15865c463 100644 (file)
--- a/gold/NEWS
+++ b/gold/NEWS
@@ -1,3 +1,21 @@
+Changes in 1.16:
+
+* Improve warning messages for relocations that refer to discarded sections.
+
+* Add --debug=plugin option for easier debugging of plugin-related problems.
+
+* Add -z keep_text_section_prefix option.
+
+* Add support for R_AARCH64_TLSLE_LDST8_TPREL_LO12, etc., relocations
+  (Aarch64 only).
+
+* Update configuration to enable plugins and threads automatically.
+
+* Add support for .note.gnu.property sections (from Linux ABI extensions).
+
+* Add support for Intel Indirect Branch Tracking (IBT) and Shadow Stack
+  (x86-64 only).
+
 Changes in 1.15:
 
 * Add support for .MIPS.options sections (MIPS only).
index e6d3e2659420acadd9d6eb804a1af39e248e5e7a..515bb782e19ff24f3c74e0c991b099a231a2c337 100644 (file)
@@ -36,7 +36,7 @@ namespace gold
 // version number from configure.ac.  But it's easier to just change
 // this file for now.
 
-static const char* version_string = "1.15";
+static const char* version_string = "1.16";
 
 // Report version information.