summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar ddennedy 2004-11-11 03:19:09 +0000
committerGravatar ddennedy 2004-11-11 03:19:09 +0000
commit940fabaf397c9bc9b6b5457bab45ef9913513248 (patch)
tree410e4911c9e9b32b4c8520e29be72e05a086d476 /NEWS
parentrevert kernel protocol version (diff)
reorganize and update documentation; fix compiler warning
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@144 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c971bec..34aa442 100644
--- a/NEWS
+++ b/NEWS
@@ -5,12 +5,15 @@ Version 1.1.0:
numbers changed to reflect a new interface that is not backwards compatible!
- added raw1394_arm_set_buf() and raw1394_arm_get_buf() functions.
- added raw1394_new_handle_on_port() to make initialization simpler.
-- new, consistent versioning scheme. 1.0.0 was reported by pkg-config in 0.10
- series; hence, 1.1.0 in this release.
+- make versioning consistent and updated. 1.0.0 was reported by pkg-config in
+ 0.10 series; hence, 1.1.0 in this release.
- removed outdated, bogus "linking required only" version symbols in
version.c - use pkg-config now.
- dropped libraw1394.m4 - use pkg-config now.
- added RPM spec file.
+- deprecate old isochronous API.
+- move API comment documentation to header and reformat header comments as
+ kernel-doc (use linux/scripts/kernel-doc to extract and format them).
Version 0.10: