Imported from libpng-1.4.0beta35.tar
diff --git a/ANNOUNCE b/ANNOUNCE
index f6f1e2a..c70bb20 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,5 +1,5 @@
 
-Libpng 1.4.0beta34 - September 6, 2008
+Libpng 1.4.0beta35 - October 6, 2008
 
 This is not intended to be a public release.  It will be replaced
 within a few weeks by a public version or by another test version.
@@ -9,27 +9,27 @@
 Source files with LF line endings (for Unix/Linux) and with a
 "configure" script
 
-   1.4.0beta34.tar.gz
-   1.4.0beta34.tar.bz2
+   1.4.0beta35.tar.gz
+   1.4.0beta35.tar.bz2
 
 Source files with LF line endings (for Unix/Linux) without the
 "configure" script
 
-   1.4.0beta34-no-config.tar.gz
-   1.4.0beta34-no-config.tar.bz2
+   1.4.0beta35-no-config.tar.gz
+   1.4.0beta35-no-config.tar.bz2
 
 Source files with CRLF line endings (for Windows), without the
 "configure" script
 
-   lp140b34.zip
-   lp140b34.tar.bz2
+   lp140b35.zip
+   lp140b35.tar.bz2
 
 Other information:
 
-   1.4.0beta34-README.txt
-   1.4.0beta34-KNOWNBUGS.txt
-   1.4.0beta34-LICENSE.txt
-   1.4.0beta34-Y2K-compliance.txt
+   1.4.0beta35-README.txt
+   1.4.0beta35-KNOWNBUGS.txt
+   1.4.0beta35-LICENSE.txt
+   1.4.0beta35-Y2K-compliance.txt
 
 Changes since the last public release (1.2.10):
 
@@ -324,7 +324,13 @@
 
 version 1.4.0beta34 [September 6, 2008]
   Shortened tIME_string to 29 bytes in pngtest.c
-  Fixed off-by-one error introduced in in libpng-1.2.30beta04/pngpread.c
+  Fixed off-by-one error introduced in png_push_read_zTXt() function in
+    libpng-1.2.30beta04/pngpread.c (Harald van Dijk)
+
+version 1.4.0beta35 [October 6, 2008]
+  Changed "trans_values" to "trans_color".
+  Change png_set_gray_1_2_4_to_8() to png_set_expand_gray_1_2_4_to_8()
+    in example.c (debian bug report)
 
 version 1.4.0betaN [future]
   Build shared libraries with -lz and sometimes -lm.