Bump to 17.01.1 Release
Change-Id: I023400208df277df6713303452e7089720792214 Signed-off-by: Damjan Marion <damarion@cisco.com>
This commit is contained in:
@ -1,9 +1,18 @@
|
||||
# Release Notes {#release_notes}
|
||||
|
||||
* @subpage release_notes_17011
|
||||
* @subpage release_notes_1701
|
||||
* @subpage release_notes_1609
|
||||
* @subpage release_notes_1606
|
||||
|
||||
@page release_notes_17011 Release notes for VPP 17.01.1
|
||||
|
||||
This is bug fix release.
|
||||
|
||||
For the full list of fixed issues please reffer to:
|
||||
- fd.io [JIRA](https://jira.fd.io)
|
||||
- git [commit log](https://git.fd.io/vpp/log/?h=stable/1701)
|
||||
|
||||
@page release_notes_1701 Release notes for VPP 17.01
|
||||
|
||||
@note This release was for a while known as 16.12.
|
||||
|
@ -68,7 +68,7 @@ install-data-hook:
|
||||
# Java code generation
|
||||
#
|
||||
jvpp_registry_root = ../../vpp-api/java
|
||||
jvpp_registry_version = 17.01
|
||||
jvpp_registry_version = 17.01.1
|
||||
jacl_jarfile = jvpp-acl-$(PACKAGE_VERSION).jar
|
||||
jvpp_package_dir = io/fd/vpp/jvpp/acl
|
||||
jvpp_root = acl/jvpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
AC_INIT(acl_plugin, 17.01)
|
||||
AC_INIT(acl_plugin, 17.01.1)
|
||||
AC_CONFIG_MACRO_DIR([../../vpp-api/java/m4])
|
||||
LT_INIT
|
||||
AM_INIT_AUTOMAKE
|
||||
|
@ -215,7 +215,7 @@ install-data-hook:
|
||||
# Java code generation
|
||||
#
|
||||
jvpp_registry_root = ../../vpp-api/java
|
||||
jvpp_registry_version = 17.01
|
||||
jvpp_registry_version = 17.01.1
|
||||
jioam_trace_jarfile = jvpp-ioam-trace-$(PACKAGE_VERSION).jar
|
||||
jvpp_trace_package_dir = io/fd/vpp/jvpp/ioamtrace
|
||||
jvpp_root = ioam/jvpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
AC_INIT(ioam_plugin, 17.01)
|
||||
AC_INIT(ioam_plugin, 17.01.1)
|
||||
LT_INIT
|
||||
AC_CONFIG_MACRO_DIR([../../vpp-api/java/m4])
|
||||
AM_INIT_AUTOMAKE
|
||||
|
@ -63,7 +63,7 @@ install-data-hook:
|
||||
# Java code generation
|
||||
#
|
||||
jvpp_registry_root = ../../vpp-api/java
|
||||
jvpp_registry_version = 17.01
|
||||
jvpp_registry_version = 17.01.1
|
||||
jsnat_jarfile = jvpp-snat-$(PACKAGE_VERSION).jar
|
||||
jvpp_package_dir = io/fd/vpp/jvpp/snat
|
||||
jvpp_root = snat/jvpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
AC_INIT(snat_plugin, 17.01)
|
||||
AC_INIT(snat_plugin, 17.01.1)
|
||||
AC_CONFIG_MACRO_DIR([../../vpp-api/java/m4])
|
||||
AM_INIT_AUTOMAKE
|
||||
AM_SILENT_RULES([yes])
|
||||
|
@ -1,4 +1,4 @@
|
||||
AC_INIT(jvpp, 17.01)
|
||||
AC_INIT(jvpp, 17.01.1)
|
||||
LT_INIT
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AM_INIT_AUTOMAKE
|
||||
|
Reference in New Issue
Block a user