summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS57
1 files changed, 57 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 28f6161..7242e0d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,60 @@
+0.50 2017-10-16
+
+ * --compiler: Add additional feature test macros.
+ * --misc: Show if running in a virtual machine.
+
+0.49 2017-02-12
+
+ * FreeBSD 11 capsicum fixes.
+ * Fix PROCENV_EXEC_ENV harder.
+
+0.48 2017-01-31
+
+ * Fix makedev(3) compiler error (it's now in sys/sysmacros.h).
+ (thanks Dave Love).
+
+0.47 2017-01-31
+
+ * Fixed hang when using PROCENV_EXEC variable.
+ * Test improvements.
+
+0.46 2016-05-28
+
+ * Fixed --file-append behaviour.
+ * Test improvements.
+ * Added support for Apple OSX (darwin).
+
+0.45 2016-03-21
+
+ * Code restructured internally to simplify maintenance and adding
+ new platforms. See src/platform/README.rst (and README-BUILD.rst).
+
+ * Dropped support for:
+ - kFreeBSD (Debian using a FreeBSD kernel) - defunc project.
+ - Ubuntu Lucid (10.04) - no longer a supported platform.
+
+ * Added support for NetBSD, OpenBSD and Minix 3.
+
+ * --meta: Now shows details of the procenv platform driver being
+ used.
+
+ * --misc now shows "security module" rather than
+ "linux security module".
+
+ * --file-append: new option (env var is "PROCENV_FILE_APPEND")
+ to append to the --file= specified rather than overwriting.
+
+0.44 2016-02-15
+
+ * --cgroup: Handle cgroup2 (cgroups v2).
+
+ * --clocks: now also includes CLOCK_REALTIME_COURSE, CLOCK_REALTIME_HR,
+ CLOCK_MONOTONIC_COURSE, CLOCK_MONOTONIC_RAW and CLOCK_BOOTTIME.
+
+ * --cpu: added I/O priority.
+
+ * Fixed crash if non-output argument specified before "--exec".
+
0.43 2015-11-24
* Namespace fix for non-Linux platforms.