Changeset 194

Show
Ignore:
Timestamp:
08/11/05 11:01:46 (3 years ago)
Author:
kickback
Message:

updated the NEWS file for 0.8.4

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sweep/trunk/NEWS

    r124 r194  
     1DATE 2005 -- Version 0.8.4 
     2---------------------- 
     3 
     4This is maintainance release, including a new Polish translation, 
     5various bugfixes and no new functionality. This is also likely to be the 
     6last sweep release based on gtk-1.2. Further development will utilize 
     7gtk-2.0 for the interface. 
     8 
     9Sweep is on the move again. To leverage the increased flexibility provided 
     10by Subversion, and to allow for more control over the environment, 
     11Sweep development has relocated from sourceforge CVS to a SVN 
     12server, reachable at: http://svn.metadecks.org via the WebDAV protocol.  
     13 
     14In addition, I've has setup a trac environment at http://trac.metadecks.org  
     15 
     16Those of you who are not familiar with SVN or Trac can find more 
     17information at the following sites: 
     18 
     19  Trac home page:       http://www.edgewall.com/trac/   
     20  SVN homepage:         http://subversion.tigris.org/ 
     21 
     22But broadly speaking, SVN is equivilent to CVS, albeit with added  
     23and improved functionality, and Trac provides the following features: 
     24   
     25  a wiki 
     26  a bug/issue tracker 
     27  a web interface for viewing the SVN repository 
     28 
     29and numerous other useful things in a neatly intergrated package. 
     30 
     31New in this release 
     32-------------------- 
     33 
     34Internationalization (i18n) improvements: 
     35                                                                                
     36        * a new polish translation from Radoslaw Korzeniewski 
     37        * an updated russian translation from Alex Prokoudine 
     38        * a small update to the German translation to fix syntax error 
     39 
     40Bugfixes: 
     41 
     42        * updated the alsa driver to work with recent alsa versions 
     43            patch submitted by Charles Turner 
     44        * various minor tweaks and improvements 
     45 
     46 
    147Wed Apr 30 2003 -- Version 0.8.2 
    248--------------------------------