changeset 11565:0bc8e2131356 octave-forge

Prepare release 2.1.1.
author i7tiol
date Mon, 18 Mar 2013 17:17:18 +0000
parents 5a5cacd7131c
children 60b2ba2eb51d
files main/database/DESCRIPTION main/database/NEWS main/database/src/bootstrap main/database/src/configure.ac
diffstat 4 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/main/database/DESCRIPTION	Mon Mar 18 06:30:45 2013 +0000
+++ b/main/database/DESCRIPTION	Mon Mar 18 17:17:18 2013 +0000
@@ -1,5 +1,5 @@
 Name: database
-Version: 2.1.0
+Version: 2.1.1
 Date: 2013-03-18
 Author: Olaf Till <i7tiol@t-online.de>
 Maintainer: Olaf Till <i7tiol@t-online.de>
--- a/main/database/NEWS	Mon Mar 18 06:30:45 2013 +0000
+++ b/main/database/NEWS	Mon Mar 18 17:17:18 2013 +0000
@@ -1,3 +1,10 @@
+database 2.1.1:
+---------------
+
+ ** Account for system-dependence of postgresql include directories.
+
+ ** Work around problem with sequential addpath in 'pkg build'.
+
 database 2.1.0:
 ---------------
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main/database/src/bootstrap	Mon Mar 18 17:17:18 2013 +0000
@@ -0,0 +1,1 @@
+autogen.sh
\ No newline at end of file
--- a/main/database/src/configure.ac	Mon Mar 18 06:30:45 2013 +0000
+++ b/main/database/src/configure.ac	Mon Mar 18 17:17:18 2013 +0000
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.67])
-AC_INIT([database], [2.1.0], [i7tiol@t-online.de])
+AC_INIT([database], [2.1.1], [i7tiol@t-online.de])
 AC_CONFIG_SRCDIR([__pq_connect__.cc])
 
 # Checks for programs.