Changeset 477

Show
Ignore:
Timestamp:
01/29/07 22:14:41 (5 years ago)
Author:
kickback
Message:

more updates for the 0.9.2 release

Files:

Legend:

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

    r476 r477  
    1 Mon Jan 30 00:00:00 GMT 2007 Peter Shorthose <kickback@users.sourceforge.net> 
     1Tue Jan 30 00:00:00 GMT 2007 Peter Shorthose <kickback@users.sourceforge.net> 
    22 
    33        * ALSA is now the default driver. see README.OSS for oss 
     4        * minimum supported gtk version raised to 2.4  
    45        * added the "hand tool" for panning the display with inertia 
    56          (Radoslaw Korzeniewski) 
     
    1314        * added a new slash screen (Pascal Klein) 
    1415        * fix segfault when closing windows while others were still loading 
    15         * other bugs and tweaks addressed. run "svn log" on a copy of svn 
     16        * other bugs addressed and changes made. run "svn log" on a copy of svn 
    1617          trunk for details, or check http://trac.metadecks.org/timeline 
    1718        * released 0.9.2 
  • sweep/trunk/NEWS

    r341 r477  
     1Tue Jan 30 2007 -- Version 0.9.2 
     2-------------------------------- 
     3 
     4New in this release: 
     5 
     6        * ALSA is now the default driver. see README.OSS for oss 
     7        * minimum gtk version raised to 2.4 
     8        * added the "hand tool" for panning the display with inertia 
     9          (Radoslaw Korzeniewski) 
     10        * can now open multiple files via the gtk file selector 
     11        * implemented accel editing via the usual gtk method 
     12        * added tdb lock override (Takashi Iwai) 
     13        * remove support for libsndfile0 (Erik de Castro Lopo) 
     14        * remove direct flac support as it's supported by libsndfile now 
     15          (Erik de Castro Lopo) 
     16        * fix make distcheck (Erik de Castro Lopo) 
     17        * added a new slash screen (Pascal Klein) 
     18        * fix segfault when closing windows while others were still loading 
     19        * other bugs addressed and changes made. run "svn log" on a copy of svn 
     20          trunk for details, or check http://trac.metadecks.org/timeline 
     21        * released 0.9.2 
     22 
     23 
    124Mon Jan 30 2006 -- Version 0.9.1 
    225-------------------------------- 
  • sweep/trunk/README

    r287 r477  
    3434REQUIRED: 
    3535 
    36         * GTK+ 2.0, (version 2.2.0 or higher) standard in most  
     36        * GTK+ 2.0, (version 2.4.0 or higher) standard in most  
    3737          distributions and available from: 
    3838 
  • sweep/trunk/configure.ac

    r389 r477  
    55 
    66AC_INIT(configure.ac) 
    7 AM_INIT_AUTOMAKE(sweep, 0.9.1
     7AM_INIT_AUTOMAKE(sweep, 0.9.2
    88AM_CONFIG_HEADER(config.h) 
    99 
     
    6767dnl 
    6868 
    69 PKG_CHECK_MODULES(GTK, gtk+-2.0 >=  2.2.0, HAVE_GTK="yes", sweep_config_ok="no") 
     69PKG_CHECK_MODULES(GTK, gtk+-2.0 >=  2.4.0, HAVE_GTK="yes", sweep_config_ok="no") 
    7070AC_SUBST(GTK_CFLAGS) 
    7171AC_SUBST(GTK_LIBS) 
     
    601601intl/Makefile 
    602602po/Makefile.in 
     603doc/sweep.1 
    603604]) 
    604605 
  • sweep/trunk/doc/Makefile.am

    r85 r477  
    33man_MANS = sweep.1 
    44 
    5 EXTRA_DIST = $(man_MANS) plugin_writers_guide.txt 
     5EXTRA_DIST = $(man_MANS) sweep.1.in plugin_writers_guide.txt 
    66 
  • sweep/trunk/doc/sweep.1

    r393 r477  
    1 .TH SWEEP 1 "26 Jun 2006" Version 0.9.1 
     1.TH SWEEP 1 "30 Jan 2007" Version 0.9.2 
    22.SH NAME 
    33Sweep - a sound wave editor 
  • sweep/trunk/release_notes/sweep-0.9.2.txt

    r358 r477  
    1 <date> -- Sweep 0.9.2 Released 
     1Tue Jan 30 2007 -- Sweep 0.9.2 Released 
    22======================================= 
    33 
     
    1616------------------- 
    1717 
    18 blah, did stuff..  
    19  
     18        * ALSA is now the default driver. see README.OSS for oss 
     19        * minimum supported gtk version raised to 2.4  
     20        * added the "hand tool" for panning the display with inertia 
     21          (Radoslaw Korzeniewski) 
     22        * can now open multiple files via the gtk file selector 
     23        * implemented accel editing via the usual gtk method 
     24        * added tdb lock override (Takashi Iwai) 
     25        * remove support for libsndfile0 (Erik de Castro Lopo) 
     26        * remove direct flac support as it's supported by libsndfile now 
     27          (Erik de Castro Lopo) 
     28        * fix make distcheck (Erik de Castro Lopo) 
     29        * added a new slash screen (Pascal Klein) 
     30        * fix segfault when closing windows while others were still loading 
     31        * other bugs addressed and changes made. run "svn log" on a copy of svn 
     32          trunk for details, or check http://trac.metadecks.org/timeline 
    2033 
    2134Further information