]> git.sesse.net Git - cubemap/commitdiff
Release Cubemap 1.0.4. 1.0.4
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 23 Mar 2014 16:35:16 +0000 (17:35 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 23 Mar 2014 16:35:16 +0000 (17:35 +0100)
NEWS
version.h

diff --git a/NEWS b/NEWS
index bd204311c235e1d9d3049c30b8d02dc7e878c4b3..3d6293ecc33e041e2fa5c4db031b468d2d7ba0a2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Cubemap 1.0.4, 2014-03-23
+
+  * Fix a segfault on reload that was introduced in 1.0.2.
+
+  * Remove the Metacube VLC patch, as it is now upstream.
+
+  * Always compile with large file support, which works around
+    a blocking issue with 32-bit x86.
+
+
 Cubemap 1.0.3, 2014-02-06
 
   * Fix a compilation error with newer glibc.
index d538c0b3e2d9ee6042e72647349bf7a8e1a8a283..ccc67233c25af3794478b6f9dacc4b3686bb1d98 100644 (file)
--- a/version.h
+++ b/version.h
@@ -3,7 +3,7 @@
 
 // Version number. Don't expect this to change all that often.
 
-#define SERVER_VERSION "1.0.4-pre"
+#define SERVER_VERSION "1.0.4"
 #define SERVER_IDENTIFICATION "Cubemap/" SERVER_VERSION
 
 #endif  // !defined(_VERSION_H)