summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--RELEASE-DATE2
-rw-r--r--VERSION2
-rw-r--r--html/v3.7.0alpha.html9
-rw-r--r--libtiff/tiffvers.h2
5 files changed, 14 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 50eee04b..13241f14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-06-07 Andrey Kiselev <dron@remotesensing.org>
+
+ * libtiff 3.7.0alpha released.
+
2004-06-06 Andrey Kiselev <dron@remotesensing.org>
* libtiff/{tiff.h, tif_dirwrite.c, tif_fax3.c, tif_packbits.c,}: Get rid
diff --git a/RELEASE-DATE b/RELEASE-DATE
index d423ad11..5efc28b9 100644
--- a/RELEASE-DATE
+++ b/RELEASE-DATE
@@ -1 +1 @@
-12/26/2003
+20040607
diff --git a/VERSION b/VERSION
index 9575d51b..677a340c 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.6.1
+3.7.0alpha
diff --git a/html/v3.7.0alpha.html b/html/v3.7.0alpha.html
index 7f32a00b..23616ac5 100644
--- a/html/v3.7.0alpha.html
+++ b/html/v3.7.0alpha.html
@@ -59,7 +59,9 @@ The following information is located here:
<UL>
<li> Get rid of the old configuration system and switch to
GNU autotools.
-
+
+ <li> tiffset: tiffset now can set any libtiff supported tags. Tags
+ can be supplied by the mnemonic name or number.
</UL>
<P><HR WIDTH=65% ALIGN=left>
@@ -172,6 +174,9 @@ The following information is located here:
<A NAME="tools"><B><FONT SIZE=+3>C</FONT>HANGES IN THE TOOLS:</B></A>
<UL>
+ <li> tiffset: tiffset now can set any libtiff supported tags. Tags
+ can be supplied by the mnemonic name or number.
+
<li> ycbcr.c: fixed main() declaration as per:
<a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=513">
http://bugzilla.remotesensing.org/show_bug.cgi?id=513</a>.
@@ -238,7 +243,7 @@ KIT:</B></A>
<HR>
-Last updated $Date: 2004-06-04 15:32:40 $.
+Last updated $Date: 2004-06-06 21:35:53 $.
</BODY>
</HTML>
diff --git a/libtiff/tiffvers.h b/libtiff/tiffvers.h
index 87fc448c..c3a3b73c 100644
--- a/libtiff/tiffvers.h
+++ b/libtiff/tiffvers.h
@@ -6,4 +6,4 @@
* version checking should be done based on the
* string returned by TIFFGetVersion.
*/
-#define TIFFLIB_VERSION 20040420
+#define TIFFLIB_VERSION 20040607