aboutsummaryrefslogtreecommitdiff
path: root/lib/libxo
diff options
context:
space:
mode:
authorPhil Shafer <phil@FreeBSD.org>2018-05-23 01:20:31 +0000
committerPhil Shafer <phil@FreeBSD.org>2018-05-23 01:20:31 +0000
commit983afe3373c427a080f06dccec820b20891be186 (patch)
tree425344408bd2356a036155b28d987ebc88d02167 /lib/libxo
parent96e47614f918bae072c393e30ee2e60275fc112c (diff)
parentb7a4d12840ce37071dcb3d02a60d63721eae59ad (diff)
downloadsrc-983afe3373c427a080f06dccec820b20891be186.tar.gz
src-983afe3373c427a080f06dccec820b20891be186.zip
Import libxo-0.9.0:
- Add xo_format_is_numeric() with improved logic to decide if format strings are numeric, so json output quotes them - Convert docs to sphinx/rst - update tests Includes fix for PR 221676: https://github.com/Juniper/libxo/commit/27d3021cc3cc8cfbe9ddee5930cd7a9afea8f68f#diff-5a0d468963477f7daedb8308c219dd80 PR: 221676 MFC after: 5 days
Notes
Notes: svn path=/head/; revision=334068
Diffstat (limited to 'lib/libxo')
-rw-r--r--lib/libxo/add.man4
-rw-r--r--lib/libxo/xo_config.h12
2 files changed, 8 insertions, 8 deletions
diff --git a/lib/libxo/add.man b/lib/libxo/add.man
index 9c2e1fe125c5..83726d75ce90 100644
--- a/lib/libxo/add.man
+++ b/lib/libxo/add.man
@@ -3,10 +3,10 @@
.Fx
uses
.Nm libxo
-version 0.8.4.
+version 0.9.0.
Complete documentation can be found on github:
.Bd -literal -offset indent
-http://juniper.github.io/libxo/0.8.4/libxo\-manual.html
+http://juniper.github.io/libxo/0.9.0/libxo\-manual.html
.Ed
.Pp
.Nm libxo
diff --git a/lib/libxo/xo_config.h b/lib/libxo/xo_config.h
index 045474238e07..e7ef55d378c6 100644
--- a/lib/libxo/xo_config.h
+++ b/lib/libxo/xo_config.h
@@ -183,16 +183,16 @@
/* #undef LIBXO_TEXT_ONLY */
/* Version number as dotted value */
-#define LIBXO_VERSION "0.8.4"
+#define LIBXO_VERSION "0.9.0"
/* Version number extra information */
#define LIBXO_VERSION_EXTRA ""
/* Version number as a number */
-#define LIBXO_VERSION_NUMBER 8004
+#define LIBXO_VERSION_NUMBER 9000
/* Version number as string */
-#define LIBXO_VERSION_STRING "8004"
+#define LIBXO_VERSION_STRING "9000"
/* Enable local wcwidth implementation */
#define LIBXO_WCWIDTH 1
@@ -210,7 +210,7 @@
#define PACKAGE_NAME "libxo"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "libxo 0.8.4"
+#define PACKAGE_STRING "libxo 0.9.0"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "libxo"
@@ -219,7 +219,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.8.4"
+#define PACKAGE_VERSION "0.9.0"
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
@@ -236,7 +236,7 @@
/* #undef USE_INT_RETURN_CODES */
/* Version number of package */
-#define VERSION "0.8.4"
+#define VERSION "0.9.0"
/* Retain hash bucket size */
/* #undef XO_RETAIN_SIZE */