3 commits - build/fedora-release-notes.spec build/temp-make-pub.sh en-US/Multimedia.xml

Paul W. Frields pfrields at fedoraproject.org
Thu May 14 03:11:34 UTC 2009


 build/fedora-release-notes.spec |    5 ++++-
 build/temp-make-pub.sh          |    2 +-
 en-US/Multimedia.xml            |   16 +++++++++++++++-
 3 files changed, 20 insertions(+), 3 deletions(-)

New commits:
commit 8a079cb825575c4887c8cb9e6368a212a33d7594
Author: Paul W. Frields <stickster at gmail.com>
Date:   Wed May 13 23:10:37 2009 -0400

    Revert "Update volume control information"
    
    This reverts commit 5ff60a2c9dae53ac6966118823adc881513fb15b.
    This reversion is temporary so that we don't induce a string change
    while we're still building an RPM for the F11 RC.

diff --git a/en-US/Multimedia.xml b/en-US/Multimedia.xml
index 2ce2c7a..47e7f1a 100644
--- a/en-US/Multimedia.xml
+++ b/en-US/Multimedia.xml
@@ -51,7 +51,21 @@
 	  destinations for the audio.
 	</para>
 	<para>
-	  Using the new PulseAudio-based volume applet, there is no way to adjust ALSA sound levels. If they are set too low, raising the PulseAudio sound levels may not work acceptably. For this contingency, the old <application>gstreamer</application>-based volume application is also available by default. It is available under the name <guilabel>Advanced Volume Control</guilabel>, in the <guilabel>Sound & Video</guilabel> menu section. You will also need to use this application if you need to select an input channel for recording (for instance, line-in or mic-in).
+	  With the removal of the <package>gstreamer</package> based
+	  volume applet, you may be left without an obvious way to
+	  adjust ALSA sound levels after an upgrade. If they are set
+	  too low, raising the PulseAudio sound levels may not work
+	  acceptably. To solve this issue, install
+	  <package>alsa-utils</package> and run <command>alsamixer
+	  -c0</command> from a shell prompt. To access the recording
+	  channels rather than the playback channels (for instance, to
+	  select which input you wish to record from) run
+	  <command>alsamixer -c0 -Vcapture</command>. The
+	  <package>alsamixer</package> program has a
+	  <package>curses</package> text-based user interface to
+	  adjust sound levels for ALSA devices. Once
+	  <package>alsamixer</package> is running, get help by typing
+	  a question mark.
 	</para>
 	<important>
 	  <title>How to report this problem</title>


commit 74e82fa1be54225ef18255a612efe37102e70767
Merge: 7ee1694... e100843...
Author: Paul W. Frields <stickster at gmail.com>
Date:   Wed May 13 23:04:29 2009 -0400

    Merge branch 'master' of ssh://git.fedorahosted.org/git/docs/release-notes



commit 7ee1694d3c9f8e1b1036a6b0c7553fa3a2368d2f
Author: Paul W. Frields <stickster at gmail.com>
Date:   Wed May 13 22:35:56 2009 -0400

    Update specfile release, and bump RELDATE in publishing script

diff --git a/build/fedora-release-notes.spec b/build/fedora-release-notes.spec
index 73783fe..440d1fd 100644
--- a/build/fedora-release-notes.spec
+++ b/build/fedora-release-notes.spec
@@ -11,7 +11,7 @@
 
 Name:		fedora-release-notes
 Version:	11.0.0
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Release Notes for Fedora 11
 URL:		http://fedoraproject.org/wiki/Documentation_Beats
 
@@ -174,6 +174,9 @@ if [ -x /usr/bin/update-desktop-database ]; then update-desktop-database &> /dev
 
 
 %changelog
+* Wed May 13 2009 Paul W. Frields <stickster at gmail.com> - 11.0.0-2
+- Fix homepage content
+
 * Thu May  7 2009 John J. McDonough <jjmcd at fedoraproject.org> - 11.0.0-1
 - Update for Fedora 11 release candidate
 
diff --git a/build/temp-make-pub.sh b/build/temp-make-pub.sh
index 72f7965..46065df 100644
--- a/build/temp-make-pub.sh
+++ b/build/temp-make-pub.sh
@@ -3,7 +3,7 @@
 #
 #
 VER="11.0.0"
-RELDATE="2009-05-11"
+RELDATE="2009-05-13"
 cd work
 #
 #  release-notes





More information about the Fedora-docs-commits mailing list