[brasero] Update release to 2.27.3 and write NEWS.



commit f5a17f2200449c02d4f3aea790908581bed8020d
Author: Luis Medinas <lmedinas gnome org>
Date:   Tue Jun 16 01:58:27 2009 +0100

    Update release to 2.27.3 and write NEWS.

 NEWS         |   37 +++++++++++++++++++++++++++++++++++++
 configure.in |    4 ++--
 2 files changed, 39 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index babd9a9..3fe9562 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,40 @@
+16-06-2009
+Brasero 2.27.3
+
+Changes:
+
+- Fix a crash when there is no medium inserted
+- Fix a crash when there is no error
+- Display the size that would be used by the data to burn in the combo box
+- Fix image format retrieval which failed after several images had been
+selected
+- Fix bgo #582519 â?? In nautilus copy disc should have a disc as default target instead of an iso file
+- Improvements to medium choosing combo
+- Fix #554201 â?? Project size graph in stat
+- Fix #583458 â?? brasero configure switches only disables options
+- Fix for #583649 â?? Wrong translatable strings in burn-job.c
+- Add NetBSD support to libbrasero-media
+- Fix #584538 â?? Make time unit formatting completely translatable
+- Fix #582059 â?? Cover editor ignores background image style setting in
+printout 
+- Fix #581639 â?? Cover editor shows background images scaled but on printing the images are not. 
+- Remove joliet option from the burn option dialog (except for nautilus
+extension) and ask the user in the data project if he wants joliet or not
+- Fix #584538 â?? Make time unit formatting completely translatable
+- Added gitignore 
+- Transation Updates
+ 
+
+Homepage: http://www.gnome.org/projects/brasero
+
+Please report bugs to: http://bugzilla.gnome.org/browse.cgi?product=brasero
+
+Mailing List for User and Developer discussion: brasero-list gnome org
+
+GIT Repository: http://git.gnome.org/cgit/brasero/
+
+Thanks to all the people who contributed to this release through patches, translation, advices, artwork, bug reports.
+
 25-03-2009
 Brasero 2.27.2
 
diff --git a/configure.in b/configure.in
index 9f7cb31..cdd2427 100644
--- a/configure.in
+++ b/configure.in
@@ -1,10 +1,10 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(brasero, 2.27.2)
+AC_INIT(brasero, 2.27.3)
 AC_CONFIG_SRCDIR(src/main.c)
 
 BRASERO_MAJOR_VERSION=2
 BRASERO_MINOR_VERSION=27
-BRASERO_SUB=2
+BRASERO_SUB=3
 BRASERO_VERSION=$BRASERO_MAJOR_VERSION.$BRASERO_MINOR_VERSION.$BRASERO_SUB
 
 AC_SUBST(BRASERO_MAJOR_VERSION)



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