From 285b5bdd6f16238545d07bd6c030da3bbabe4279 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Fri, 22 Sep 2006 03:04:23 +0000
Subject: [PATCH] Update release notes to be current as of CVS today.

---
 doc/src/sgml/release.sgml | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index 613677b1f5..c920a5759f 100644
--- a/doc/src/sgml/release.sgml
+++ b/doc/src/sgml/release.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.449 2006/09/22 01:52:27 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.450 2006/09/22 03:04:23 momjian Exp $ -->
 <!--
 
 Typical markup:
@@ -29,7 +29,7 @@ For new features, add links to the documentation sections.
    <note>
     <title>Release date</title>
     <simpara>2005-1?-??</simpara>
-    <para>CURRENT AS OF 2006-09-18</>
+    <para>CURRENT AS OF 2006-09-21</>
    </note>
 
    <sect2>
@@ -1147,6 +1147,17 @@ For new features, add links to the documentation sections.
        </para>
       </listitem>
 
+      <listitem>
+       <para>
+        Provide advisory locking functionality (Abhijit Menon-Sen, Tom)
+       </para>
+
+       <para>
+        This is a new locking API compared to what used to be in /contrib.
+        The /contrib code is now on pgfoundry.
+       </para>
+      </listitem>
+
       <listitem>
        <para>
         Allow <command>COPY</> to dump a <command>SELECT</> query
-- 
2.40.0