gold/
* NEWS: Add new features in 1.15.
* version.cc (version_string): Bump to 1.15.
-2018-01-12 Sterling Augustine <saugustine@google.com>
+2018-01-12 Cary Coutant <ccoutant@gmail.com>
+
+ * NEWS: Add new features in 1.15.
+ * version.cc (version_string): Bump to 1.15.
+
+2018-01-12 Sterling Augustine <saugustine@google.com>
* cref.cc (Cref_inputs::Cref_table_compare::operator): Add
conditionals and calls to is_forwarder.
+Changes in 1.15:
+
+* Add support for .MIPS.options sections (MIPS only).
+
+* Add support for compound relocations (MIPS only).
+
+* Add --emit-stub-syms, --no-tls-optimize, --tls-get-addr-optimize options
+ (PowerPC only).
+
+* Add -z text-unlikely-segment option.
+
+* Add plugin support for adding new input files (LDPT_REGISTER_NEW_INPUT_HOOK).
+
Changes in 1.14:
* Add -z bndplt option (x86-64 only) to support Intel MPX.
// version number from configure.ac. But it's easier to just change
// this file for now.
-static const char* version_string = "1.14";
+static const char* version_string = "1.15";
// Report version information.