diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-02-27T16·18+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-02-27T16·18+0100 |
commit | 0111ba98ea0a91965ebb215b408ee1c10286a245 (patch) | |
tree | 72f93b5fce1cf62f980d18e29ae535c1b0881efe /doc | |
parent | b008674e4616cd2596d8b02273deb52f8bcb7d6c (diff) |
Handle hard links to other files in the output
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/release-notes.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml index 9cbd1fbb869d..513e4f03bc78 100644 --- a/doc/manual/release-notes.xml +++ b/doc/manual/release-notes.xml @@ -8,6 +8,16 @@ <!--==================================================================--> +<section xml:id="ssec-relnotes-1.5"><title>Release 1.5 (February 27, 2013)</title> + +<para>This is a brown paper bag release to fix a regression introduced +by the hard link security fix in 1.4.</para> + +</section> + + +<!--==================================================================--> + <section xml:id="ssec-relnotes-1.4"><title>Release 1.4 (February 26, 2013)</title> <para>This release fixes a security bug in multi-user operation. It |