Update of /cvsroot/audacity/htdocs/download
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv9749/download

Modified Files:
        beta_mac.php beta_source.php beta_windows.php 
        features-1.3-a.php index.php 
Log Message:
1.3.9 Release

Index: features-1.3-a.php
===================================================================
RCS file: /cvsroot/audacity/htdocs/download/features-1.3-a.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- features-1.3-a.php  17 Jul 2009 07:44:27 -0000      1.15
+++ features-1.3-a.php  1 Sep 2009 07:50:05 -0000       1.16
@@ -24,7 +24,72 @@
  </ul>
 ')?></p>
 
-<h3 id="details"><?=_("New in Audacity 1.3.8")?></h3>
+<h3 id="details"><?=_("New in Audacity 1.3.9")?></h3>
+
+<?=_("
+<dl>
+   <dt> Bug fixes for: </dt>
+      <dd>   
+            <ul>
+                   <li>Crash, slow launch or excessive CPU/memory use 
+                        arising from automatic VST support:</li>
+                        <ul>
+                           <li>VST instrument plug-ins should now be correctly 
ignored</li>
+                           <li>VST effects now scanned only at start of first 
session
+                                that detects them, then cached</li>
+                           <li>Effects are now not loaded or opened until 
needed</li>
+                           <li>New \"Effects\" tab in Preferences to 
enable/disable 
+                                VST effects and enable VST rescan on next 
launch</li>
+                        </ul>
+                    <li>Default View Mode now works</li>
+                    <li>Chains now always apply their stored parameters rather 
than 
+                         those last used in Effect menu</li>
+                    <li>Non-MP3 files imported via drag or Recent Files caused
+                         crash if filter in file open window set to MP3</li>
+                    <li>AAC exports (using the optional 
+                         <a 
href=\"http://manual.audacityteam.org/index.php?title=FAQ:Installation_and_Plug-Ins#installffmpeg\";>
+                         FFmpeg library</a>) silenced</li>
+                    <li>Generating audio always fitted the project in the 
window; 
+                         fit now done only if generating in new track</li>  
+                    <li>View menu items/shortcuts incorrectly disabled when 
playing
+                         or recording</li>
+                    <li>DTMF generator defaulted to zero duration on open</li> 
        
+                    <li>Unwanted interactions between linked audio and label 
tracks</li>
+                    <li><i>(Windows XP)</i>&nbsp; Failure to launch on some 
machines due to
+                             \"incorrect configuration\" issue</li>
+                    <li><i>(Windows)</i>&nbsp; Crash importing a stereo file 
while a screen reader
+                             such as JAWS is running</li>
+                    <li><i>(Mac OS X)</i>&nbsp;:</li>
+                        <ul>
+                           <li>Audio Units effects applied to all tracks in 
project even
+                                if not selected</li>
+                           <li>QuickTime importer now handles files greater 
than 16-bit 
+                                or 64000 Hz</li>
+                        </ul>
+                    <li>Various other interface bugs</li>
+            </ul>  
+      </dd> 
+       
+   <dt>Improvements:</dt>
+      <dd>   
+            <ul>
+                    <li>Compressor: new option to compress based on peaks, 
improved
+                        attack and decay time support</li>
+                    <li>Mixer Board: improved design, more responsive meters 
and 
+                        now interacts fully with Track Panel in main 
window</li>
+            </ul>
+      </dd>
+</dl>
+
+<p>
+Please be aware of 
+<a 
href=\"http://wiki.audacityteam.org/index.php?title=Release_Notes_1.3.9#Known_Issues_at_Release\";>
+Known Issues at Release</a> (also viewable in the included README.txt).
+</p>
+")?>
+
+
+<h3><?=_("New in Audacity 1.3.8")?></h3>
 
 <?=_("
 <dl>
@@ -101,7 +166,7 @@
 ")?>
 
 
-<h3 id="details"><?=_("New in Audacity 1.3.7")?></h3>
+<h3><?=_("New in Audacity 1.3.7")?></h3>
 
 <dl>
        <dt> Improvements and new features </dt>

Index: beta_mac.php
===================================================================
RCS file: /cvsroot/audacity/htdocs/download/beta_mac.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- beta_mac.php        17 Jul 2009 07:44:27 -0000      1.17
+++ beta_mac.php        1 Sep 2009 07:50:05 -0000       1.18
@@ -2,7 +2,7 @@
 /*
  * Copyright 2004 Matt Brubeck
  * Copyright 2005 Dominic Mazzoni
- * Copyright 2008 Gale Andrews
+ * Copyright 2008-9 Gale Andrews
  * This file is licensed under a Creative Commons license:
  * http://creativecommons.org/licenses/by/3.0/
  */
@@ -21,22 +21,29 @@
 
 <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), including help files.'), 
"".$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)'), "".$macosx_ub_url, 
macosx_ub_version, macosx_ub_size)?></p></li>
 </ul>
 
-               <p> <b>Installation instructions:</b>
+<p> <b><?=_("Installation instructions (.dmg files)")?>:</b>
  <ol>
-   <li>Inside your Applications folder, create a folder called "Audacity"</li>
-   <li>Double-click the downloaded .dmg to mount it</li>
-   <li>Option-drag the whole of the .dmg contents (not the .dmg itself) into 
the "Audacity" folder you created</li>
-   <li>Double-click Audacity.app inside the Applications folder to launch 
it</li>
+   <li><?=_("Inside your Applications folder, create a folder called 
\"Audacity\"")?></li>
+   <li><?=_("Double-click the downloaded .dmg to mount it")?></li>
+   <li><?=_("Option-drag the whole of the .dmg contents (not the .dmg itself) 
into the \"Audacity\" folder you created")?></li>
+   <li><?=_("Double-click Audacity.app inside the Applications folder to 
launch it")?></li>
  </ol>
 </p>
 
 <h3 id="optional"><?=_("Optional Downloads")?></h3>
+<h4>Plug-ins and Libraries</h4>
 <ul>
-  <li><p><a 
href="http://ardour.org/files/releases/swh-plugins-0.4.15.dmg";>LADSPA plugins 
installer</a> - over 90 plug-ins.</p></li>
-<?php include "common.inc.php"; ?>
+  <li><p><a 
href="http://ardour.org/files/releases/swh-plugins-0.4.15.dmg";>LADSPA plug-ins 
installer</a> - over 90 plug-ins.</p></li>
+<?php include "beta_common.inc.php"; ?>
+<ul>
+  <li><p>OS X 10.4 or later (Universal Binary): <?php printf(_('<a 
href="%s">Audacity %s zip file</a> (%.1lf MB)
+  - If you want a download without help files, or prefer not to use .dmg 
files, download and unzip this file instead.'),
+    "".$macosx_ub_zip_url, macosx_ub_zip_version, 
macosx_ub_zip_size)?></p></li>
+  <li><p>OS X 10.4 or later (Universal Binary): <?php echo _('<b>For advanced 
users</b>, <a 
href="http://wiki.audacityteam.org/index.php?title=Nightly_Builds#Macintosh_Binaries";>Nightly
 Builds</a> are available for testing purposes.')?>
+<?php include "beta_nightly.inc.php"; ?></p></li>
 </ul>
 
 <h3 id="sysreq"><?=_("System Requirements")?></h3>

Index: beta_source.php
===================================================================
RCS file: /cvsroot/audacity/htdocs/download/beta_source.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- beta_source.php     17 Jul 2009 07:44:27 -0000      1.12
+++ beta_source.php     1 Sep 2009 07:50:05 -0000       1.13
@@ -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.8 requires wxGTK 2.8.10.')?></p>
+<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><?=_('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: beta_windows.php
===================================================================
RCS file: /cvsroot/audacity/htdocs/download/beta_windows.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- beta_windows.php    17 Jul 2009 07:44:27 -0000      1.14
+++ beta_windows.php    1 Sep 2009 07:50:05 -0000       1.15
@@ -19,11 +19,9 @@
 
 <h3 id="recdown"><?=_("Recommended Download")?></h3>
 <ul>
-
   <li><p>Windows 2000/XP/Vista: <?php printf(_('<a href="%s">Audacity %s 
installer</a> (.exe file, %.1lf MB) - The latest version of the free Audacity 
audio editor, including help files. See <a 
href="http://audacityteam.org/wiki/index.php?title=Windows_Vista_OS";>further 
information about Vista</a>.'), "".$win_exe_unicode_url, 
win_exe_unicode_version, win_exe_unicode_size)?></p></li>
 <div id="ansi"></div>
   <li><p>Windows 98/ME: <?php printf(_('<a href="%s">Audacity %s installer</a> 
(.exe file, %.1lf MB) - The latest available version for Windows 98 and 
ME.</a>'), "".$win_exe_url, win_exe_version, win_exe_size)?></p></li>
-
 </ul>
 
 <h3 id="optional"><?=_("Optional Downloads")?></h3>
@@ -37,18 +35,21 @@
     echo _("localized_downloads_windows");
   }
 ?>
+<h4><?=_("Plug-ins and Libraries")?></h4>
+<ul>
+  <li><p><?php printf(_('<a href="%s">LADSPA plug-ins %s installer</a> (.exe 
file, %.1lf MB) - over 90 plug-ins.'), "../beta/".$ladspa_url, ladspa_version, 
ladspa_size)?></p></li>
+  <?php include "beta_common.inc.php"; ?>
 <ul>
-  <li><p><?php printf(_('<a href="%s">LADSPA plugins %s installer</a> (.exe 
file, %.1lf MB) - over 90 plug-ins.'), "../beta/".$ladspa_url, ladspa_version, 
ladspa_size)?></p></li>
-
-  <?php include "common.inc.php"; ?>
   <li><p>Windows 2000/XP/Vista: <?php printf(_('<a href="%s">Audacity %s zip 
file</a> (%.1lf MB)
   - If you want a download without help files, or cannot run the installer 
because of restricted permissions, download and unzip this or the file below 
instead.'),
     "".$win_zip_unicode_url, win_zip_unicode_version, 
win_zip_unicode_size)?></p></li>
 
+  <li><p>Windows 2000/XP/Vista: <?php echo _('<b>For advanced users</b>, <a 
href="http://wiki.audacityteam.org/index.php?title=Nightly_Builds#Windows_Binaries";>Nightly
 Builds</a> are available for testing purposes.')?>
+<?php include "beta_nightly.inc.php"; ?></p></li>
+
   <li><p>Windows 98/ME: <?php printf('<a href="%s">Audacity %s zip file</a> 
(%.1lf MB)',
     "".$win_zip_url, win_zip_version, win_zip_size)?></p></li>
 </ul>
-
 <?php include "windows_sys_reqs.inc.php" ?>
 
 <?php

Index: index.php
===================================================================
RCS file: /cvsroot/audacity/htdocs/download/index.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- index.php   17 Jul 2009 07:44:27 -0000      1.13
+++ index.php   1 Sep 2009 07:50:05 -0000       1.14
@@ -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"><?=_("&nbsp;&nbsp;1.3.8")?></span></h3>
+      <?=_("Windows")?></a><span 
class="downloads_smaller"><?=_("&nbsp;&nbsp;1.3.9")?></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"><?=_("&nbsp;1.3.8 (Universal Binary)")?></span></h3>
+      <?=_("Mac OS X")?></a><br><img src="../images/download_spacer.png"><span 
class="downloads_smaller"><?=_("&nbsp;1.3.9 (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"><?=_("&nbsp;1.3.8 (in source code)")?></span></h3>
+      <?=_("Linux/Unix")?></a><br><img 
src="../images/download_spacer.png"><span 
class="downloads_smaller"><?=_("&nbsp;1.3.9 (in source code)")?></span></h3>
   </div>
 </div>
 


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Audacity-cvs mailing list
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to