summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2012-06-27 08:46:50 +0100
committerRichard Hughes <richard@hughsie.com>2012-06-27 08:46:50 +0100
commit21e2ba7f29230d7d419bd055dff0c33779d8fbc1 (patch)
tree4dca7c66986dda5507e0991da079485756d99d39
parentf28782ad837bcd1efad1f72d1f724218f505d485 (diff)
downloadcolord-gtk-21e2ba7f29230d7d419bd055dff0c33779d8fbc1.tar.gz
Release colord-gtk 0.1.22COLORD_GTK_0_1_22
-rw-r--r--NEWS21
-rw-r--r--RELEASE2
2 files changed, 10 insertions, 13 deletions
diff --git a/NEWS b/NEWS
index 2cdc3d9..dad5651 100644
--- a/NEWS
+++ b/NEWS
@@ -1,15 +1,12 @@
-Version 0.1.21
+Version 0.1.22
~~~~~~~~~~~~~~
-Released: 2012-05-22
+Released: 2012-06-27
+
+New Features:
+ - Import GTK-specific code from colord into a new project (Richard Hughes)
Bugfixes:
- - Do not add sensors that are ignored or have no caps (Richard Hughes)
- - Do not install any parts of colord-sane if --disable-sane is specified (Christoph Brill)
- - Do not use 'WantedBy=graphical.target' in the shipped systemd file (Benedikt Morbach)
- - Fix autotools when configuring without systemd (Benedikt Morbach)
- - Fix InstallSystemWide() by not writing a private file (Richard Hughes)
- - Fix srcdir != builddir with introspection enabled (Colin Walters)
- - Fix the description in the systemd service file (Benedikt Morbach)
- - Isolate gtk dependency to cd-convert (Yanko Kaneti)
- - Save the CCMX and ITx files to be compatible with argyllcms (Richard Hughes)
- - The ColorHug has a new VID and PID (Richard Hughes)
+ - Assorted colord-gtk introspection fixes (Evan Nemerson)
+ - Clarify that CdSampleWindow is LGPLv2+, not GPLv2+ (Richard Hughes)
+ - Fix release instructions and version number (Richard Hughes)
+ - Fix Vala binding generation for colord-gtk (Evan Nemerson)
diff --git a/RELEASE b/RELEASE
index af9dc7b..13ed851 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,7 +2,7 @@ colord-gtk Release Notes
1. Write NEWS entries for colord in the same format as usual.
-git shortlog COLORD_GTK_0_1_0.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog COLORD_GTK_0_1_21.. | grep -i -v trivial | grep -v Merge > NEWS.new
Version 0.1.22
~~~~~~~~~~~~~~