]> granicus.if.org Git - postgresql/commitdiff
tag the source tree as REL7_1, renaming the old tag REL7_1_BETA like it REL7_1
authorMarc G. Fournier <scrappy@hub.org>
Fri, 13 Apr 2001 21:21:33 +0000 (21:21 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Fri, 13 Apr 2001 21:21:33 +0000 (21:21 +0000)
should have been done

generate a new Changelog from rc4, which is nice and short ... one python
interface change

tag configure as 7.1, for generating the packages ...

This is it folks ... Release 7.1 is officially here ...

ChangeLogs/ChangeLog-7.1rc4-7.1 [new file with mode: 0644]
configure
configure.in

diff --git a/ChangeLogs/ChangeLog-7.1rc4-7.1 b/ChangeLogs/ChangeLog-7.1rc4-7.1
new file mode 100644 (file)
index 0000000..9c2eb5b
--- /dev/null
@@ -0,0 +1,6 @@
+2001-04-12 05:49  darcy
+
+       * src/interfaces/python/pgdb.py: I just noticed the beta comment. 
+       That's not actually true any more so I removed it.
+
+
index d41bd17305474e6d11f0702890548c9aa7209328..49a3eafe7cecd1f9fd6851c9dac0e391d6251692 100755 (executable)
--- a/configure
+++ b/configure
@@ -609,7 +609,7 @@ ac_config_sub=$ac_aux_dir/config.sub
 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
 
 
-VERSION='7.1rc4'
+VERSION='7.1'
 
 cat >> confdefs.h <<EOF
 #define PG_VERSION "$VERSION"
index 59dbbc9a490491e93589c3c06ea0cb3137daee9b..1919f79336cae0ba586cc36fc58bbc595257ca3a 100644 (file)
@@ -28,7 +28,7 @@ AC_CONFIG_HEADER(src/include/config.h)
 AC_PREREQ(2.13)
 AC_CONFIG_AUX_DIR(config)
 
-VERSION='7.1rc4'
+VERSION='7.1'
 AC_SUBST(VERSION)
 AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION")