From b92ea63417bc6933393a3c285faf393b3d287ac2 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 12 Dec 2011 18:14:34 +0100 Subject: Prepare release --- lib/gs/doc/src/notes.xml | 26 +++++++++++++++++++++++++- lib/gs/vsn.mk | 2 +- 2 files changed, 26 insertions(+), 2 deletions(-) (limited to 'lib/gs') diff --git a/lib/gs/doc/src/notes.xml b/lib/gs/doc/src/notes.xml index f56f9ea6ec..cd63104346 100644 --- a/lib/gs/doc/src/notes.xml +++ b/lib/gs/doc/src/notes.xml @@ -30,7 +30,31 @@

This document describes the changes made to the GS application.

-
GS 1.5.14 +
GS 1.5.15 + +
Improvements and New Features + + +

Erlang/OTP can now be built using parallel make if you + limit the number of jobs, for instance using 'make + -j6' or 'make -j10'. 'make -j' does not + work at the moment because of some missing + dependencies.

+

+ Own Id: OTP-9451

+
+ +

+ Eliminate use of deprecated regexp module

+

+ Own Id: OTP-9810

+
+
+
+ +
+ +
GS 1.5.14
Fixed Bugs and Malfunctions diff --git a/lib/gs/vsn.mk b/lib/gs/vsn.mk index 4894c6c13a..41a2561809 100644 --- a/lib/gs/vsn.mk +++ b/lib/gs/vsn.mk @@ -1,2 +1,2 @@ -GS_VSN = 1.5.14 +GS_VSN = 1.5.15 -- cgit v1.2.3