From 9b89724dae53e4ed6f41d5d0405e2b40ee06d379 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Tue, 23 May 2006 17:44:28 +0000 Subject: [PATCH] Releasing 0.10.1 "Sister and Friend" git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@788 d3729300-e425-0410-8a4c-d956edccc248 --- ChangeLog | 8 ++++++++ RELEASE | 58 ++++++++++++---------------------------------------- configure.ac | 2 +- 3 files changed, 22 insertions(+), 46 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9ce2991d..7fccd798 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +=== release 0.10.1 === + +2006-05-23 Edward Hervey + + * RELEASE: + * configure.ac: + Releasing 0.10.1 + 2006-05-23 Edward Hervey * pitivi/check.py: diff --git a/RELEASE b/RELEASE index 08f43425..696d2d22 100644 --- a/RELEASE +++ b/RELEASE @@ -1,57 +1,25 @@ -0.10.0 Release : It's a birthday party --------------------------------------- +0.10.1 Release : Sister and friend +---------------------------------- -The PiTiVi team is proud to announce the first release of the 0.10.x series of -the PiTiVi opensource video editor. +The PiTiVi team is proud to announce the second release of the 0.10.x series of the PiTiVi opensource video editor. -The 0.10.x series is an unstable series with 3-week release cycles. The goal of -this series is to allow users to test new versions often, give their feedback, -and remove bugs more often. +The 0.10.x series is an unstable series with 3-week release cycles. The goal of this series is to allow users to test new versions often, give their feedback, and remove bugs more often. * Features of this release - * Lots of UI improvements for usability - * Better error handling - * Many playback issues fixed - * Works in non-gnome environments - + * More UI improvements for usability + * Works with X11/Imagesink + * Handles more formats + * More startup checks * Bugs Fixed - * 330142 : Maintainer unresponsive to feature requests - * 330579 : Pitivi won't start - * 330860 : configure doesn't check for gnomevfs python bindings - * 332754 : play project stops after a second - * 334400 : missing an m4 directory - * 335481 : Pitivi don't work properly after pressing render - * 335503 : drag'n'drop from fileselector doesn't work - * 335651 : discoverererrordialog.glade is missing - * 335808 : issues on ppc, xfce - * 336328 : Window cramped the first time pitivi is run - * 336329 : First time pitivi is run, the complex timeline is shown - * 336333 : error dragging files from the filechooser to the sources ... - * 336343 : UI hang when opening specific media file - * 336345 : Useless toolbar - * 336346 : Icon/list view buttons should be an option menu - * 336347 : List view could be prettier - * 337726 : pitivi.desktop application icon name wrong - * 337964 : remove videotestsrc default view - * 338064 : starts playing after seek - * 339328 : window resizing should resize video, not sources list - * 339664 : [patch] rpm .spec - - -* Known issues - - * Using ximagesink as your video sink will not allow scaling. Please try to - avoid using that video output element until the relevant bug has been - solved in GStreamer. More info here: - http://bugzilla.gnome.org/show_bug.cgi?id=339201 - - * Quicktime and .mp4 files might cause issues. Those issues have been solved in - the cvs version of gst-plugins-bad and will be available in the next release - (0.10.2). + * 335500 : Render dialog never goes away + * 339993 : [i18n] use stock labels included with stock items + * 339998 : Gnome button order + * 340382 : current position should be ui-independent + * 342674 : Segmentation fault on load * Requirements diff --git a/configure.ac b/configure.ac index bb819500..215891a4 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.52) dnl initialize autoconf dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, cvs and prerelease does Werror too -AC_INIT(PiTiVi, 0.10.0.1, +AC_INIT(PiTiVi, 0.10.1, http://www.pitivi.org/, pitivi) -- GitLab