gnome-scan r778 - trunk
- From: bersace svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-scan r778 - trunk
- Date: Wed, 14 Jan 2009 22:16:20 +0000 (UTC)
Author: bersace
Date: Wed Jan 14 22:16:20 2009
New Revision: 778
URL: http://svn.gnome.org/viewvc/gnome-scan?rev=778&view=rev
Log:
Release 0.7.1
Modified:
trunk/NEWS
trunk/configure.ac
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Wed Jan 14 22:16:20 2009
@@ -3,8 +3,62 @@
ââââââââââââââââ
-Gnome Scan aim to provide a sane scan infrastructure. Flegita provide
-app and plugin on top of Gnome Scan for the desktop.
+GNOME Scan aim to provide a sane scan infrastructure. Flegita provide
+app and plugin on top of GNOME Scan for the desktop.
+
+Changes in version 0.7.1
+========================
+
+ * Rewrote library and flegita in Vala.
+
+ * Code refactoring:
+
+ * Engine is now independant from interface. Would be easy to split
+ the library in libgnomescan and libgnomescan-ui (like in 0.4).
+
+ * Option are more smart, managing themselves their value. This allow
+ saving/loading high-level option to GConf and simplify the option
+ handling.
+
+ * Reusable auto-hiding, auto-expanding widgets GnomeScanOptionBox,
+ GnomeScanOptionPage for exposing options everywhere needed.
+
+ * Centralised status handling. Status of each node of the job will
+ influence status of the overall job and the UI will take this
+ status in account preventing user to launch unusable scan
+ configuration.
+
+ * Build and maintain only one Gegl pipeline this unify progress
+ monitoring and simplify the processing management. New plugins will
+ need to either use existing Gegl operation or implement their own..
+
+ * Unify configuration and acquisition dialog allowing to go back and
+ forth.
+
+ * Improvements in SANE support.
+
+ * Extend support for arbitrary depth from 1 to 32 bit per sample
+ with fast path for 1, 8, 16, 24 and 32 bit.
+
+ * Support hand-scanner with unlimited document length.
+
+ * Refactor code to handle workaround and high-level option.
+
+ * Native range support for integer and floating-point
+ number.
+
+ * Generic enumeration type support for string, integer and floating
+ point options.
+
+ * Match array option and ignore them.
+
+ * Several **REGRESSIONS** : no preview, no processing, no gimp
+ plugin, no doc, no headers installed, no internationalisation and
+ other things are missing. Please consider this release as a
+ development preview.
+
+ * Beware that GNOME Scan 0.7.1 is not parrallel installable with any
+ previous version of GNOME Scan.
Changes in version 0.6
======================
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Wed Jan 14 22:16:20 2009
@@ -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.7.0, http://bugzilla.gnome.org/simple-bug-guide.cgi?product=gnome-scan)
+AC_INIT(gnome-scan, 0.7.1, 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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]