diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2009-03-17 21:36:21 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2009-03-17 21:36:21 +0000 |
commit | 029348cff90e7d6d7e2ccd135de3720eabf7dac2 (patch) | |
tree | 4355dd5f4302877f39424dda3dd6bc6b95232178 | |
parent | 97e7f635adce94fa544535d7285aee11dd644e14 (diff) | |
download | postgresql-029348cff90e7d6d7e2ccd135de3720eabf7dac2.tar.gz postgresql-029348cff90e7d6d7e2ccd135de3720eabf7dac2.zip |
Add just-assigned CVE number to release notes for recent security issue.
-rw-r--r-- | doc/src/sgml/release.sgml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 370d68811a6..653402247c0 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.590 2009/03/12 22:35:48 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.591 2009/03/17 21:36:21 tgl Exp $ --> <!-- Typical markup: @@ -107,6 +107,7 @@ do it for earlier branch release files. error. The solution therefore is to disable translation and encoding conversion and report the plain-ASCII form of any error message, if we find we have gotten into a recursive error reporting situation. + (CVE-2009-0922) </para> </listitem> @@ -4585,6 +4586,7 @@ current_date < 2017-11-17 error. The solution therefore is to disable translation and encoding conversion and report the plain-ASCII form of any error message, if we find we have gotten into a recursive error reporting situation. + (CVE-2009-0922) </para> </listitem> @@ -9384,6 +9386,7 @@ current_date < 2017-11-17 error. The solution therefore is to disable translation and encoding conversion and report the plain-ASCII form of any error message, if we find we have gotten into a recursive error reporting situation. + (CVE-2009-0922) </para> </listitem> @@ -13699,6 +13702,7 @@ psql -t -f fixseq.sql db1 | psql -e db1 error. The solution therefore is to disable translation and encoding conversion and report the plain-ASCII form of any error message, if we find we have gotten into a recursive error reporting situation. + (CVE-2009-0922) </para> </listitem> @@ -18257,6 +18261,7 @@ typedefs (Michael)</para></listitem> error. The solution therefore is to disable translation and encoding conversion and report the plain-ASCII form of any error message, if we find we have gotten into a recursive error reporting situation. + (CVE-2009-0922) </para> </listitem> |