aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Dennedy <dan@dennedy.org>2009-06-30 11:12:55 -0700
committerDan Dennedy <dan@dennedy.org>2009-06-30 11:12:55 -0700
commit269967eda92848e0053c5b14799b26c743af1c44 (patch)
tree0888d8a6ce805999aefc43fcafd639f807279dd6
parent569d25b975c9829824431a5db3aa8ebf3da09b05 (diff)
downloadlibraw1394-269967eda92848e0053c5b14799b26c743af1c44.tar.gz
Fix build due to incomplete tarball.
Signed-off-by: Dan Dennedy <dan@dennedy.org>
-rw-r--r--ChangeLog2
-rw-r--r--Makefile.am2
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
4 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e44676a..6a32958 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2009-06-29 Dan Dennedy <dan@dennedy.org>
+ * ChangeLog: Update ChangeLog from git log.
+
* NEWS, configure.ac: Bump to v2.0.3 and update release notes.
2009-06-18 Dan Dennedy <dan@dennedy.org>
diff --git a/Makefile.am b/Makefile.am
index bf094f0..388a324 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,4 +24,4 @@ htmldoc:
.PHONY: doc psdoc pdfdoc htmldoc
dist-hook:
- git log >$(distdir)/ChangeLog
+ cd $(distdir) && gitlog2changelog.py && cd -
diff --git a/NEWS b/NEWS
index e590e8e..e1364c0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
libraw1394 Release Notes
+Version 2.0.4:
+- Fix build due to incomplete tarball.
+
Version 2.0.3:
- various bug fixes, in particular for firewire stack
diff --git a/configure.ac b/configure.ac
index 0d41a51..6854d16 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# process this file with autoconf to get a configure script
-AC_INIT(libraw1394, 2.0.3)
+AC_INIT(libraw1394, 2.0.4)
AC_CONFIG_SRCDIR(src/raw1394.h)
AM_CONFIG_HEADER(config.h)