aboutsummaryrefslogtreecommitdiff
path: root/lib/libxo/xo_config.h
diff options
context:
space:
mode:
authorPhil Shafer <phil@FreeBSD.org>2017-08-03 15:47:42 +0000
committerPhil Shafer <phil@FreeBSD.org>2017-08-03 15:47:42 +0000
commitfd5e3f3ec6c6248e892c9e7b2f17da3bfe7b6837 (patch)
treeabb95fd2932530e897254fcba8741923253fb6ce /lib/libxo/xo_config.h
parent5762d1b11d2a6f5faaaa68431d3b6c66bae142e3 (diff)
parent76c53ac649e0dd82edd30b02b182d19fd1f4fceb (diff)
downloadsrc-fd5e3f3ec6c6248e892c9e7b2f17da3bfe7b6837.tar.gz
src-fd5e3f3ec6c6248e892c9e7b2f17da3bfe7b6837.zip
Update from libxo-0.8.1 to 0.8.4:
0.8.4: - void anchor width optimization when we have a custom formatter (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221130) - make "{[:/18}" do the right thing (also allows "{[:/%s}", wide ? 40 : 10) - Can't skip anchor formatting in non-display styles - add test case for {[:/18} - add upload-xohtml-files to 'make upload' 0.8.3: - xohtml: Add "-w" option to pull support files from gh_pages - Add "upload-xohtml-files" target to publish support files in gh_pages/ - add HISTORY/AUTHORS section to man pages 0.8.2: - xohtml: Add div.units as standard CSS text - Don't treat values as format strings; they are not - add "-p" to "mkdir -p build" in setup.sh - add test case for {U:%%} (from df.c) - detect end-of-string in '%' and '' escaping - make xo_simple_field, for common simple cases - xohtml: nuke "n" in "echo" commands - rename "format" to "fmt" for consistency; same for "str" to "value" Submitted by: phil
Notes
Notes: svn path=/head/; revision=322019
Diffstat (limited to 'lib/libxo/xo_config.h')
-rw-r--r--lib/libxo/xo_config.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libxo/xo_config.h b/lib/libxo/xo_config.h
index e9536ea1b69e..045474238e07 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.1"
+#define LIBXO_VERSION "0.8.4"
/* Version number extra information */
#define LIBXO_VERSION_EXTRA ""
/* Version number as a number */
-#define LIBXO_VERSION_NUMBER 8001
+#define LIBXO_VERSION_NUMBER 8004
/* Version number as string */
-#define LIBXO_VERSION_STRING "8001"
+#define LIBXO_VERSION_STRING "8004"
/* 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.1"
+#define PACKAGE_STRING "libxo 0.8.4"
/* 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.1"
+#define PACKAGE_VERSION "0.8.4"
/* 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.1"
+#define VERSION "0.8.4"
/* Retain hash bucket size */
/* #undef XO_RETAIN_SIZE */