]> git.sesse.net Git - cubemap/commitdiff
Add NEWS file for upcoming release.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 19 Sep 2013 17:41:33 +0000 (19:41 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 19 Sep 2013 17:41:33 +0000 (19:41 +0200)
NEWS [new file with mode: 0644]

diff --git a/NEWS b/NEWS
new file mode 100644 (file)
index 0000000..21d6694
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,19 @@
+Cubemap 1.0.1, 2013-09-19
+
+ * Added NEWS file.
+
+ * Fix an issue where Cubemap could be slow when /tmp was slow
+   (ie., not on SSD and not on tmpfs), due to high mutex contention.
+
+ * Fix compilation on 32-bit systems.
+
+ * Various packaging fixes and a systemd service unit, contributed
+   by Philipp Kern.
+
+ * Use the new deleted-by-default temporary files if available
+   (Linux 3.11 and above).
+
+
+Cubemap 1.0.0, 2013-08-24
+
+ * Initial release.