Changeset 614
- Timestamp:
- 06/26/09 17:58:24 (9 months ago)
- Location:
- trunk
- Files:
-
- 5 modified
-
ChangeLog (modified) (1 diff)
-
NEWS (modified) (1 diff)
-
bundle/Makefile (modified) (1 diff)
-
configure.ac (modified) (1 diff)
-
mingw/jackbeat.ci (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r589 r614 1 jackbeat (0.7.2) 2 * #14: add filters in file dialogs 3 * #18: add track solo controls 4 * #37: fix opening jab files whose path contains spaces 5 * #39: fix conflict between single-letter shortcuts and UI input 6 * win32 support: now cross-compiles on Linux with mingw32 7 * wipe temporary directories in a more secure manner 8 * fix bogus modified status when changing current track 9 * libtool isn't needed anymore 10 * some consolidation 11 12 -- Olivier Guilyardi <olivier {at} samalyse {dot} com> Fri, 26 Jun 2009 17:52:05 +0200 13 1 14 jackbeat (0.7.1) 2 15 * improve volume sliders mouse interaction -
trunk/NEWS
r589 r614 2 2 Jackbeat News 3 3 ============= 4 5 New release : 0.7.2 6 =================== 7 8 - Track solo controls have been added, OSC bindings included 9 - Minor file access and user interface bugs have been fixed 10 - Jackbeat now runs on Windows in addition to Mac OS X and Linux 11 12 Olivier Guilyardi - June 26th, 2009 13 14 ------------------------------------------------------------------------ 4 15 5 16 New release : 0.7.0 -
trunk/bundle/Makefile
r601 r614 1 VERSION = 0.7. 11 VERSION = 0.7.2 2 2 OSXFLAVOUR = intel 3 3 FOLDER = jackbeat-$(VERSION).$(OSXFLAVOUR) -
trunk/configure.ac
r609 r614 1 AC_INIT([jackbeat],[0.7.2 rc1])1 AC_INIT([jackbeat],[0.7.2]) 2 2 AC_CANONICAL_HOST 3 AM_INIT_AUTOMAKE(jackbeat,0.7.2 rc1)3 AM_INIT_AUTOMAKE(jackbeat,0.7.2) 4 4 AM_CONFIG_HEADER(src/config.h) 5 5 AC_PROG_CC -
trunk/mingw/jackbeat.ci
r590 r614 2 2 version = 4 civer = "Free v4.14.5" winver = "2.6/5.1.2600" > 3 3 <output> C:\msys\1.0\home\olivier\dev\jackbeat\package</> 4 <exename> Jackbeat-0.7.2rc1.exe</>4 <exename> jackbeat-0.7.2.exe</> 5 5 <digitsign> </> 6 6 <appname> Jackbeat</>
