From ce3c53647dc249bfb8976ee19313985838a3f5ee Mon Sep 17 00:00:00 2001 From: Marc Munro Date: Mon, 14 Mar 2016 14:21:20 -0700 Subject: [PATCH] Minor updates for version push for Postgres 9.5 support --- src/veil_mainpage.c | 29 ++++++++++++++++++++++++----- src/veil_version.h | 4 ++-- veil.control | 4 ++-- veil_demo.control | 4 ++-- 4 files changed, 30 insertions(+), 11 deletions(-) diff --git a/src/veil_mainpage.c b/src/veil_mainpage.c index 1728b66..e480eda 100644 --- a/src/veil_mainpage.c +++ b/src/veil_mainpage.c @@ -3,7 +3,7 @@ * * Doxygen documentation root for Veil * - * Copyright (c) 2005 - 2015 Marc Munro + * Copyright (c) 2005 - 2016 Marc Munro * Author: Marc Munro * License: BSD * @@ -11,7 +11,7 @@ /*! \mainpage Veil -\version 9.4.1 (Stable)) +\version 9.5.0 (Stable)) \section license License BSD \section intro_sec Introduction @@ -2031,6 +2031,12 @@ Next: \ref History */ /*! \page History History and Compatibility \section past Changes History +\subsection v9_5 Version 9.5.0 (Stable) (2016-03-14) +This version supports PostgreSQL V9.5. + +Only minor updates have been made to the documentation, version info, +and the build system. + \subsection v9_4 Version 9.4.1 (Stable) (2015-11-12) This version supports PostgreSQL V9.4. @@ -2089,13 +2095,14 @@ version, please ask. - + + @@ -2103,6 +2110,7 @@ version, please ask. + @@ -2110,6 +2118,7 @@ version, please ask. + @@ -2117,6 +2126,7 @@ version, please ask. + @@ -2124,6 +2134,15 @@ version, please ask. + + + + + + + + +
Veil versionPostgres VersionPostgres Version
9.1 9.2 9.3 9.49.5
9.1.0 (Stable)Yes - - -
9.2.0 (Stable)Yes - - -
9.3.0 (Stable)- Yes - -
9.4.1 (Stable)- - Yes-
9.5.0 (Stable)- - - - Yes
@@ -2165,8 +2184,8 @@ reproduce the crash from your database session. When the crash occurs, your gdb session will return to you. Now type bt and Enter to get a backtrace. -If you wish to contact the author offlist, you can find him at his website -http://bloodnok.com/Marc.Munro +If you wish to contact the author offlist, you can contact him using +mailto:marc@bloodnok.com Next: \ref Performance diff --git a/src/veil_version.h b/src/veil_version.h index 66f9f14..84ec5a1 100644 --- a/src/veil_version.h +++ b/src/veil_version.h @@ -2,7 +2,7 @@ * @file veil_version.h * \code * Author: Marc Munro - * Copyright (c) 2005 - 2015 Marc Munro + * Copyright (c) 2005 - 2016 Marc Munro * License: BSD * * \endcode @@ -13,7 +13,7 @@ /** The version number for this version of veil */ -#define VEIL_VERSION "9.4.1" +#define VEIL_VERSION "9.5.0" /** The version number suffix, indicating stability. */ #define VEIL_VERSION_INFO "Stable" diff --git a/veil.control b/veil.control index 801b46d..b5a860d 100644 --- a/veil.control +++ b/veil.control @@ -2,13 +2,13 @@ # # Postgres extension control file for Veil # -# Copyright (c) 2011 - 2015 Marc Munro +# Copyright (c) 2011 - 2016 Marc Munro # Author: Marc Munro # License: BSD # directory = 'extension' -default_version = '9.4.1' +default_version = '9.5.1' module_pathname = '$libdir/veil' superuser = true relocatable = false diff --git a/veil_demo.control b/veil_demo.control index b3a7777..0d2c01d 100644 --- a/veil_demo.control +++ b/veil_demo.control @@ -2,13 +2,13 @@ # # Postgres extension control file for veil_demo # -# Copyright (c) 2011 - 2014 Marc Munro +# Copyright (c) 2011 - 2016 Marc Munro # Author: Marc Munro # License: BSD # directory = 'extension' -default_version = '9.3.0' +default_version = '9.5.1' superuser = true relocatable = false requires = veil -- 2.39.5