[longomatch] Bump version 0.15.3.1 (pre-release)



commit 17ff90e1bc2ce007e367f9c13e7e81ed4368f6cc
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sat Oct 17 01:26:21 2009 +0200

    Bump version 0.15.3.1 (pre-release)

 CesarPlayer/AssemblyInfo.cs |    2 +-
 LongoMatch/AssemblyInfo.cs  |    2 +-
 NEWS                        |   14 ++++++++++++++
 configure.ac                |    2 +-
 4 files changed, 17 insertions(+), 3 deletions(-)
---
diff --git a/CesarPlayer/AssemblyInfo.cs b/CesarPlayer/AssemblyInfo.cs
index 1e500fa..7c31c85 100644
--- a/CesarPlayer/AssemblyInfo.cs
+++ b/CesarPlayer/AssemblyInfo.cs
@@ -41,7 +41,7 @@ using System.Runtime.CompilerServices;
 // You can specify all values by your own or you can build default build and revision
 // numbers with the '*' character (the default):
 
-[assembly: AssemblyVersion("0.15.3")]
+[assembly: AssemblyVersion("0.15.3.1")]
 
 // The following attributes specify the key for the sign of your assembly. See the
 // .NET Framework documentation for more information about signing.
diff --git a/LongoMatch/AssemblyInfo.cs b/LongoMatch/AssemblyInfo.cs
index a2a6101..16e84e5 100644
--- a/LongoMatch/AssemblyInfo.cs
+++ b/LongoMatch/AssemblyInfo.cs
@@ -42,7 +42,7 @@ using System.Runtime.CompilerServices;
 // You can specify all values by your own or you can build default build and revision
 // numbers with the '*' character (the default):
 
-[assembly: AssemblyVersion("0.15.3")]
+[assembly: AssemblyVersion("0.15.3.1")]
 
 // The following attributes specify the key for the sign of your assembly. See the
 // .NET Framework documentation for more information about signing.
diff --git a/NEWS b/NEWS
index d5c9905..d2851c4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+===== LongoMatch 0.15.4 =====
+
+	== Features ==
+	
+	* New drawing widget with specialized tools that allows to make drawings in a frame and save it in a file or
+	  in a play as a key frame. When this drawings are saved as key frame and the play is loaded, the player
+	  recall thme when it reaches the instant they belong to.
+	* Speeds improvements in retrieving projects from the database.
+	* Better readabilty of plays using bigger thumbnails and improving info layout
+ 	
+ 	== Bugs Fixed ==
+ 	
+ 	* [#598675] Memory leak handling Project objects  
+ 	
 ===== LongoMatch 0.15.3 =====
 
 	== Features ==
diff --git a/configure.ac b/configure.ac
index d7e6bfc..9d20c3c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 dnl Warning: This is an automatically generated file, do not edit!
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.54])
-AC_INIT([LongoMatch], [0.15.3])
+AC_INIT([LongoMatch], [0.15.3.1])
 AM_INIT_AUTOMAKE([foreign])
 
 AC_CONFIG_MACRO_DIR([m4])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]