diff --git a/.gitignore b/.gitignore index 8290bc6..aa22c78 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ /colord-1.1.2.tar.xz /colord-1.1.3.tar.xz /colord-1.1.4.tar.xz +/colord-1.1.5.tar.xz diff --git a/colord.spec b/colord.spec index cbab408..aff741c 100644 --- a/colord.spec +++ b/colord.spec @@ -18,7 +18,7 @@ Summary: Color daemon Name: colord -Version: 1.1.4 +Version: 1.1.5 Release: 1%{?dist} License: GPLv2+ and LGPLv2+ URL: http://www.freedesktop.org/software/colord/ @@ -274,6 +274,17 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_datadir}/gtk-doc/html/colord/* %changelog +* Wed Dec 11 2013 Richard Hughes 1.1.5-1 +- New upstream version +- Do not crash when moving the sensor position during calibration +- Do not crash with zero-sized ICC file +- Do not create legacy locations +- Ensure the ICC version is set when creating from the EDID +- Ensure the parsed EDID strings are valid UTF-8 +- Fix crash when using cd_color_get_blackbody_rgb() +- Never add USB hubs as scanner devices even if tagged +- Never create color managed webcam devices + * Tue Nov 19 2013 Richard Hughes 1.1.4-1 - New upstream version - Only syslog() profile additions when they're added via DBus diff --git a/sources b/sources index baf2910..a06005f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5fa5497402315c088a9e56e3311154a4 colord-1.1.4.tar.xz +4ccf596e4238a980a8f076fd8b54c30b colord-1.1.5.tar.xz