forked from pool/seq24
Dave Plater
759dd5110c
Versionbump and fix build in factory. OBS-URL: https://build.opensuse.org/request/show/388404 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/seq24?expand=0&rev=16
185 lines
6.3 KiB
Plaintext
185 lines
6.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Apr 12 23:45:05 UTC 2016 - zaitor@opensuse.org
|
|
|
|
- Update to version 0.9.3:
|
|
+ Fixed Bugs:
|
|
* Fix LASH support (crash on 64 Bit systems).
|
|
* Fix broken JACK transport with newer jackd version.
|
|
* Fix clock tick drift.
|
|
* Fix jack session commandline (obsolete --file option
|
|
removed).
|
|
+ New Features: Non recursive make.
|
|
+ General Changes:
|
|
* Some code cleanups.
|
|
* C++11 compatible compiler required.
|
|
- Use sed to workaround a bug in 0.9.3 release.
|
|
- Replace gtkmm2-devel for pkgconfig(gtkmm-2.4) BuildRequires,
|
|
align with what configure looks for.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 19 13:06:49 UTC 2011 - coolo@suse.de
|
|
|
|
- update to 0.9.2
|
|
* Fixed error if path for last used directory is not properly set.
|
|
* Fix tooltip usage for older GTK versions (GTK_MINOR_VERSION < 12)
|
|
* Fix sched_param memory leaks
|
|
* Fix doubled key event for screen set name line
|
|
|
|
New Features
|
|
* Add support for jack session, patch provided by Torben Hohn
|
|
* Add interrupt handler for SIGUSR1 to enable LADISH level 1 support
|
|
* Add interrupt handler for SIGINT to ask for unsaved file changes
|
|
* Remove "-f" command line option to be replaced by a simple <filename>
|
|
argument (see "seq24 --help" for more information)
|
|
|
|
General Changes
|
|
* Add mnemonics for bottom line widgets in main window and label for
|
|
screen set name edit line
|
|
* Add missing command line parameters to help message, display short
|
|
options as well
|
|
* Add command line option for program version
|
|
* Add missing command line parameters to man page
|
|
* Remove complaints about file read error if configuration files do not
|
|
exist
|
|
* Cleanup configure.in: remove unused variables, harmonize option
|
|
enabling/disabling
|
|
* Some code cleanups
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 2 16:43:00 UTC 2011 - coolo@suse.com
|
|
|
|
- add automake as buildrequire to avoid implicit dependency
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 20 06:43:35 UTC 2010 - davejplater@gmail.com
|
|
|
|
- Update to latest bzr checkout 2010-02-21
|
|
- Summary of changes:-
|
|
* Merged constructor initializer lists.
|
|
* Merge removal of useless nullity tests
|
|
* Cleanup : removed some unused variables, reduced unecessary
|
|
big scope of some other variables
|
|
* Wrapped reading of single bytes, and removed the
|
|
push_front/reverse list browsing insanity.
|
|
* Use STL in midifile instead of news/deletes
|
|
* Plyphonic Step Edit
|
|
* Monophonic Step Edit on Sequence
|
|
* Fixed adding notes on the begining when midi record is on
|
|
and not playing sequence
|
|
* src/perform.cpp: Fixed jack_position_t->bar calculation which
|
|
always where 0 or negative while using Hydrogen 0.9.4 at the
|
|
same time.
|
|
* See /usr/share/doc/packages/seq24/ChangeLog for more changes.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 20 03:49:05 UTC 2010 - pth@novell.com
|
|
|
|
- Determine return type of Gtk::Dialog::get_action_area in
|
|
configure and use result in mainwnd.cpp
|
|
- Fix Compiler warning.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 11 13:50:42 CEST 2009 - tiwai@suse.de
|
|
|
|
- updated to version 0.9.0:
|
|
* Several bug fixs, contains adaptations to library API changes,
|
|
string buffer overruns, 64Bit incompatibility and memory leaks
|
|
for MIDI file format errors.
|
|
* See ChangeLog for more details
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 16 16:55:26 CEST 2008 - tiwai@suse.de
|
|
|
|
- fix build with recent sigc++-2.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 28 14:49:17 CET 2007 - tiwai@suse.de
|
|
|
|
- fix build with old suse version
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 31 01:52:40 CET 2007 - ro@suse.de
|
|
|
|
- include assert.h for alsa source
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 22 15:56:41 CEST 2007 - tiwai@suse.de
|
|
|
|
- fix build with gcc 4.3
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 12 18:16:21 CEST 2006 - tiwai@suse.de
|
|
|
|
- updated to version 0.8.7:
|
|
* Undo support (Ctrl-Z)
|
|
* Ctrl + Select Adds to Selection
|
|
* Window Raise on Edit
|
|
* Clipboard shared among editors
|
|
* Items remain selected after edit
|
|
* Can now 'paint' notes / events in editor
|
|
* Paste buffer doesn't clear
|
|
* Added new rc file for custom named ports and CC codes
|
|
* Keypress Start (space) and Stop (escape)
|
|
* Shift + Middle Mouse will now stretch events over range
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 18 16:43:21 CEST 2006 - tiwai@suse.de
|
|
|
|
- updated to version 0.8.6:
|
|
* use gtkmm 2.4 or later
|
|
* new song editor
|
|
* loop sync with jack transport
|
|
* midi clock option, split loops, manual midi ports
|
|
* menug bug and cpu hog fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 21:41:33 CET 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 4 13:48:03 CEST 2005 - tiwai@suse.de
|
|
|
|
- updated to version 0.6.3.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 11 02:01:27 CET 2005 - ro@suse.de
|
|
|
|
- change to libsigc++12 in neededforbuild
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 21 15:39:56 CET 2005 - tiwai@suse.de
|
|
|
|
- updated to version 0.6.0. Linked with gtk2.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 5 17:27:07 CEST 2004 - tiwai@suse.de
|
|
|
|
- updated to version 0.5.2.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 16 15:34:59 CET 2004 - tiwai@suse.de
|
|
|
|
- updated to version 0.4.4.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 11 11:44:14 CET 2004 - adrian@suse.de
|
|
|
|
- add %defattr
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 15 20:31:03 CEST 2003 - adrian@suse.de
|
|
|
|
- add desktop file
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 11 14:47:07 CEST 2003 - tiwai@suse.de
|
|
|
|
- updated to version 0.4.3.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 18 14:14:58 CEST 2003 - tiwai@suse.de
|
|
|
|
- initial version: 0.4.2.
|
|
|