Update of /cvsroot/audacity/htdocs/download In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10854/download
Modified Files: beta_mac.php beta_source.php features-1.3-a.php index.php Log Message: 1.3.10 Release Index: features-1.3-a.php =================================================================== RCS file: /cvsroot/audacity/htdocs/download/features-1.3-a.php,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- features-1.3-a.php 26 Nov 2009 20:57:05 -0000 1.18 +++ features-1.3-a.php 2 Dec 2009 09:34:03 -0000 1.19 @@ -24,7 +24,92 @@ </ul> ')?></p> -<h3 id="details"><?=_("New in Audacity 1.3.9")?></h3> +<h3 id="details"><?=_("Changes in Audacity 1.3.10")?></h3> + +<?=_(" +<dl> + <dt> Bug fixes for: </dt> + <dd> Imports and Exports: + <ul> + <li> Freeze importing audio files when Default View Mode + set to Pitch (EAC)</li> + <li> Simultaneous On-Demand imports sorted incorrectly</li> + <li> WAV or AIFF files imported as noise if Preferences set to + copy in the data at 24-bit quality</li> + <li> WMA exports corrupted if they contained metadata</li> + <li> Metadata Editor appeared before the Export window when + exporting to any format </li> + </ul> + </dd> + + <dd> Effects: + <ul> + <li> Crash or hang using Equalization on longer tracks</li> + <li> Reverse did not reverse clip boundaries</li> + <li> Nyquist:</li> + <ul> + <li> Excessive memory consumption led to slow + processing or crashes</li> + <li> Values appearing in text boxes not always + the default or previously entered values</li> + <li> Errors running in European locales where + comma used as decimal separator</li> + </ul> + <li> VST effects remained in Effect menu even when re-scanned and + no longer available </li> + <li> Truncate Silence produced incorrect results if silences + spanned a block boundary </li> + + </ul> + </dd> + + <dd> Other bug fixes: + <ul> + <li> Spurious \"not writable/disk full\" errors when saving projects </li> + <li> Playing, rendering or exporting multiple tracks led to + desynchronized playback or loss of audio data </li> + <li> Crash opening Preferences when no recording and/or playback + devices enabled or connected </li> + <li> Preferences window: OK button did not respond to ENTER when + a tab selected in left-hand panel </li> + <li> Mixer Board solo button handling</li> + <li> <i>(Windows)</i> After a period launching correctly, Audacity + sometimes did not come up on top at launch </li> + <li> <i>(Mac OS X)</i> Correctly installed Help folder could not + be found</li> + <li> <i>(Mac OS X and Linux)</i> Output slider could affect VU + playback meter which then did not reflect actual waveform + volume level</li> + <li> <i>(Linux)</i> Undoing or redoing a label edit could cause + a crash</li> + </ul> + </dd> +")?> + +<?=_(" + <dt> Changes and improvements:</dt> + <dd> + <ul> + <li> Linked audio and label tracks disabled until a future Beta + version so they can be bug fixed</li> + <li> Input volume slider will be disabled if it doesn't have proper + control of system slider; use the system slider instead</li> + <li> Proper support for copying/pasting label-with-audio including + label text; new Edit > Paste Text to New Label menu item to + paste system clipboard </li> + <li> Contrast Tool now modeless, more intuitive handling of multiple + project windows, various other minor improvements </li> + </ul> + </dd> +</dl> +<p> +Please be aware of +<a href=\"http://wiki.audacityteam.org/index.php?title=Release_Notes_1.3.10#Known_Issues_at_Release\"> +Known Issues at Release</a> (also viewable in the included README.txt). +</p> +")?> + +<h3><?=_("New in Audacity 1.3.9")?></h3> <?=_(" <dl> Index: beta_mac.php =================================================================== RCS file: /cvsroot/audacity/htdocs/download/beta_mac.php,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- beta_mac.php 1 Sep 2009 07:50:05 -0000 1.18 +++ beta_mac.php 2 Dec 2009 09:34:03 -0000 1.19 @@ -21,7 +21,7 @@ <h3 id="recdown"><?=_("Recommended Download")?></h3> <ul> - <li><p>OS X 10.4 or later (Universal Binary): <?php printf(_('<a href="%s">Audacity %s</a> (.dmg file, %.1lf MB)'), "".$macosx_ub_url, macosx_ub_version, macosx_ub_size)?></p></li> + <li><p>OS X 10.4 or later (Universal Binary): <?php printf(_('<a href="%s">Audacity %s</a> (.dmg file, %.1lf MB, including help files)'), "".$macosx_ub_url, macosx_ub_version, macosx_ub_size)?></p></li> </ul> <p> <b><?=_("Installation instructions (.dmg files)")?>:</b> Index: beta_source.php =================================================================== RCS file: /cvsroot/audacity/htdocs/download/beta_source.php,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- beta_source.php 1 Sep 2009 07:50:05 -0000 1.13 +++ beta_source.php 2 Dec 2009 09:34:03 -0000 1.14 @@ -46,7 +46,7 @@ <h3 id="instructions"><?=_("How to Compile Audacity")?></h3> <h4><?=_("Dependencies")?></h4> -<p><?=_('The <a href="http://wxwidgets.org">wxWidgets</a> library is <b>required</b>. Audacity 1.3.9 requires wxGTK 2.8.10.')?></p> +<p><?=_('The <a href="http://wxwidgets.org">wxWidgets</a> library is <b>required</b>. Audacity 1.3.10 requires wxGTK 2.8.10.')?></p> <p><?=_('Installation of the following libraries is <b>optional</b> - they are included in Audacity obtained from <a href="../community/developers#cvs">CVS</a>.')?></p> <ul> <li><a href="http://www.underbit.com/products/mad/">libmad</a></li> Index: index.php =================================================================== RCS file: /cvsroot/audacity/htdocs/download/index.php,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- index.php 1 Sep 2009 07:50:05 -0000 1.14 +++ index.php 2 Dec 2009 09:34:03 -0000 1.15 @@ -44,13 +44,13 @@ </div> <div> <h3><a href="beta_windows"><img alt="Windows" src="../images/new_win.png"> - <?=_("Windows")?></a><span class="downloads_smaller"><?=_(" 1.3.9")?></span></h3> + <?=_("Windows")?></a><span class="downloads_smaller"><?=_(" 1.3.10")?></span></h3> <h3><a href="beta_mac"><img alt="Mac" src="../images/mac.png"> - <?=_("Mac OS X")?></a><br><img src="../images/download_spacer.png"><span class="downloads_smaller"><?=_(" 1.3.9 (Universal Binary)")?></span></h3> + <?=_("Mac OS X")?></a><br><img src="../images/download_spacer.png"><span class="downloads_smaller"><?=_(" 1.3.10 (Universal Binary)")?></span></h3> <h3><a href="beta_linux"><img alt="Linux" src="../images/unix.png"> - <?=_("Linux/Unix")?></a><br><img src="../images/download_spacer.png"><span class="downloads_smaller"><?=_(" 1.3.9 (in source code)")?></span></h3> + <?=_("Linux/Unix")?></a><br><img src="../images/download_spacer.png"><span class="downloads_smaller"><?=_(" 1.3.10 (in source code)")?></span></h3> </div> </div> ------------------------------------------------------------------------------ Join us December 9, 2009 for the Red Hat Virtual Experience, a free event focused on virtualization and cloud computing. Attend in-depth sessions from your desk. Your couch. Anywhere. http://p.sf.net/sfu/redhat-sfdev2dev _______________________________________________ Audacity-cvs mailing list Audacity-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/audacity-cvs