Fix build due to incomplete tarball.
Signed-off-by: Dan Dennedy <dan@dennedy.org>
This commit is contained in:
parent
569d25b975
commit
269967eda9
|
@ -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>
|
||||
|
|
|
@ -24,4 +24,4 @@ htmldoc:
|
|||
.PHONY: doc psdoc pdfdoc htmldoc
|
||||
|
||||
dist-hook:
|
||||
git log >$(distdir)/ChangeLog
|
||||
cd $(distdir) && gitlog2changelog.py && cd -
|
||||
|
|
3
NEWS
3
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
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Reference in New Issue