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