diff --git a/changelog.txt b/changelog.txt index 6b30cb68..4391feac 100644 --- a/changelog.txt +++ b/changelog.txt @@ -6,6 +6,17 @@ ¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤ +[1.1.6 - April 14, 2011] + +* Synced to MPlayer r33122 +* Fixed an issue with music playlist queuing +* Fixed an issue playing a music playlist with a picture slideshow +* Fixed a bug that caused some MMS streams not to work +* Fixed a bug that caused WiiMC to crash with a malformed restore_points file +* Added a setting to write a debug log to SD - set "debug" to "1" +* Video rendering corrections and optimizations +* Translation updates + [1.1.5 - March 25, 2011] * Synced to MPlayer r33036 diff --git a/source/mplayer/osdep/gx_supp.c b/source/mplayer/osdep/gx_supp.c index 798c407c..bfaf8c18 100644 --- a/source/mplayer/osdep/gx_supp.c +++ b/source/mplayer/osdep/gx_supp.c @@ -3,9 +3,8 @@ * softdev 2007 * dhewg 2008 * sepp256 2008-2010 - Coded YUV->RGB conversion in TEV -* Contains some improvements by Extrems -* Tantric / rodries 2009-2010 - rewritten using threads, with GUI overlaid -* Extrems 2009-2011 +* Extrems 2009-2011 +* Tantric / rodries 2009-2011 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/source/wiimc.cpp b/source/wiimc.cpp index ab44293c..219dc13c 100644 --- a/source/wiimc.cpp +++ b/source/wiimc.cpp @@ -505,8 +505,8 @@ bool InitMPlayer() setenv("DVDREAD_VERBOSE", "0", 1); setenv("DVDCSS_RAW_DEVICE", "/dev/di", 1); - char agent[15]; - sprintf(agent, "%s/%s", APPNAME, APPVERSION); + char agent[30]; + sprintf(agent, "%s/%s (IOS%d)", APPNAME, APPVERSION, IOS_GetVersion()); network_useragent = mem2_strdup(agent, MEM2_OTHER); // create mplayer thread @@ -704,7 +704,7 @@ int main(int argc, char *argv[]) MPlayerMenu(); } - + // application exiting StopGX(); UnmountAllDevices(); diff --git a/source/wiimc.h b/source/wiimc.h index 37fe9df6..d45e291c 100644 --- a/source/wiimc.h +++ b/source/wiimc.h @@ -12,7 +12,7 @@ #include "network.h" #define APPNAME "WiiMC" -#define APPVERSION "1.1.5" +#define APPVERSION "1.1.6" #define APPFOLDER "wiimc" enum { diff --git a/update.xml b/update.xml index 539260e4..b1956e3b 100644 --- a/update.xml +++ b/update.xml @@ -1,4 +1,4 @@ - - + +