aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS30
1 files changed, 29 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 92d3e5f..4c413ec 100644
--- a/NEWS
+++ b/NEWS
@@ -1 +1,29 @@
-read the ChangeLog
+sandbox-1.3.0
+
+- new wrappers for functions:
+ faccessat
+ fchmodat
+ fchownat
+ futimesat
+ linkat
+ lutimes
+ mkdirat
+ mkfifoat
+ mknodat
+ openat64
+ openat
+ renameat
+ symlinkat
+ unlinkat
+ utime
+ utimensat
+ utimes
+
+- warn whenever a static ELF is executed (since we can't wrap it)
+
+- internal I/O functions for libsandbox for reliable output
+
+- internal memory functions to avoid crashing with applications that implement
+ their own sets
+
+- a lot of source code cleanups