summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2011-01-26 11:02:14 +0000
committerRichard Hughes <richard@hughsie.com>2011-01-26 11:02:14 +0000
commit3da90d11155ca93414dbff88ec1347c4e4ccd544 (patch)
tree80268e1a2b42bdaac55a291073e266471251ed0e
parent16b608061f444bc58a4267f396dcefe757634ace (diff)
downloadcolord-0.1.1.tar.gz
Release colord 0.1.1COLORD_0_1_10.1.1
-rw-r--r--NEWS39
-rw-r--r--configure.ac2
2 files changed, 40 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7bb2eb2..3ffe46a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,42 @@
+Version 0.1.1
+~~~~~~~~~~~~~
+Released: 2011-01-26
+
+Notes:
+ - A small break in the DBus API this release: Commit() has been added.
+ - Many new properties are available on the interfaces.
+ - SANE and v4linux UDEV devices are now added as colord devices.
+ - The persistent storage code has been written so device and profiles
+ get auto-assigned when they appear.
+ - Be sure to rebuild the 'icc' branches of CUPS and gnome-color-manager
+ if you're trying out the new functionality.
+
+New Features:
+ - Add a commit method to the device and profile objects (Richard Hughes)
+ - Add a database for storing the device to profile mappings (Richard Hughes)
+ - Add a /etc/colord.conf file for future usage (Richard Hughes)
+ - Add a GetProfilesByKind() DBus method (Richard Hughes)
+ - Add a method to set a profile system-wide for all users (Richard Hughes)
+ - Add a modification time to the remote Device object (Richard Hughes)
+ - Add and remove UDEV devices as colord devices (Richard Hughes)
+ - Add a simple architecture plan of colord (Richard Hughes)
+ - Add cd_device_get_default_profile() client side method (Richard Hughes)
+ - Add devices and profiles prefixes to the DBus paths (Richard Hughes)
+ - Add methods to the daemon to allow device profiling (Richard Hughes)
+ - Add SANE devices as color managed devices (Richard Hughes)
+ - Add three more device properties: Serial, Vendor and Colorspace (Richard Hughes)
+ - Calculate the checksum of the parsed ICC file (Richard Hughes)
+ - Save 'disk' scope devices to a system-wide database (Richard Hughes)
+ - Track per-system profile stores (Richard Hughes)
+
+Bugfixes:
+ - Actually emit the CdClient::DeviceAdded signal (Richard Hughes)
+ - Actually emit the CdClient::DeviceRemoved signal (Richard Hughes)
+ - Don't print a blank line in colormgr if there is no qualifier (Richard Hughes)
+ - Make DeleteDevice take an ID, not an object (Richard Hughes)
+ - Make PolicyKit support optional to fix the build on Windows (Richard Hughes)
+ - Profiles do not have a created property, so don't try to display one (Richard Hughes)
+
Version 0.1.0
~~~~~~~~~~~~~
Released: 2011-01-13
diff --git a/configure.ac b/configure.ac
index 0589a77..2357107 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,7 @@ AC_SUBST(CD_MICRO_VERSION)
# REVISION If the API and ABI remains the same, but bugs are fixed.
# AGE Don't use.
LT_CURRENT=1
-LT_REVISION=0
+LT_REVISION=1
LT_AGE=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)