From ef452526f9fdf5d3722ecbfec89fa4bf7bb53834 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Wed, 9 Aug 2017 17:46:34 +0100 Subject: Release colord 1.4.0 --- NEWS | 20 ++++++++++++++++++++ RELEASE | 31 ++++++++++--------------------- doc/website/download.html | 31 ++++++++++++++++--------------- 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}" - +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.

+ +
Version  Date
1.4.02017-08-09
+ +

+ABI Stable Releases: +

+

+These are versions where we will not break ABI, API or localisations. +Releases are less frequent, usually every few months. +

+ + @@ -42,11 +54,12 @@ modified translations as required or suggested.
Version  Date
1.3.52017-02-27
1.3.42016-11-21
1.3.32016-07-27

-ABI Stable Releases: +Obsolete Releases:

-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.

@@ -63,18 +76,6 @@ Releases are less frequent, usually every few months. -
Version  Date
1.2.22014-08-18
1.2.12014-05-23
1.2.02014-04-05
- -

-Obsolete Releases: -

-

-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. -

- - -- cgit v1.2.1
Version  Date
1.1.82014-11-05
1.1.72014-02-28
1.1.62014-01-20