Skip to content

Commit

Permalink
made 0.3.2 release
Browse files Browse the repository at this point in the history
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/branches/lmms/stable-0.3@787 0778d3d1-df1d-0410-868b-ea421aaaa00d
  • Loading branch information
tobydox committed Mar 9, 2008
1 parent c536dcd commit 7a3c832
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2008-03-09 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>

* configure.in:
* README:
made 0.3.2 release

* plugins/vst_base/lvsl_server.cpp:
made VST-GUI work with recent WINE-versions where no X-windows are
being created until a ShowWindow()-request is issued and thus we get a
XID for embedding GUI

2008-03-03 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>

* src/core/piano_roll.cpp:
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Linux MultiMedia Studio 0.3.1
Linux MultiMedia Studio 0.3.2
==============================

Copyright (c) 2004-2008 by LMMS-developers
Expand Down
4 changes: 2 additions & 2 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.50)
AC_INIT(lmms, 0.3.1-svn20080303, lmms-devel/at/lists/dot/sf/dot/net)
AM_INIT_AUTOMAKE(lmms, 0.3.1-svn20080303)
AC_INIT(lmms, 0.3.2, lmms-devel/at/lists/dot/sf/dot/net)
AM_INIT_AUTOMAKE(lmms, 0.3.2)

AM_CONFIG_HEADER(config.h)

Expand Down

0 comments on commit 7a3c832

Please sign in to comment.