summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar aeb 2000-11-24 01:11:24 +0000
committerGravatar aeb 2000-11-24 01:11:24 +0000
commitf1b4b5e18fe07a2c8418f5382cc753c11d426208 (patch)
tree1492d56c67ab4996bebe6488ee3b979955e83318
parentAdded libraw1394.postinst.in to list of distributed files. (diff)
Bump up version numbers for release.
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@44 53a565d1-3bb7-0310-b661-cf11e63c67ab
-rw-r--r--configure.in6
-rw-r--r--debian/changelog8
2 files changed, 11 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index fdc0870..eac20ef 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
# process this file with autoconf to get a configure script
AC_INIT(Makefile.am)
-AM_INIT_AUTOMAKE(libraw1394, 0.7)
+AM_INIT_AUTOMAKE(libraw1394, 0.8)
AM_CONFIG_HEADER(config.h)
AC_PROG_CC
@@ -11,9 +11,9 @@ AC_PROG_INSTALL
AC_CHECK_SIZEOF(void *, 8)
# set the libtool so version numbers
-lt_major=4
+lt_major=5
lt_revision=0
-lt_age=0
+lt_age=1
AC_SUBST(lt_major)
AC_SUBST(lt_revision)
diff --git a/debian/changelog b/debian/changelog
index d5d7b82..d4f41f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libraw1394 (0.8) unstable; urgency=low
+
+ * New libraw1394 release.
+ * ldconfig is done in postinst (now lintian clean).
+ * /dev/raw1394 is created if it doesn't exist.
+
+ -- Andreas Bombe <andreas.bombe@munich.netsurf.de> Fri, 24 Nov 2000 02:06:08 +0100
+
libraw1394 (0.7) unstable; urgency=low
* First unofficial Debian release.
th='13' height='13' alt='Gravatar' /> anonymous 1-1/+1 git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@97 53a565d1-3bb7-0310-b661-cf11e63c67ab 2002-12-20dmaas - renamed exported arm definitions into the raw1394_ namespace; ↵Gravatar anonymous 3-124/+48 brought kernel-raw1394.h back in sync with the kernel version git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@96 53a565d1-3bb7-0310-b661-cf11e63c67ab 2002-12-16rawiso updates:Gravatar dmaas 3-18/+25 - changed return type of rawiso xmit/recv handlers from int to enum raw1394_iso_disposition - added an ioctl (RAW1394_ISO_QUEUE_ACTIVITY) to force an ISO_ACTIVITY event into the queue. This is needed for handling RAW1394_ISO_DEFER, to kick us out of the next read() instead of sleeping forever. - removed references to "8-byte" isochronous header - this is an OHCI-specific implementation detail git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@95 53a565d1-3bb7-0310-b661-cf11e63c67ab 2002-11-18fix cplusplus extern C blockGravatar ddennedy 1-4/+4 git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@94 53a565d1-3bb7-0310-b661-cf11e63c67ab 2002-11-18merged rawiso branchGravatar ddennedy 7-6/+488 git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@93 53a565d1-3bb7-0310-b661-cf11e63c67ab