[cheese] 2.29.90



commit 15d7525271b8f7330a06eff653695aab58e55053
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Feb 9 14:39:43 2010 +0000

    2.29.90
    
    And fix a few distcheck bugs

 NEWS                  |   11 +++++++++++
 configure.ac          |    2 +-
 libcheese/Makefile.am |    2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7c4948a..ce3f9ba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,17 @@
 ChangeLog for Cheese
 --------------------
 
+version 2.29.90
+
+  * Export libcheese-gtk library
+  * Rework Cheese itself to use libcheese-gtk
+  * Add cropping ability to the chooser widget
+  * Fix a possible crasher and a hang in CheeseCamera
+  * Require libgudev on Linux systems
+  * Limit framerate to 30 frames per second
+
+  * Updated German documentation
+
 version 2.29.5
 
   A slightly different format for these release notes.
diff --git a/configure.ac b/configure.ac
index 231c669..6e5f8a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT(cheese, 2.29.6.1)
+AC_INIT(cheese, 2.29.90)
 
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
diff --git a/libcheese/Makefile.am b/libcheese/Makefile.am
index f7a6470..2e652b9 100644
--- a/libcheese/Makefile.am
+++ b/libcheese/Makefile.am
@@ -49,7 +49,7 @@ libcheese_gtk_la_SOURCES = \
 	cheese-widget-private.h \
 	$(NULL)
 
-EXTRA_DIST = cheese-gtk.symbols
+EXTRA_DIST = cheese-gtk.symbols cheese-marshal.list
 CLEANFILES = $(BUILT_SOURCES)
 
 # FIXME when we have a .pc file, and sonames



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