From f49a5db1a745e99befbe4c02272e9ffa46b7edf6 Mon Sep 17 00:00:00 2001
From: Laurent Bercot
Date: Tue, 9 Dec 2014 00:12:41 +0000
Subject: Documentation update
---
doc/upgrade.html | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
(limited to 'doc/upgrade.html')
diff --git a/doc/upgrade.html b/doc/upgrade.html
index d78fd8c..71f7456 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -15,20 +15,25 @@
skarnet.org
- Upgrade incompatibilities: notes for developers
+ What has changed in skalibs
- From previous versions to 2.0.0.0
+ in 2.0.0.0
- - The packaging system has changed.
+ - The packaging system has completely changed.
+ - Programs should now link with -lskarnet followed by the appropriate
+sysdeps links.
- No compatibility is ensured. Most APIs haven't changed, but no guarantee
is offered.
- The most important change is probably the disparition of struct tai
and struct taia, replaced with the tai_t and tain_t
types. Attosecond precision has been removed - processor speed is almost capped now,
and it looks like nanosecond precision will be enough for the foreseeable future.
- - Programs should now link with -lskarnet followed by the appropriate
-sysdeps links.
+ - Buffer implementation has changed, and some interfaces too, mainly the
+buffer_flush and bufalloc_flush return code.
+ - skaclient, skalibs' client-server communication suite, has been
+entirely reimplemented: it's now using the new "unixmessage" set of primitives
+for easier fd-passing.