[Xfce4-commits] <ristretto:ristretto-0.1> update NEWS and version-number
Stephan Arts
noreply at xfce.org
Thu Nov 3 10:44:01 CET 2011
Updating branch refs/heads/ristretto-0.1
to dd451227d76b6d5f241d091ba57a233c3635345d (commit)
from 934acb464b07b972f59c8adba56443a1aeda2ecd (commit)
commit dd451227d76b6d5f241d091ba57a233c3635345d
Author: Stephan Arts <stephan at xfce.org>
Date: Mon Oct 31 10:50:06 2011 +0100
update NEWS and version-number
NEWS | 5 +++++
configure.in.in | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/NEWS b/NEWS
index 129ea6b..deca741 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+0.1.3
+=====
+- Fix a problem with the calculation of the scaled-pixbuf of images
+ where the ratio width/screen-width < height/screen-height.
+
0.1.2
=====
- Fix crash when rotating images (Bug #8036)
diff --git a/configure.in.in b/configure.in.in
index 93f6cc4..d130532 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], [1])
-m4_define([ristretto_version_micro], [2])
+m4_define([ristretto_version_micro], [3])
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