aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ChangeLog.txt
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-09-17 00:52:17 -0700
committerMcCabe Maxsted2009-09-17 00:52:17 -0700
commitf4c717d32135460f0fe07a77643f974dcc4f143d (patch)
treec49d4d68be0fa815589a0e2ed4c07466c638cce4 /ChangeLog.txt
parentApplied patch by Aleric Inglewood for VWR-13996 - avatars using 1.22 complete... (diff)
parentFixed stream info not updating (diff)
downloadmeta-impy-f4c717d32135460f0fe07a77643f974dcc4f143d.zip
meta-impy-f4c717d32135460f0fe07a77643f974dcc4f143d.tar.gz
meta-impy-f4c717d32135460f0fe07a77643f974dcc4f143d.tar.bz2
meta-impy-f4c717d32135460f0fe07a77643f974dcc4f143d.tar.xz
Merge branch '1.2.0-streaminfo' into 1.2.0-next
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r--ChangeLog.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index ac45ede..e2ec419 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -551,6 +551,29 @@
551 * Online/Offline notifications now always show in IM windows. 551 * Online/Offline notifications now always show in IM windows.
552 552
553 modified: linden/indra/newview/llcallingcard.cpp 553 modified: linden/indra/newview/llcallingcard.cpp
554
555
556 * Audio stream track info displayed in chat instead of notices.
557
558 modified: indra/newview/lloverlaybar.cpp
559
560
561 * Fixed stream info not updating.
562
563 modified: indra/llmedia/llmediaimplgstreamer.cpp
564
565
566 Dale Glass <email@unknown.com>
567
568 * VWR-12655: Add support for displaying the title of the song.
569
570 modified: indra/llaudio/audioengine.h
571 modified: indra/llmedia/llmediaimplgstreamer.cpp
572 modified: indra/llmedia/llmediaimplgstreamer.h
573 modified: indra/llmedia/llmediaobserver.h
574 modified: indra/newview/app_settings/settings.xml
575 modified: indra/newview/lloverlaybar.cpp
576 modified: indra/newview/skins/default/xui/en-us/panel_preferences_audio.xml
554 577
555 578
5562009-06-13 McCabe Maxsted <hakushakukun@gmail.com> 5792009-06-13 McCabe Maxsted <hakushakukun@gmail.com>