bump version to 2.0.2 and add release notes
Signed-off-by: Dan Dennedy <dan@dennedy.org>
This commit is contained in:
parent
775c2d6275
commit
cd1fb7cc84
4
NEWS
4
NEWS
|
@ -1,5 +1,9 @@
|
||||||
libraw1394 Release Notes
|
libraw1394 Release Notes
|
||||||
|
|
||||||
|
Version 2.0.2:
|
||||||
|
- Fixed license headers on new files introduced in v2.0.0 to be consistent
|
||||||
|
with LGPL v2.1.
|
||||||
|
|
||||||
Version 2.0.1:
|
Version 2.0.1:
|
||||||
- Optimized usage of /dev/fw? nodes based upon user permissions.
|
- Optimized usage of /dev/fw? nodes based upon user permissions.
|
||||||
- many good bugfixes
|
- many good bugfixes
|
||||||
|
|
|
@ -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.1)
|
AC_INIT(libraw1394, 2.0.2)
|
||||||
AC_CONFIG_SRCDIR(src/raw1394.h)
|
AC_CONFIG_SRCDIR(src/raw1394.h)
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
|
|
||||||
|
|
Reference in New Issue