summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog6
-rw-r--r--NEWS24
3 files changed, 31 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 1e2d5cfb..11b4df23 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -7,6 +7,7 @@ the following people contributed to cheese:
- Cosimo Cecchi <anarki@lilik.it>
- Diego Escalante Urrelo <dieguito@gmail.com>
- Felix Kaser <f.kaser@gmx.net>
+ - Filippo Argiolas <filippo.argiolas@gmail.com>
- Gintautas Miliauskas <gintas@akl.lt>
- James Liggett <jrliggett@cox.net>
- Luca Ferretti <elle.uca@libero.it>
@@ -18,7 +19,6 @@ the following people contributed to cheese:
- Thomas Perl <thp@perli.ne>
- Tim Philipp Müller <tim@centricular.net>
- Tommi Vainikainen <thv@iki.fi>
- - Filippo Argiolas <filippo.argiolas@gmail.com>
icon-work
- cheese icons by Andreas Nilsson <andreas@andreasn.se>
diff --git a/ChangeLog b/ChangeLog
index eacd3ade..2299e2ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-07-21 daniel g. siegel <dgsiegel@gmail.com>
+
+ * AUTHORS,
+ NEWS:
+ update NEWS and AUTHOR file
+
2008-07-08 daniel g. siegel <dgsiegel@gmail.com>
* wscript:
diff --git a/NEWS b/NEWS
index 7120dd14..9a380fe6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,30 @@
ChangeLog for Cheese
--------------------
+version 2.23.5
+ - make recording of videos work again, fixes bug #523475, courtesy of Filippo Argiolas
+ - bump gstreamer requirements to 0.10.16
+ - fixes cheese_print_handler, which resulted in empty cheese logs, courtesy of Filippo Argiolas
+ - allow to choose the webcam using the preference dialog, fixes bug #522200, courtesy of Ryan Zeigler
+ - remove some gcc warnings, fixes bug #537490, courtesy of Cosimo Cecchi
+ - fixed typo, which prevented hildon mode to compile cleanly
+ - removed included <X11/extensions/xf86vmode.h>, fixes bug #539631, courtesy of Marc-Andre Lureau
+ - make hal-device-id command line option work, fixes bug #498023, courtesy of Ryan Zeigler
+ - use ogv as default video extension, fixes bug #524021
+ - added/updated translations
+ - es, courtesy of Jorge González
+ - sv, courtesy of Daniel Nylander
+ - nb, courtesy of Kjartan Maraas
+ - ko, courtesy of Changwoo Ryu
+ - bg, courtesy of Alexander Shopov
+ - oc, courtesy of Yannig Marchegay
+ - et, courtesy of Ivar Smolin
+ - pt_BR, courtesy of Fabrício Godoy and Ferreira Fontenelle
+ - ps, courtesy of Zabeeh Khan
+ - gl, courtesy of Ignacio Casal Quinteiro
+ - zh_HK, courtesy of Chao-Hsiung Liao
+ - zh_TW, courtesy of Chao-Hsiung Liao
+
version 2.23.4
- fix a crash, when using about/quit menu items in hildon mode, fixes bug #535582, courtesy of Michael Terry
- Instead of crashing report when certain gstreamer are not found, fixes bug #522009, courtesy of Todd Eisenberger