diff --git a/ChangeLog b/ChangeLog index 5d69d4ca..ad11f9d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ - added support for controlling the audio mixer faders with a MIDI controller (MacOS only) +- audio recording for the server, coded by pljones + + + 3.4.3 (2018-05-17) diff --git a/README b/README index c95eea89..9ace63d3 100755 --- a/README +++ b/README @@ -63,4 +63,4 @@ source: - Some pixmaps are from the Open Clip Art Library (OCAL): http://openclipart.org -- Server wave recording, coded by pljones +- Audio recording for the server, coded by pljones: http://jamulus.drealm.info diff --git a/src/util.cpp b/src/util.cpp index 5430bd8f..6dab7a53 100755 --- a/src/util.cpp +++ b/src/util.cpp @@ -385,7 +385,8 @@ CAboutDlg::CAboutDlg ( QWidget* parent ) : QDialog ( parent ) "http://openclipart.org" "
  • Country flag icons from Mark James: " "http://www.famfamfam.com
  • " - "
  • Server wave recording, coded by pljones
  • " + "
  • Audio recording for the server, coded by pljones: " + "http://jamulus.drealm.info
  • " "" "
    ");