Changeset 477
- Timestamp:
- 01/29/07 22:14:41 (5 years ago)
- Files:
-
- sweep/trunk/ChangeLog (modified) (2 diffs)
- sweep/trunk/NEWS (modified) (1 diff)
- sweep/trunk/README (modified) (1 diff)
- sweep/trunk/configure.ac (modified) (3 diffs)
- sweep/trunk/doc/Makefile.am (modified) (1 diff)
- sweep/trunk/doc/sweep.1 (modified) (1 diff)
- sweep/trunk/doc/sweep.1.in (added)
- sweep/trunk/release_notes/sweep-0.9.2.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sweep/trunk/ChangeLog
r476 r477 1 MonJan 30 00:00:00 GMT 2007 Peter Shorthose <kickback@users.sourceforge.net>1 Tue Jan 30 00:00:00 GMT 2007 Peter Shorthose <kickback@users.sourceforge.net> 2 2 3 3 * ALSA is now the default driver. see README.OSS for oss 4 * minimum supported gtk version raised to 2.4 4 5 * added the "hand tool" for panning the display with inertia 5 6 (Radoslaw Korzeniewski) … … 13 14 * added a new slash screen (Pascal Klein) 14 15 * fix segfault when closing windows while others were still loading 15 * other bugs a nd tweaks addressed. run "svn log" on a copy of svn16 * other bugs addressed and changes made. run "svn log" on a copy of svn 16 17 trunk for details, or check http://trac.metadecks.org/timeline 17 18 * released 0.9.2 sweep/trunk/NEWS
r341 r477 1 Tue Jan 30 2007 -- Version 0.9.2 2 -------------------------------- 3 4 New 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 1 24 Mon Jan 30 2006 -- Version 0.9.1 2 25 -------------------------------- sweep/trunk/README
r287 r477 34 34 REQUIRED: 35 35 36 * GTK+ 2.0, (version 2. 2.0 or higher) standard in most36 * GTK+ 2.0, (version 2.4.0 or higher) standard in most 37 37 distributions and available from: 38 38 sweep/trunk/configure.ac
r389 r477 5 5 6 6 AC_INIT(configure.ac) 7 AM_INIT_AUTOMAKE(sweep, 0.9. 1)7 AM_INIT_AUTOMAKE(sweep, 0.9.2) 8 8 AM_CONFIG_HEADER(config.h) 9 9 … … 67 67 dnl 68 68 69 PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2. 2.0, HAVE_GTK="yes", sweep_config_ok="no")69 PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.4.0, HAVE_GTK="yes", sweep_config_ok="no") 70 70 AC_SUBST(GTK_CFLAGS) 71 71 AC_SUBST(GTK_LIBS) … … 601 601 intl/Makefile 602 602 po/Makefile.in 603 doc/sweep.1 603 604 ]) 604 605 sweep/trunk/doc/Makefile.am
r85 r477 3 3 man_MANS = sweep.1 4 4 5 EXTRA_DIST = $(man_MANS) plugin_writers_guide.txt5 EXTRA_DIST = $(man_MANS) sweep.1.in plugin_writers_guide.txt 6 6 sweep/trunk/doc/sweep.1
r393 r477 1 .TH SWEEP 1 " 26 Jun 2006" Version 0.9.11 .TH SWEEP 1 "30 Jan 2007" Version 0.9.2 2 2 .SH NAME 3 3 Sweep - a sound wave editor sweep/trunk/release_notes/sweep-0.9.2.txt
r358 r477 1 <date>-- Sweep 0.9.2 Released1 Tue Jan 30 2007 -- Sweep 0.9.2 Released 2 2 ======================================= 3 3 … … 16 16 ------------------- 17 17 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 20 33 21 34 Further information
