bump version and add release notes
Signed-off-by: Dan Dennedy <dan@dennedy.org>
This commit is contained in:
parent
8b17c2a49f
commit
d0e4313cb7
4
NEWS
4
NEWS
|
@ -1,5 +1,9 @@
|
||||||
libraw1394 Release Notes
|
libraw1394 Release Notes
|
||||||
|
|
||||||
|
Version 2.0.1:
|
||||||
|
- Optimized usage of /dev/fw? nodes based upon user permissions.
|
||||||
|
- many good bugfixes
|
||||||
|
|
||||||
Version 2.0.0:
|
Version 2.0.0:
|
||||||
- added support for new firewire subsystem.
|
- added support for new firewire subsystem.
|
||||||
- removed deprecated isochronous functions.
|
- removed deprecated isochronous functions.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# process this file with autoconf to get a configure script
|
# process this file with autoconf to get a configure script
|
||||||
|
|
||||||
AC_INIT(libraw1394, 2.0.0)
|
AC_INIT(libraw1394, 2.0.1)
|
||||||
AC_CONFIG_SRCDIR(src/raw1394.h)
|
AC_CONFIG_SRCDIR(src/raw1394.h)
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ AC_C_BIGENDIAN
|
||||||
|
|
||||||
# set the libtool so version numbers
|
# set the libtool so version numbers
|
||||||
lt_major=11
|
lt_major=11
|
||||||
lt_revision=0
|
lt_revision=1
|
||||||
lt_age=0
|
lt_age=0
|
||||||
|
|
||||||
AC_SUBST(lt_major)
|
AC_SUBST(lt_major)
|
||||||
|
|
Reference in New Issue