Changeset 553

Show
Ignore:
Timestamp:
04/30/09 13:06:49 (17 months ago)
Author:
olivier
Message:

update version to 0.7.0, readme, changelog and about dialog

Location:
trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r548 r553  
    88    * #15: default resampling quality set to Hi-Fi (SRC_SINC_FASTEST) 
    99    * #16: fix quit and close dialogs 
    10     * #20/#21, add OSC support with methods: rewind, mute_beat, rewind, set_bpm, 
    11       mute_track, set_track_pitch, set_track_volume, set_beat, set_track_volume_db 
     10    * #20/#21, add OSC support with methods: start, stop, rewind, set_transport, 
     11      mute_beat, rewind, set_bpm, mute_track, set_track_pitch, set_track_volume,  
     12      set_beat, set_track_volume_db 
    1213    * add OSC events: beat_on, beat_off, beat_changed 
    1314    * #26: new layout system, track controls and ruler are now always visible  
  • trunk/NEWS

    r548 r553  
    99- New shortcuts, knobs and waveform animation bring more interactivity 
    1010- OSC is now supported with a fair amount of methods and events 
    11 - Native audio devices and PulseAudio are now supported, in addition to JACK 
    1211- Mac OS X integration has been much improved 
     12- ALSA, CoreAudio and PulseAudio are now directly supported in addition to JACK 
    1313- Several bugs and usability issues have been fixed 
    1414- The internal architecture has been improved 
  • trunk/configure.ac

    r522 r553  
    1 AC_INIT([jackbeat],[0.7]) 
     1AC_INIT([jackbeat],[0.7.0]) 
    22AC_CANONICAL_HOST 
    3 AM_INIT_AUTOMAKE(jackbeat,0.7) 
     3AM_INIT_AUTOMAKE(jackbeat,0.7.0) 
    44AM_CONFIG_HEADER(src/config.h) 
    55if test "$CFLAGS" = ""; then 
  • trunk/src/gui.c

    r552 r553  
    293293                        "version", VERSION, 
    294294                        "logo", logo, 
    295                         "copyright", "Copyright (c) 2004-2008 Olivier Guilyardi", 
     295                        "copyright", "Copyright (c) 2004-2009 Olivier Guilyardi", 
    296296                        "website", "http://jackbeat.samalyse.org", 
    297297                        "license", license,