diff options
-rw-r--r-- | lib/megaco/doc/src/Makefile | 2 | ||||
-rw-r--r-- | lib/megaco/doc/src/notes.xml | 12 | ||||
-rw-r--r-- | lib/megaco/vsn.mk | 4 |
3 files changed, 12 insertions, 6 deletions
diff --git a/lib/megaco/doc/src/Makefile b/lib/megaco/doc/src/Makefile index 537d34441d..2355a1b8b9 100644 --- a/lib/megaco/doc/src/Makefile +++ b/lib/megaco/doc/src/Makefile @@ -107,7 +107,7 @@ INDEX_SRC = $(INDEX_FILE).src INDEX_TARGET = $(DOCDIR)/$(INDEX_FILE) STANDARD_DIR = ../standard - $(STANDARD_DIR)/rfc3525.txt \ +STANDARDS = $(STANDARD_DIR)/rfc3525.txt \ $(STANDARD_DIR)/rfc4234.txt \ $(STANDARD_DIR)/rfc4566.txt \ $(STANDARD_DIR)/implementors_guide_v10-13.pdf diff --git a/lib/megaco/doc/src/notes.xml b/lib/megaco/doc/src/notes.xml index 61f3611029..59b1e59ce9 100644 --- a/lib/megaco/doc/src/notes.xml +++ b/lib/megaco/doc/src/notes.xml @@ -36,9 +36,9 @@ section is the version number of Megaco.</p> <section> - <title>Megaco 3.13.0.2</title> + <title>Megaco 3.13.1</title> - <p>Version 3.13.0.2 supports code replacement in runtime from/to + <p>Version 3.13.1 supports code replacement in runtime from/to version 3.13, 3.12 and 3.11.3.</p> <section> @@ -50,6 +50,12 @@ <list type="bulleted"> <item> + <p>Various changes to configure and makefile(s) to facilitate cross + compilation. </p> + <p>Own Id: OTP-8323</p> + </item> + + <item> <p>Added a help target in the test Makefile to explain the most useful make targets, used when testing the application using the test-server provided with megaco.</p> @@ -75,7 +81,7 @@ </section> - </section> <!-- 3.13.0.2 --> + </section> <!-- 3.13.1 --> <section> diff --git a/lib/megaco/vsn.mk b/lib/megaco/vsn.mk index 9e4ae4d242..4a80c19500 100644 --- a/lib/megaco/vsn.mk +++ b/lib/megaco/vsn.mk @@ -19,10 +19,10 @@ APPLICATION = megaco MEGACO_VSN = 3.13.1 -PRE_VSN =-p01 +PRE_VSN =-p02 APP_VSN = "$(APPLICATION)-$(MEGACO_VSN)$(PRE_VSN)" -TICKETS = OTP-8317 OTP-8362 +TICKETS = OTP-8317 OTP-8323 OTP-8362 TICKETS_3_13 = OTP-8205 OTP-8239 OTP-8249 |