From: Steinar H. Gunderson Date: Sun, 23 Mar 2014 16:35:16 +0000 (+0100) Subject: Release Cubemap 1.0.4. X-Git-Tag: 1.0.4 X-Git-Url: https://git.sesse.net/?p=cubemap;a=commitdiff_plain;h=4243e7f781e59657a31b3d0746e36c8b49024dd0;hp=99b7dfe076577261c3e6093d75714f75425880d5 Release Cubemap 1.0.4. --- 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)