diff --git a/ChangeLog b/ChangeLog index 9ce2991d3323177a1b9d0b785348ec45e1a57904..7fccd798c3e306f8e434c5675d658d0eac8583e2 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 08f43425c0fdc5805dd2caea2ca657f509bc5a40..696d2d2258fabce5daafa745b7ab84fb76d7ff88 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 bb819500db56fa62805e3b3e9eb02a60cd9e0729..215891a4ca14c0c63025af45d07d92565379bb70 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)