From 2007f367ad4836035000e0cc89bdf3a1ce9261a1 Mon Sep 17 00:00:00 2001 From: Martin Zuther Date: Thu, 6 Sep 2012 21:55:54 +0200 Subject: [PATCH] v1.30: ITU-R BS.1770-1 loudness weighting and lots of small changes * combined peak and average level meter * updated documentation * validation: full re-calibration --- doc/HISTORY | 7 +++++-- src/window_about.cpp | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/HISTORY b/doc/HISTORY index 25c86dde..02fbf53a 100644 --- a/doc/HISTORY +++ b/doc/HISTORY @@ -1,13 +1,16 @@ Git HEAD ======== +v1.30 (2012-09-06) +================== + * ITU-R BS.1770-1 loudness weighting * combined peak and average level meter -* updated framework to JUCE v1.53 +* code cleanup and lotf of small bug fixes -* code cleanup +* updated framework to JUCE v1.53 * updated documentation diff --git a/src/window_about.cpp b/src/window_about.cpp index b00385aa..db745e2d 100644 --- a/src/window_about.cpp +++ b/src/window_about.cpp @@ -123,7 +123,7 @@ WindowAbout::WindowAbout(int nWidth, int nHeight) TextEditorAbout->insertTextAtCaret( L"I want to thank Bob Katz, all " L"contributors and beta testers, " - L"the open source community – and " + L"the open source community - and " L"the users of K-Meter for using " L"free software!\n\n" );