summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dan Dennedy 2009-01-14 21:34:04 -0800
committerGravatar Dan Dennedy 2009-01-14 21:34:04 -0800
commitd0e4313cb7893dc5f3f34cbe02dc376093889b9b (patch)
treec939cfcfd5c118c25603d6eeb86698a15da52401
parentSet errno = ENOSYS in unimplemented functions (diff)
bump version and add release notesv2.0.1
Signed-off-by: Dan Dennedy <dan@dennedy.org>
-rw-r--r--NEWS4
-rw-r--r--configure.ac4
2 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 05dde40..0cf96a0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
libraw1394 Release Notes
+Version 2.0.1:
+- Optimized usage of /dev/fw? nodes based upon user permissions.
+- many good bugfixes
+
Version 2.0.0:
- added support for new firewire subsystem.
- removed deprecated isochronous functions.
diff --git a/configure.ac b/configure.ac
index 8b9f8ee..91def19 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.0)
+AC_INIT(libraw1394, 2.0.1)
AC_CONFIG_SRCDIR(src/raw1394.h)
AM_CONFIG_HEADER(config.h)
@@ -17,7 +17,7 @@ AC_C_BIGENDIAN
# set the libtool so version numbers
lt_major=11
-lt_revision=0
+lt_revision=1
lt_age=0
AC_SUBST(lt_major)