Fix build due to incomplete tarball.

Signed-off-by: Dan Dennedy <dan@dennedy.org>
This commit is contained in:
Dan Dennedy 2009-06-30 11:12:55 -07:00
parent 569d25b975
commit 269967eda9
4 changed files with 7 additions and 2 deletions

View File

@ -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>

View File

@ -24,4 +24,4 @@ htmldoc:
.PHONY: doc psdoc pdfdoc htmldoc
dist-hook:
git log >$(distdir)/ChangeLog
cd $(distdir) && gitlog2changelog.py && cd -

3
NEWS
View File

@ -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

View File

@ -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)