summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2017-08-09 17:46:34 +0100
committerRichard Hughes <richard@hughsie.com>2017-08-09 17:46:34 +0100
commitef452526f9fdf5d3722ecbfec89fa4bf7bb53834 (patch)
treeb63e57ba2f140b27fbb09450b050aa9d866cecfc
parent3252456452b716c27e42901b8d24242cac78044b (diff)
downloadcolord-ef452526f9fdf5d3722ecbfec89fa4bf7bb53834.tar.gz
Release colord 1.4.01.4.0
-rw-r--r--NEWS20
-rw-r--r--RELEASE31
-rw-r--r--doc/website/download.html31
3 files changed, 46 insertions, 36 deletions
diff --git a/NEWS b/NEWS
index b00871e..829b514 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+Version 1.4.0
+~~~~~~~~~~~~~
+Released: 2017-08-09
+
+New Features:
+ - Port to the Meson build system (Richard Hughes)
+ - Enable Travis CI for Fedora 25 and Debian Stretch (Richard Hughes)
+ - Make PolicyKit, gusb and udev a hard requirement (Richard Hughes)
+
+Bugfixes:
+ - Add some experimental tools for the HueyCOLOR sensor as found in the P70 (Richard Hughes)
+ - Conditionally build documentation and man pages (Emmanuele Bassi)
+ - Correctly build the ICC transfer curve for Rec709 (Richard Hughes)
+ - Do not build the examples as part of the regular build (Richard Hughes)
+ - Do not spin the Huey LEDs when the sensor is embedded (Richard Hughes)
+ - Do not use /tmp to create profiles (Richard Hughes)
+ - Fix the version numbers in cd-version.h to reflect reality (Ben Iofel, Emmanuele Bassi)
+ - Get the Huey status before trying to unlock (Richard Hughes)
+ - Use a different Huey unlock code on the W700 laptop (Richard Hughes)
+
Version 1.3.5
~~~~~~~~~~~~~
Released: 2017-02-27
diff --git a/RELEASE b/RELEASE
index b8777ac..a7d1a66 100644
--- a/RELEASE
+++ b/RELEASE
@@ -4,49 +4,38 @@ colord Release Notes
git shortlog 1.3.5.. | grep -i -v trivial | grep -v Merge > NEWS.new
-Version 1.3.6
+Version 1.4.0
~~~~~~~~~~~~~
Released: 2017-xx-xx
New Features:
Bugfixes:
-Write release date to doc/website/download.html
+Write release date to ../doc/website/download.html
-Update translations:
+2: Update translations:
-cd po
-make colord.pot
-INTLTOOL_EXTRACT="/usr/bin/intltool-extract" XGETTEXT="/usr/bin/xgettext --no-location" srcdir=. /usr/bin/intltool-update --gettext-package colord --pot
+ninja colord-pot
tx push --source
tx pull --all --minimum-perc=5
-git add *.po
-
-2. Commit changes to git:
+git add ../po/*.po
# MAKE SURE THIS IS CORRECT
-export release_ver="1.3.6"
+export release_ver="1.4.0"
+3. Generate the tarball:
git commit -a -m "Release colord ${release_ver}"
git tag -s -f -m "Release colord ${release_ver}" "${release_ver}"
-<wait>
+ninja dist
git push --tags
git push
-
-3. Generate the tarball:
-
-make distcheck
-
-3a. Generate the additon verification metadata
-
-sha1sum colord-${release_ver}.tar.xz > colord-${release_ver}.tar.xz.sha1
gpg -b -a colord-${release_ver}.tar.xz
4. Upload tarball:
-scp colord-${release_ver}.tar.* hughsient@annarchy.freedesktop.org:/srv/www.freedesktop.org/www/software/colord/releases/
+scp meson-dist/colord-${release_ver}.tar.* hughsient@annarchy.freedesktop.org:/srv/www.freedesktop.org/www/software/colord/releases/
-5. Do post release version bump in configure.ac
+5. Do post release version bump in meson.build
6. Commit changes:
diff --git a/doc/website/download.html b/doc/website/download.html
index 4ec21a4..d3a5fa9 100644
--- a/doc/website/download.html
+++ b/doc/website/download.html
@@ -34,6 +34,18 @@ modified translations as required or suggested.
</p>
<table>
<tr><td><b>Version</b></td><td>&nbsp;&nbsp;</td><td><b>Date</b></td></tr>
+<tr><td>1.4.0</td><td></td><td>2017-08-09</td></tr>
+</table>
+
+<h3>
+ABI Stable Releases:
+</h3>
+<p>
+These are versions where we will not break ABI, API or localisations.
+Releases are less frequent, usually every few months.
+</p>
+<table>
+<tr><td><b>Version</b></td><td>&nbsp;&nbsp;</td><td><b>Date</b></td></tr>
<tr><td>1.3.5</td><td></td><td>2017-02-27</td></tr>
<tr><td>1.3.4</td><td></td><td>2016-11-21</td></tr>
<tr><td>1.3.3</td><td></td><td>2016-07-27</td></tr>
@@ -42,11 +54,12 @@ modified translations as required or suggested.
</table>
<h3>
-ABI Stable Releases:
+Obsolete Releases:
</h3>
<p>
-These are versions where we will not break ABI, API or localisations.
-Releases are less frequent, usually every few months.
+These are versions that used to be the ABI stable releases, but are now
+longer supported.
+There will not be any more releases of these versions.
</p>
<table>
<tr><td><b>Version</b></td><td>&nbsp;&nbsp;</td><td><b>Date</b></td></tr>
@@ -63,18 +76,6 @@ Releases are less frequent, usually every few months.
<tr><td>1.2.2</td><td></td><td>2014-08-18</td></tr>
<tr><td>1.2.1</td><td></td><td>2014-05-23</td></tr>
<tr><td>1.2.0</td><td></td><td>2014-04-05</td></tr>
-</table>
-
-<h3>
-Obsolete Releases:
-</h3>
-<p>
-These are versions that used to be the ABI stable releases, but are now
-longer supported.
-There will not be any more releases of these versions.
-</p>
-<table>
-<tr><td><b>Version</b></td><td>&nbsp;&nbsp;</td><td><b>Date</b></td></tr>
<tr><td>1.1.8</td><td></td><td>2014-11-05</td></tr>
<tr><td>1.1.7</td><td></td><td>2014-02-28</td></tr>
<tr><td>1.1.6</td><td></td><td>2014-01-20</td></tr>