From 12347601ba76606dba8fb7fd415fd6fac98d74bb Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Sat, 21 Nov 2009 02:05:05 -0600 Subject: libxml2.so.2 was missing from Linux viewer manifest. --- ChangeLog.txt | 7 +++++++ linden/indra/newview/viewer_manifest.py | 1 + 2 files changed, 8 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 9a56462..f2a493c 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,10 @@ +2009-11-21 Jacek Antonelli + + * libxml2.so.2 was missing from Linux viewer manifest. + + modified: linden/indra/newview/viewer_manifest.py + + =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- =- 1.2.0 -= =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py index e729db0..a914550 100755 --- a/linden/indra/newview/viewer_manifest.py +++ b/linden/indra/newview/viewer_manifest.py @@ -797,6 +797,7 @@ class Linux_i686Manifest(LinuxManifest): self.path("libSDL-1.2.so.0") self.path("libELFIO.so") self.path("libopenjpeg.so.1.3.0", "libopenjpeg.so.1.3") + self.path("libxml2.so.2") self.path("libz.so.1") # OpenAL -- cgit v1.1 From a4ce57f37184473fa6fff07c592c2f7712f048b4 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Wed, 25 Nov 2009 18:06:02 -0600 Subject: Fixed Linux's gstreamer, gstreamer-plugins, and liboil. Compiled with the correct version of glibc. --- ChangeLog.txt | 8 ++++++++ linden/install.xml | 12 ++++++------ 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index f2a493c..c95e342 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,11 @@ +2009-11-25 Jacek Antonelli + + * Fixed Linux's gstreamer, gstreamer-plugins, and liboil. + Compiled with the correct version of glibc. + + modified: linden/install.xml + + 2009-11-21 Jacek Antonelli * libxml2.so.2 was missing from Linux viewer manifest. diff --git a/linden/install.xml b/linden/install.xml index 877aca9..11b3b53 100644 --- a/linden/install.xml +++ b/linden/install.xml @@ -587,9 +587,9 @@ linux md5sum - 605ecd92affb57ed3c70f7564b8bc6b5 + 2cd3f6499f8444f1d119d097e4047252 url - http://imprudenceviewer.org/download/libs/gstreamer-0.10.24-linux-20091115.tar.bz2 + http://imprudenceviewer.org/download/libs/gstreamer-0.10.24-linux-20091125.tar.bz2 windows @@ -616,9 +616,9 @@ linux md5sum - 627aef3c307aed6d2c013bdfa11bb0af + 62b96bb2721798958743d92a403d122a url - http://imprudenceviewer.org/download/libs/gstreamer-plugins-linux-20091115.tar.bz2 + http://imprudenceviewer.org/download/libs/gstreamer-plugins-linux-20091125.tar.bz2 windows @@ -825,9 +825,9 @@ Portions copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura linux md5sum - 5ab0f986317b1a5c4f1682ad1972c318 + 85219034b4e4c17e792f8bb54a1973f7 url - http://imprudenceviewer.org/download/libs/liboil-0.3.16-linux-20091118.tar.bz2 + http://imprudenceviewer.org/download/libs/liboil-0.3.16-linux-20091125.tar.bz2 -- cgit v1.1 From 4633284f00ac19537c7f6ada1d3f17af3e9bb376 Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Wed, 25 Nov 2009 19:36:27 -0700 Subject: Updated windows openal libs to openal-soft 1.10.622 --- ChangeLog.txt | 6 ++++++ linden/install.xml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 9a56462..7ad6e58 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,9 @@ +2009-11-25 McCabe Maxsted + + * Updated windows openal libs to openal-soft 1.10.622. + + modified: linden/install.xml + =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- =- 1.2.0 -= =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- diff --git a/linden/install.xml b/linden/install.xml index 877aca9..1660614 100644 --- a/linden/install.xml +++ b/linden/install.xml @@ -1179,9 +1179,9 @@ Copyright (C) 2004-2005 Vladimir Berezniker @ http://public.xdi.org/=vmpn windows md5sum - 7c33758dc0a047c244de03133dd76c2a + 3dc9b085b2a1b23501396ef9a87a393e url - http://imprudence.s3.amazonaws.com/extras/openal-soft-1.6.372-windows-01262009.tar.bz2 + http://imprudenceviewer.org/download/libs/openal-soft-1.10.622-windows-20091124.tar.bz2 -- cgit v1.1 From d96a5d6dde3acd0d1b7cff1a18308226d5ee6f5b Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Wed, 25 Nov 2009 19:57:37 -0700 Subject: Updated version to 1.2.1 --- ChangeLog.txt | 9 +++++++++ linden/indra/llcommon/llversionviewer.h | 2 +- linden/indra/newview/English.lproj/InfoPlist.strings | 4 ++-- linden/indra/newview/Info-Imprudence.plist | 2 +- linden/indra/newview/res/viewerRes.rc | 4 ++-- 5 files changed, 15 insertions(+), 6 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index f45cfde..7bd94a5 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -5,6 +5,15 @@ 2009-11-25 McCabe Maxsted + * Updated version to 1.2.1. + + modified: ChangeLog.txt + modified: linden/indra/llcommon/llversionviewer.h + modified: linden/indra/newview/English.lproj/InfoPlist.strings + modified: linden/indra/newview/Info-Imprudence.plist + modified: linden/indra/newview/res/viewerRes.rc + + * Updated windows openal libs to openal-soft 1.10.622. modified: linden/install.xml diff --git a/linden/indra/llcommon/llversionviewer.h b/linden/indra/llcommon/llversionviewer.h index 43a4038..8de0a00 100644 --- a/linden/indra/llcommon/llversionviewer.h +++ b/linden/indra/llcommon/llversionviewer.h @@ -44,7 +44,7 @@ const char * const IMP_VIEWER_NAME = "Imprudence"; const S32 IMP_VERSION_MAJOR = 1; const S32 IMP_VERSION_MINOR = 2; -const S32 IMP_VERSION_PATCH = 0; +const S32 IMP_VERSION_PATCH = 1; const char * const IMP_VERSION_TEST = ""; #endif diff --git a/linden/indra/newview/English.lproj/InfoPlist.strings b/linden/indra/newview/English.lproj/InfoPlist.strings index 2657d6f..3b90609 100644 --- a/linden/indra/newview/English.lproj/InfoPlist.strings +++ b/linden/indra/newview/English.lproj/InfoPlist.strings @@ -1,5 +1,5 @@ /* Localized versions of Info.plist keys */ CFBundleName = "Imprudence"; -CFBundleShortVersionString = "Imprudence version 1.2.0"; -CFBundleGetInfoString = "Imprudence version 1.2.0"; +CFBundleShortVersionString = "Imprudence version 1.2.1"; +CFBundleGetInfoString = "Imprudence version 1.2.1"; diff --git a/linden/indra/newview/Info-Imprudence.plist b/linden/indra/newview/Info-Imprudence.plist index 42164c6..affdb57 100644 --- a/linden/indra/newview/Info-Imprudence.plist +++ b/linden/indra/newview/Info-Imprudence.plist @@ -32,7 +32,7 @@ CFBundleVersion - 1.2.0 + 1.2.1 CSResourcesFileMapped diff --git a/linden/indra/newview/res/viewerRes.rc b/linden/indra/newview/res/viewerRes.rc index 3e65203..ff3849f 100644 --- a/linden/indra/newview/res/viewerRes.rc +++ b/linden/indra/newview/res/viewerRes.rc @@ -249,11 +249,11 @@ BEGIN BEGIN VALUE "CompanyName", "Imprudence Viewer Project" VALUE "FileDescription", "Imprudence" - VALUE "FileVersion", "1.2.0" + VALUE "FileVersion", "1.2.1" VALUE "InternalName", "Imprudence" VALUE "OriginalFilename", "Imprudence.exe" VALUE "ProductName", "Imprudence" - VALUE "ProductVersion", "1.2.0" + VALUE "ProductVersion", "1.2.1" END END BLOCK "VarFileInfo" -- cgit v1.1 From 1e0087825ec68d401aa37fe0c9f92ac4568ea404 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Wed, 25 Nov 2009 21:43:35 -0600 Subject: Imprudence 1.2.1 released. --- RELEASE_NOTES.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 50e3bb2..263899c 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -4,6 +4,31 @@ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- + =- 1.2.1 -= + =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- + + Imprudence 1.2.1 is a small bugfix release, which updates and fixes + some libraries that are distributed with Imprudence. + + Please see the Imprudence 1.2.0 Release Notes for information about + the changes in Imprudence 1.2. + + + CHANGES + + * Updated OpenAL on Windows to fix error messages flooding the + logs. + + * Recompiled GStreamer, GStreamer plugins, and liboil on Linux, + to use the correct version of glibc. + + * libxml2 is now distributed with Imprudence on Linux. It was + accidently left out of past releases. + + + + + =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- =- 1.2.0 -= =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -- cgit v1.1