[xiph-commits] r17776 - in trunk/oggdsf: . build/NSIS/Release
cristianadam at svn.xiph.org
cristianadam at svn.xiph.org
Tue Jan 11 11:02:02 PST 2011
Author: cristianadam
Date: 2011-01-11 11:02:02 -0800 (Tue, 11 Jan 2011)
New Revision: 17776
Modified:
trunk/oggdsf/ChangeLog.txt
trunk/oggdsf/build/NSIS/Release/build.cmd
trunk/oggdsf/build/NSIS/Release/macros.nsi
trunk/oggdsf/build/NSIS/Release/opencodecs.nsi
Log:
Updated changelog and bumped copyright year.
Modified: trunk/oggdsf/ChangeLog.txt
===================================================================
--- trunk/oggdsf/ChangeLog.txt 2011-01-10 05:04:13 UTC (rev 17775)
+++ trunk/oggdsf/ChangeLog.txt 2011-01-11 19:02:02 UTC (rev 17776)
@@ -1,3 +1,9 @@
+Version 0.85.17776 - 11.01.2011
+
+ * Fixed project configuration which referenced two CRT versions in output binaries.
+ The above issue created faulty binaries for Windows XP and it was due migration
+ to Visual Studio 2008.
+
Version 0.85.17766 - 19.12.2010
* Updated libvpx to 0.9.5 (Aylesbury)
Modified: trunk/oggdsf/build/NSIS/Release/build.cmd
===================================================================
--- trunk/oggdsf/build/NSIS/Release/build.cmd 2011-01-10 05:04:13 UTC (rev 17775)
+++ trunk/oggdsf/build/NSIS/Release/build.cmd 2011-01-11 19:02:02 UTC (rev 17776)
@@ -1,5 +1,5 @@
::---------------------------------------------------------------------------------------------------------------------------------
-:: Copyright (C) 2008 - 2010 Cristian Adam
+:: Copyright (C) 2008 - 2011 Cristian Adam
::---------------------------------------------------------------------------------------------------------------------------------
set COMPILER=VS2008
Modified: trunk/oggdsf/build/NSIS/Release/macros.nsi
===================================================================
--- trunk/oggdsf/build/NSIS/Release/macros.nsi 2011-01-10 05:04:13 UTC (rev 17775)
+++ trunk/oggdsf/build/NSIS/Release/macros.nsi 2011-01-11 19:02:02 UTC (rev 17776)
@@ -1,5 +1,5 @@
;--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-; Copyright (C) 2008 - 2010 Cristian Adam
+; Copyright (C) 2008 - 2011 Cristian Adam
;--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
; Windows Media Player location
Var /GLOBAL WMP_LOCATION_WIN32
Modified: trunk/oggdsf/build/NSIS/Release/opencodecs.nsi
===================================================================
--- trunk/oggdsf/build/NSIS/Release/opencodecs.nsi 2011-01-10 05:04:13 UTC (rev 17775)
+++ trunk/oggdsf/build/NSIS/Release/opencodecs.nsi 2011-01-11 19:02:02 UTC (rev 17776)
@@ -1,6 +1,6 @@
;--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
; Copyright (C) 2005 - 2006 Zentaro Kavanagh
-; Copyright (C) 2008 - 2010 Cristian Adam
+; Copyright (C) 2008 - 2011 Cristian Adam
;
; NSIS install script for opencodecs
;--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
@@ -87,7 +87,7 @@
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "${PRODUCT_NAME}"
VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "${PRODUCT_PUBLISHER}"
VIAddVersionKey /LANG=${LANG_ENGLISH} "Comments" "${PRODUCT_WEB_SITE}"
-VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "Copyright (c) 2008 - 2010 ${PRODUCT_PUBLISHER}"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "Copyright (c) 2008 - 2011 ${PRODUCT_PUBLISHER}"
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalTrademarks" "The Xiph Fish Logo and the Vorbis.com many-fish logos are trademarks (tm) of ${PRODUCT_PUBLISHER}"
; Language Selection Dialog Settings
More information about the commits
mailing list