From 4243e7f781e59657a31b3d0746e36c8b49024dd0 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 23 Mar 2014 17:35:16 +0100 Subject: [PATCH] Release Cubemap 1.0.4. --- NEWS | 10 ++++++++++ version.h | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index bd20431..3d6293e 100644 --- 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. diff --git a/version.h b/version.h index d538c0b..ccc6723 100644 --- 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) -- 2.39.2