# Generated by Makefile. Do not edit.

commit 8dba2f7cbe0fe3f613a307108cab49f7cdec2430
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:   Mon Jun 15 22:48:22 2009 +0200

    update NEWS file

M	NEWS

commit c2675d63df006d6dffc0b3e7cdc64b3fefda6df3
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Mon Jun 15 21:58:12 2009 +0200

    webcam: set as default resolution the highest one with more than 15fps

    Webcam devices often support high resolutions but at a very slow rate.
    We used to pick the highest one as default often ending up with
    a jerky
    preview and complaining users. Set default resolution to the best one
    with a framerate higher than 15Hz. Fixes bug #585857

M	src/cheese-webcam.c

commit d25b64149249be6a1329880ae42d4accc0db06d3
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Sun Jun 14 20:51:46 2009 +0200

    recording: lower max-(page)-delay. Should fix #585761

    Lower max-delay and max-page-delay oggmux properties from 5 to 0.5
    seconds. Should prevent out of sync audio in recorded videos and
    hopefully fix bug #585761.

M	src/cheese-webcam.c

commit 7714c30c506e11545d38180f62d044025796cdd4
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Sun Jun 14 11:59:18 2009 +0200

    gconf: fix a memory leak

    g_strjoin allocates a new string, so the old effect string was
    leaking.

M	src/cheese-gconf.c

commit 800bfae8eb6e76a808e46b222b876aa2f2802ed3
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Sun Jun 14 11:50:02 2009 +0200

    gconf: duplicate effect string before free. Fixes bug 584186

    The first item of the effect string was being accessed after freed.
    Duplicate it to avoid this. Fixes bug 584186

M	src/cheese-gconf.c

commit 98e40e7ee48f0244f2bde9316693abaf5e7c78a2
Author: Daniel Nylander <po@danielnylander.se>
Date:	Sun Jun 14 11:16:40 2009 +0200

    Updated sv translation (Daniel Nylander)

M	po/sv.po

commit 2717079f74117df5218ddf03a405428c55b95cf7
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	Wed Jun 10 09:55:28 2009 +0200

    Updated Norwegian bokmål translation.

M	po/nb.po

commit ceae3e6ff97d21aca1dd6051bd0e29470316f7ff
Author: Gil Forcada <gforcada@gnome.org>
Date:	Tue Jun 9 19:23:13 2009 +0200

    Minor fix thanks to Pau Iranzo <pau@somgnu.cat>

M	po/ca.po

commit 5d5ac32c0800e477152faba11c5da360d2da0c59
Author: drtvasudevan <agnihot3@gmail.com>
Date:	Fri May 29 16:59:33 2009 +0530

    Updated Tamil translation

M	po/ta.po

commit 79f8dcffac21c5a2d7ed68e82e01e3888af8fef0
Author: drtvasudevan <agnihot3@gmail.com>
Date:	Fri May 29 16:56:55 2009 +0530

    Updated Tamil translation

M	po/ta.po

commit d3a5ff194b843009a7981068c9593e3945ebb120
Author: drtvasudevan <agnihot3@gmail.com>
Date:	Fri May 29 10:55:00 2009 +0530

    Updated Tamil translation

M	po/ta.po

commit a5a7e39b7626a95c40954e4e94159802802489e9
Author: drtvasudevan <agnihot3@gmail.com>
Date:	Thu May 7 22:13:52 2009 +0530

    Updated Tamil translation

M	po/ta.po

commit e70fa72761dda7ba2fb80f978e005aacb4e1fe66
Author: drtvasudevan <agnihot3@gmail.com>
Date:	Thu May 7 22:08:05 2009 +0530

    Updated Tamil translation

M	po/ta.po

commit f21323529b18820ee304244d68b6929ee5a4f590
Author: Simos Xenitellis <simos@gnome.org>
Date:	Tue May 26 22:07:21 2009 +0100

    Fixed Greek translation for documentation.

M	help/el/el.po

commit dd1efbf7000c1331d05014cfde3b9abc3e985ca1
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Tue May 26 08:48:05 2009 +0200

    window: remove initial black bars (at least for 4:3 webcams)

    Set a size request on the drawing area, get the requisition
    computed on
    the main window and use it as default size. Then the first size
    request
    can be removed and the window will keep the size we requested.
    Handy trick to set default size of the drawing area without
    limiting its
    minimum size.

M	data/cheese.glade
M	data/cheese.ui
M	src/cheese-window.c

commit 67681cb1b10289d1317d0f80a40f494bccb7bcf0
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Sun May 24 12:45:45 2009 +0200

    window: avoid ugly flickering on window resize

    Let gstxoverlay take full control of the drawing area window.
    Prevent gtk to draw the background and remove the flickering caused by
    its internal double buffering.

M	src/cheese-window.c

commit 2dabe9506258ed91727b6459e63a6b676b3c9ce4
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Sun May 24 12:45:27 2009 +0200

    webcam: forward expose events to the xoverlay interface

    No need to call set_xwindow_id on expose events while there is
    a proper
    method to forward expose events to the overlay.

M	src/cheese-webcam.c

commit 4e73995815aac27b32066c760e141686aec47ac0
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Sun May 24 12:44:56 2009 +0200

    webcam: set force-aspect-ratio property on the videosink

    Almost every available gstreamer videosink can display black bars
    around
    the video keeping its aspect ratio. Enable it if available.
    Black bars look a lot nicer than the grey color of the underlying
    gtkwindow displayed with the aspectframe.

M	src/cheese-webcam.c

commit 0019a412d617e1bd60fb27989a1f299ca31ba131
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Sun May 24 11:07:25 2009 +0200

    window: remove aspectframe

    GtkAspectFrame doesn't really suit our needs here, it hardcodes an
    aspect ratio that obviously cannot be valid for every format webcams
    support. Render the video directly to the drawing area with no
    external
    aspect ratio restriction. Fixes bug #559188

M	data/cheese.glade
M	data/cheese.ui

commit 15e82d42fdd7378a8b420777c999d8473755c729
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Mon May 25 23:42:27 2009 +0200

    post release version bump

M	configure.ac
M	wscript

commit faa6a616cd5974c4d1921531771152a49a4c238a
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Mon May 25 23:31:45 2009 +0200

    update NEWS file

M	NEWS

commit abcdeee70c06880371e4a7cd19090a9079daa764
Author: A S Alam <aalam@users.sf.net>
Date:	Sun May 24 19:53:49 2009 +0530

    Updating Punjabi Translation

M	po/pa.po

commit fd2909a88cfbffd22166915d7a5cccd7c96e260e
Author: Ivar Smolin <okul@linux.ee>
Date:	Wed May 20 09:48:24 2009 +0300

    Updating Estonian translation

M	po/et.po

commit 6d89d72ee660d2d9c5255e6377b92c1b4ed22cc0
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:	Sun May 17 22:28:26 2009 +0200

    Updated Spanish translation

M	po/es.po

commit b3e30d3a700b587e46bc9344009d13d1b12d62cf
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Sun May 17 08:27:49 2009 +0200

    Don't take new photo while waiting for the previous

    Ignore new photo requests if we are still waiting for an "handoff"
    signal for the previous one. Fixes bug #582902

M	src/cheese-webcam.c
M	src/cheese-webcam.h
M	src/cheese-window.c

commit 9a27b08a1901f1d211f3450028be01dcbc21f870
Author: Nathan-J. Hirschauer <nathanhirschauer@verfriemelt.org>
Date:	Sun May 17 16:12:41 2009 +0200

    Updated German translation.

M	po/de.po

commit ba285816a41a26af2ed2351b584fac1da35df41d
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Sat May 16 21:15:25 2009 +0200

    thumbview: fix a couple of memory leaks

    Fix a couple of trivial memory leaks in the thumbnail generator code.
    Fixes bug #578289

M	src/cheese-thumb-view.c

commit 62bdfbb0edb45d5f5ad0763f5f4ac78c49131fb4
Author: Simos Xenitellis <simos@gnome.org>
Date:	Wed May 13 22:13:07 2009 +0100

    Updated Greek translation

M	help/el/el.po

commit 1d12ce022f8182c728f8cd952693266331f2a434
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Wed May 13 19:57:36 2009 +0200

    window: print detailed error message if show_uri fails

M	src/cheese-window.c

commit d079e930bdcb22a27bc3de24ddf204db83486e15
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Tue May 12 16:02:19 2009 +0200

    thumbview: don't return if theme_load_icon fails

    Don't return if "image-loading" icon is not found, we will have
    an empty
    pixbuf while the thumbnail thread is running but it is surely
    better than
    no thumbnail at all.
    Try to fallback to generic "image" icon before giving up.
    Fixes (at least it should) bug #582240.

M	src/cheese-thumb-view.c

commit 9245591e1432acd304b855082fe4cc1279731e76
Author: Marios Zindilis <m.zindilis@dmajor.org>
Date:	Mon May 11 18:26:20 2009 +0100

    Updated Greek translation

M	help/el/el.po

commit 0f3c3b3ac530b94fcac105b89654d9ee2c0b924b
Author: Akom C <knight2000@gmail.com>
Date:	Mon May 11 16:00:18 2009 +0700

    Updated Thai translation

M	po/th.po

commit a0b28a4123ef88dcbf7aa0202b3c0f2645ed0140
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:	Fri May 8 20:05:46 2009 +0200

    Updated Spanish translation

M	po/es.po

commit 6e1acde3ca7bebec734b80c604b5697033fa1796
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:	Fri May 8 14:57:18 2009 +0530

    Updated Oriya Translation.

M	po/or.po

commit 1d0aa711ff5eee797b934f53116699b2d8bde1ce
Author: daniel g. siegel <dgsiegel@gnome.org>
Date:	Tue May 5 01:30:42 2009 +0200

    post release version bump

M	wscript

commit 586b3354c8ffb97647af2fe7b679e0353e914a2b
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Tue May 5 01:24:39 2009 +0200

    post release version bump

M	configure.ac

commit e955b30a3ec3423860bb2fd9923b6e13f9aaa191
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Tue May 5 00:59:04 2009 +0200

    update NEWS file

M	NEWS

commit a9a473c87c03a3e10359c66cb376060a4936c22d
Author: daniel g. siegel <dgsiegel@gnome.org>
Date:	Tue May 5 00:34:05 2009 +0200

    bump version number in wscript

M	wscript

commit 33c73db970ae5ae4c3bab4eea41321d98c9ab570
Author: daniel g. siegel <dgsiegel@gnome.org>
Date:	Tue May 5 00:31:52 2009 +0200

    rename remaining ChangeLog files to ChangeLog.pre-git

    as we do not use ChangeLog files anymore, this commit moves
    po/ChangeLog and help/ChangeLog to ChangeLog.pre-git

R100	help/ChangeLog	help/ChangeLog.pre-git
R100	po/ChangeLog	po/ChangeLog.pre-git

commit 9fc46c6ebb25248bb983cb0053f1e728d5f674d8
Merge: 2791248 b36b6c9
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Tue May 5 00:20:09 2009 +0200

    Merge branch 'videobalance'

    Improve preferences dialog making it more consistent with other GNOME
    applications. Add support for brightness, contrast, saturation and hue
    adjustments. Fixes bug #558970.
    See single commits for detailed changes.

commit 2791248a89a1ed60907a51606298439b62cda0a6
Author: daniel g. siegel <dgsiegel@gnome.org>
Date:	Mon May 4 20:26:46 2009 +0200

    add dist-hook rule for ChangeLog autogeneration

    added a dist-hook rule, which calls git log and overwrites
    the sample ChangeLog file. we run git log $(CHANGELOG_START)..
    --stat -M -C --name-status --no-color ) | fmt --split-only where
    $CHANGELOG_START is set to 2.26.0

M	Makefile.am

commit a8ef7428275abaad45c494f6360ad88bb6e92890
Author: daniel g. siegel <dgsiegel@gnome.org>
Date:	Thu Apr 30 12:01:05 2009 +0200

    change the copyright to 2009, this time for real

M	src/cheese-window.c

commit 673661bb62f20e4a7f2e8660c1243cba8e1dcf66
Author: daniel g. siegel <dgsiegel@gnome.org>
Date:	Wed Apr 29 00:55:00 2009 +0200

    change the copyright year in the about window to 2009, should be
    done with other files too

M	src/cheese-window.c

commit 0cb05a5cb43bdbadd42540fad457fba9ff3fd66c
Author: daniel g. siegel <dgsiegel@gnome.org>
Date:	Wed Apr 29 00:53:29 2009 +0200

    add temporary waf build files to .gitignore

M	.gitignore

commit 69e72603916b8873ec12a775fdc5f1cdf36d5a13
Author: Patryk Zawadzki <patrys@pld-linux.org>
Date:	Sun Apr 26 15:58:25 2009 +0200

    Fix doap file syntax

    The standard requires mbox to be an URI, mailto: pseudoprotocol is
    required.

M	cheese.doap

commit 4de6c27010476c4cdf56081feb5a7112ab24b94d
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Tue Mar 3 19:06:56 2009 +0100

    Remove deprecated gtk_action_connect_proxy calls

    Replace gtk_action_connect_proxy, deprecated in gtk+ 2.16, with
    gtk_activatable_set_related_action. Fixes bug #571383.
    Bump gtk requirements to reflect this change.

M	configure.ac
M	src/cheese-window.c

commit 5a814ca0da06bb1845161e5a92f7f3c8b0eaca75
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Fri Apr 24 19:41:34 2009 +0200

    Version bump for 2.27 development branch

M	configure.ac

commit b36b6c93c06c5cc7d48bc3b1aa3e7bf830e5b56c
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Thu Apr 23 19:38:55 2009 +0200

    Use new scale marks to revert sliders to default

    Add a sticky mark at the default value in the new sliders to make it
    easier to reset the picture adjustments.

M	src/cheese-prefs-balance-scale.c

commit c158ba6e49145796a808bcaa901aae0cb5a639b8
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Thu Apr 23 18:30:08 2009 +0200

    Implement hue control

    Actually implement the widget for hue adjustment, add its
    gconf property and the correspondent schema

M	data/cheese.schemas.in
M	src/cheese-gconf.c
M	src/cheese-gconf.h
M	src/cheese-prefs-dialog.c
M	src/cheese-window.c

commit bb310c270833e692a9bf587f4efd8bd780e6dad8
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:	Thu Apr 23 18:19:16 2009 +0200

    Updated Spanish translation

M	po/es.po

commit 0e5c6762f84ed41908a4952691a9ebe97ba94570
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Thu Apr 23 18:17:25 2009 +0200

    Set default values for "unset" gconf keys

    If a gconf key doesn't exist, doesn't have a schema or is just
    unset set
    the value to the paramspec default. This fixes the picture being
    black if
    no schema installed (brightness and contrast set to 0).
    The best thing would be to ask gstreamer for the default as we do
    in the
    preferences dialog but at the moment CheeseGconf is still unaware of
    CheeseWebcam.
    The method used (check gconf_client_get to be non NULL) is a bit
    tricky
    but that's the only way to get information about unset keys.
    Yes, gconf sucks.

M	src/cheese-gconf.c

commit cb8a8ec8889bc4b4e79ecc088187464c3a333f95
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Thu Apr 23 17:53:48 2009 +0200

    Implement saturation control

    Actually implement the widget for saturation adjustment, add its
    gconf property and the correspondent schema

M	data/cheese.schemas.in
M	src/cheese-gconf.c
M	src/cheese-gconf.h
M	src/cheese-prefs-dialog.c
M	src/cheese-window.c

commit 876ea9dd5b76cbe1cf32d3037344119292f7eb77
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Thu Apr 23 17:32:52 2009 +0200

    Implement contrast control

    Actually implement the widget for contrast adjustment, add its
    gconf property and the correspondent schema

M	data/cheese.schemas.in
M	src/cheese-gconf.c
M	src/cheese-gconf.h
M	src/cheese-prefs-dialog.c
M	src/cheese-window.c

commit 238172087b3e5d8f8665763df8b8d0dcda1cd254
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Thu Apr 23 17:12:34 2009 +0200

    Make balance widget more generic

    Rename BrightnessScale to BalanceScale and add a dynamic property
    name so
    the same widget can be reused to control all balance properties just
    passing the correspondent property name at construction.

M	src/Makefile.am
A	src/cheese-prefs-balance-scale.c
A	src/cheese-prefs-balance-scale.h
D	src/cheese-prefs-brightness-scale.c
D	src/cheese-prefs-brightness-scale.h
M	src/cheese-prefs-dialog.c
M	src/cheese-prefs-dialog.h
M	src/cheese-webcam.c
M	src/cheese-webcam.h
M	src/cheese-window.c

commit 27df6827bd5167cf68aede1fa55b800a4b0cd585
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Thu Apr 23 09:58:39 2009 +0200

    Add category and bug-database fields to doap file

    Category is needed to be listed correctly on cgit

M	cheese.doap

commit 3a65610da0b094738ec18ccf44ff8e9458871373
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Thu Apr 23 09:51:23 2009 +0200

    Rework Preferences dialog

    Reorganize preferences dialog in a grouped fashion, looks nicer
    and it's
    more consistent to other GNOME projects style. Add controls for coming
    soon image properties.

M	data/cheese-prefs.glade
M	data/cheese-prefs.ui
M	src/cheese-webcam.c

commit c8c1f7efeb9d104cc8dafdc8e86589df306d67c2
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Wed Apr 22 22:24:59 2009 +0200

    Store brightness in gconf

    Store brightness level in the correspondent gconf setting and
    restore it
    on startup

M	src/cheese-prefs-brightness-scale.c
M	src/cheese-prefs-brightness-scale.h
M	src/cheese-prefs-dialog.c
M	src/cheese-window.c

commit 8098dbd205c4883f99bf9c4caddfd3e7decd734d
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Wed Apr 22 21:57:58 2009 +0200

    Add gconf brightness property

    Add a gconf property to store the new brightness setting

M	data/cheese.schemas.in
M	src/cheese-gconf.c
M	src/cheese-gconf.h

commit 43d5794db9a52b7df1b4b46a6e02a7c6ca94c1d3
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Wed Apr 22 20:48:06 2009 +0200

    Add a first draft of a brightness widget

    Add a GtkHScale widget to the preferences dialog, right now it's
    just for
    testing purposes. I think the whole dialog needs some love.
    Create corresponding cheese-prefs widget.
    Add needed methods for brightness control in cheese-webcam.

M	data/cheese-prefs.glade
M	data/cheese-prefs.ui
M	src/Makefile.am
A	src/cheese-prefs-brightness-scale.c
A	src/cheese-prefs-brightness-scale.h
M	src/cheese-prefs-dialog.c
M	src/cheese-webcam.c
M	src/cheese-webcam.h

commit 59dd8ddc966c23f9ada5c69215f91529a3708b4f
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Wed Apr 22 18:54:52 2009 +0200

    Add a videobalance to the pipeline

    Add a videobalance element to video_display_bin to make room for
    upcoming
    contrast, brightness, etc, preferences.
    Not sure the colorspace converter is really needed, deeper look
    needed.

M	src/cheese-webcam.c

commit f62cda41e0eeeee2ae1e184c86aac817a057b8f6
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Date:	Sun Apr 19 18:24:34 2009 +0200

    Archive old ChangeLog

    Move current ChangeLog to ChangeLog.pre-git and replace it with a
    placeholder that points to 'git log'

M	ChangeLog
C100	ChangeLog	ChangeLog.pre-git

commit 6029fac0f2494c4ac867119251e4c97c72c2d133
Author: Jaap A. Haitsma <jaap@haitsma.org>
Date:	Sat Apr 18 21:52:19 2009 +0200

    Add .gitignore

A	.gitignore

commit 44f70b812b85476125920a7775af03816a1c792e
Author: daniel g. siegel <dgsiegel@gnome.org>
Date:	Thu Apr 16 23:33:06 2009 +0200

    added cheese.doap file

A	cheese.doap

commit a7ef3f0c1a64f79ad03049d02027d0ea75a37a61
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:	Sun Apr 12 12:43:30 2009 +0000

    Updated Spanish translation

    svn path=/trunk/; revision=1231

M	po/ChangeLog
M	po/es.po

commit 81349b4c588a71191dac4e422da5b0894285c85a
Author: Ihar Hrachyshka <iharh@src.gnome.org>
Date:	Sun Apr 12 07:27:14 2009 +0000

    Added Belarusian translation.

    svn path=/trunk/; revision=1230

M	po/ChangeLog
M	po/LINGUAS
A	po/be.po

commit edb1a05d37b24634fea5e7bcf5ec1448d1d32a90
Author: Daniel G. Siegel <dgsiegel@src.gnome.org>
Date:	Thu Mar 19 16:02:36 2009 +0000

    added filippo to MAINTAINERS, welcome!

    svn path=/trunk/; revision=1229

M	ChangeLog
M	MAINTAINERS

commit 87835ac91ed52e6840682d4703b105a5afbca8c1
Author: Shankar Prasad <sprasad@src.gnome.org>
Date:	Thu Mar 19 09:45:32 2009 +0000

    updated kn.po

    svn path=/trunk/; revision=1228

M	po/ChangeLog
M	po/kn.po

commit 8d7c58c3fbfea7fba8853b69e09fd27c95c55887
Author: Djihed Afifi <djihed@src.gnome.org>
Date:	Wed Mar 18 09:31:44 2009 +0000

    corrections

    svn path=/trunk/; revision=1227

M	po/ar.po

commit 66a3255222e5174e4b1929830dfd2d024d045b45
Author: Djihed Afifi <djihed@src.gnome.org>
Date:	Wed Mar 18 09:20:23 2009 +0000

    Updated Arabic translation

    svn path=/trunk/; revision=1226

M	po/ChangeLog
M	po/ar.po

commit b59109012e8bff6310b52a3bf77d5298fd27052b
Author: Daniel G. Siegel <dgsiegel@src.gnome.org>
Date:	Mon Mar 16 17:53:31 2009 +0000

    post release version bump

    svn path=/trunk/; revision=1225

M	ChangeLog
M	configure.ac
M	wscript
