From 269967eda92848e0053c5b14799b26c743af1c44 Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Tue, 30 Jun 2009 11:12:55 -0700 Subject: [PATCH] Fix build due to incomplete tarball. Signed-off-by: Dan Dennedy --- ChangeLog | 2 ++ Makefile.am | 2 +- NEWS | 3 +++ configure.ac | 2 +- 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 + * ChangeLog: Update ChangeLog from git log. + * NEWS, configure.ac: Bump to v2.0.3 and update release notes. 2009-06-18 Dan Dennedy 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)