[Xfce4-commits] <ristretto:ristretto-0.2> Update NEWS and Version
Stephan Arts
noreply at xfce.org
Thu Nov 3 10:44:03 CET 2011
Updating branch refs/heads/ristretto-0.2
to c0a0e13cbe0702e103f9580c898c289edab2cc5d (commit)
from 94019d787886456a944be9ac1250a57da7017e8e (commit)
commit c0a0e13cbe0702e103f9580c898c289edab2cc5d
Author: Stephan Arts <stephan at xfce.org>
Date: Mon Oct 31 10:43:35 2011 +0100
Update NEWS and Version
NEWS | 5 +++++
configure.in.in | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/NEWS b/NEWS
index a5bd30d..39cb0b5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+0.2.2
+=====
+- Fix a problem with the calculation of the scaled-pixbuf of images
+ where the ratio width/screen-width < height/screen-height.
+
0.2.1
=====
- Fix bug #8036 (ristretto crashes when rotating images)
diff --git a/configure.in.in b/configure.in.in
index 11d8237..98e8752 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -11,7 +11,7 @@ dnl *** Version information ***
dnl ***************************
m4_define([ristretto_version_major], [0])
m4_define([ristretto_version_minor], [2])
-m4_define([ristretto_version_micro], [1])
+m4_define([ristretto_version_micro], [2])
m4_define([ristretto_version_build], [r at REVISION@])
m4_define([ristretto_version_tag], []) # Leave empty for releases
m4_define([ristretto_version], [ristretto_version_major().ristretto_version_minor().ristretto_version_micro()ifelse(ristretto_version_tag(), [], [], [ristretto_version_tag()-ristretto_version_build()])])
More information about the Xfce4-commits
mailing list