gnome-scan r535 - trunk



Author: bersace
Date: Wed Feb 27 20:52:09 2008
New Revision: 535
URL: http://svn.gnome.org/viewvc/gnome-scan?rev=535&view=rev

Log:
Release 0.5.93


Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.ac

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Wed Feb 27 20:52:09 2008
@@ -9,14 +9,24 @@
 Changes in version 0.5.93
 =========================
 
- * Use a waiting cursor while probing.
+ * Complete rotation implementation, was almost non working in 0.5.4
+   :x
+
+ * Fixed preview with rotation, simplified the preview code, allowing
+   to use hardware capabilities (needs testing though);
+
+ * Fixed ROI position not translated to driver unit.
 
- * Fixed buffer leaks.
+ * Fixed buffer leaks and lots of other GObject leaks.
+
+ * Use a waiting cursor while probing.
 
  * Reworked and completed API documentation
 
-Changes in version 0.5.92
-=========================
+ * Depens on GEGL 0.0.16.
+
+Changes in version 0.5.92 ÂÂSÃrieusement cette foisÂÂ
+=====================================================
 
  * Add an Automatic color enhancement option in common processing.
 
@@ -26,12 +36,12 @@
 
  * Show preview acquisition progress bar again.
 
- * Port to latest GEGL.
+ * Automatic per app settings saving in gconf. Now depends on GConf.
 
- * Automatic per app settings saving in gconf. Now depends on gconf.
+ * Dropped printing.
 
-Changes in version 0.5.4
-========================
+Changes in version 0.5.4 ÂÂCe projet n'est pas mortÂÂ
+=====================================================
 
  * Processing architecture plus rotation support. UI allows only simple 
    rotation (0, 90, 180 and 270 degrees).
@@ -55,7 +65,7 @@
 
  * Buggy scan-to-print in flegita using GtkPrint.
 
- * Use this version for AbiScan
+ * Use this version for AbiScan (proof of concept)
 
  * Use app specific icon dir for app specific icon. Use "scanner" icon
    instead of "input-scanner", from icon-naming-spec.
@@ -198,7 +208,9 @@
 
  * Fix bugs in memory handling.
 
- * Fix typos in various messages (both debug and UI). Thanks to Philipp Sadleder.
+ * Fix typos in various messages (both debug and UI). Thanks to
+   Philipp Sadleder.
 
- * Use g_get_home_dir () instead of ~/Documents as default save directory.
+ * Use g_get_home_dir () instead of ~/Documents as default save
+   directory.
 

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Wed Feb 27 20:52:09 2008
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl Created by Anjuta application wizard.
 
-AC_INIT(gnome-scan, 0.5.92, http://bugzilla.gnome.org/simple-bug-guide.cgi?product=gnome-scan)
+AC_INIT(gnome-scan, 0.5.93, http://bugzilla.gnome.org/simple-bug-guide.cgi?product=gnome-scan)
 
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 AM_CONFIG_HEADER(config.h)
@@ -60,7 +60,7 @@
 AC_SUBST(API_VERSION)
 
 
-PKG_CHECK_MODULES(GNOME_SCAN, [gmodule-2.0 gthread-2.0 glib-2.0 gdk-2.0 >= 2.11 gdk-pixbuf-2.0 gtk+-2.0 gegl >= 0.0.15 gconf-2.0 ])
+PKG_CHECK_MODULES(GNOME_SCAN, [gmodule-2.0 gthread-2.0 glib-2.0 gdk-2.0 >= 2.11 gdk-pixbuf-2.0 gtk+-2.0 gegl >= 0.0.16 gconf-2.0 ])
 AC_SUBST(GNOME_SCAN_CFLAGS)
 AC_SUBST(GNOME_SCAN_LIBS)
 



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