osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/37559?usp=email )
Change subject: Bump version: 1.5.0.13-b3b2 → 1.6.0 ......................................................................
Bump version: 1.5.0.13-b3b2 → 1.6.0
Change-Id: Ic9f5065885d7d607380a60932dac59b38c54e800 --- A TODO-RELEASE M debian/changelog 2 files changed, 41 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-manuals refs/changes/59/37559/1
diff --git a/TODO-RELEASE b/TODO-RELEASE new file mode 100644 index 0000000..0ed7189 --- /dev/null +++ b/TODO-RELEASE @@ -0,0 +1,9 @@ +# When cleaning up this file: bump API version in corresponding Makefile.am and rename corresponding debian/lib*.install +# according to https://osmocom.org/projects/cellular-infrastructure/wiki/Make_a_new_release +# In short: https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.... +# LIBVERSION=c:r:a +# If the library source code has changed at all since the last update, then increment revision: c:r + 1:a. +# If any interfaces have been added, removed, or changed since the last update: c + 1:0:a. +# If any interfaces have been added since the last public release: c:r:a + 1. +# If any interfaces have been removed or changed since the last public release: c:r:0. +#library what description / commit summary line diff --git a/debian/changelog b/debian/changelog index bcd956b..5692469 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,26 @@ +osmo-gsm-manuals-dev (1.6.0) unstable; urgency=medium + + [ Pau Espin Pedrol ] + * sigtran: Document SCTP INIT VTY parameters + * Update spec reference s/TS 04.08/TS 24.008/ + * gsup.adoc: Update spec reference s/TS 09.60/TS 29.060/ + * gsup: Convert PDP-Type IE to PDP-Address IE + * gsup.adoc: Fix typo + * gsup.adoc: Fix Authentication Info message naming in table + * gsup.adoc: Add links to section of each message type in table + * gsup.adoc: Add conditional 'PDP Info' IE to Auth Info Req + * gsup: Introduce a new PCO IE + * gsup: Document ePDG Tunnel Req/Res/Err + + [ Oliver Smith ] + * build/Makefile.asciidoc: fix GIT_DATE + * Cosmetic: build/Makefile.asciidoc: remove comments + + [ Neels Hofmeyr ] + * add static SS7 routing example to cs7-config.adoc + + -- Oliver Smith osmith@sysmocom.de Wed, 24 Jul 2024 10:32:07 +0200 + osmo-gsm-manuals-dev (1.5.0) unstable; urgency=medium
[ Max ]