New upstream version

Add a webcam device kind
Add a timestamp when making profiles default
Add support for reading and writing ICC profile metadata
Allow the client to pass file descriptors out of band to CreateProfile
Prettify the device vendor and model names
Split out the sensors into runtime-loadable shared objects
Provide some GIO async variants for the methods in CdClient
Ensure GPhoto2 devices get added to the device list
This commit is contained in:
Richard Hughes 2011-06-02 23:02:41 +01:00
parent 3aaea1bc5d
commit e4e1f91ea1
3 changed files with 15 additions and 2 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
/colord-0.1.5.tar.bz2
/colord-0.1.6.tar.bz2
/colord-0.1.7.tar.bz2
/colord-0.1.8.tar.bz2

View File

@ -1,6 +1,6 @@
Summary: Color daemon
Name: colord
Version: 0.1.7
Version: 0.1.8
Release: 1%{?dist}
License: GPLv2+ and LGPLv2+
URL: http://gitorious.org/colord
@ -77,6 +77,7 @@ touch $RPM_BUILD_ROOT%{_localstatedir}/lib/colord/storage.db
/lib/udev/rules.d/*.rules
%dir %{_datadir}/color/icc/colord
%{_datadir}/color/icc/colord/*.ic?
%{_libdir}/colord-sensors
%ghost %{_localstatedir}/lib/colord/*.db
%files devel
@ -86,6 +87,17 @@ touch $RPM_BUILD_ROOT%{_localstatedir}/lib/colord/storage.db
%{_libdir}/pkgconfig/colord.pc
%changelog
* Fri Jun 02 2011 Richard Hughes <richard@hughsie.com> 0.1.8-1
- New upstream version
- Add a webcam device kind
- Add a timestamp when making profiles default
- Add support for reading and writing ICC profile metadata
- Allow the client to pass file descriptors out of band to CreateProfile
- Prettify the device vendor and model names
- Split out the sensors into runtime-loadable shared objects
- Provide some GIO async variants for the methods in CdClient
- Ensure GPhoto2 devices get added to the device list
* Fri May 06 2011 Richard Hughes <richard@hughsie.com> 0.1.7-1
- New upstream version.
- Create /var/lib/colord at buildtime not runtime for SELinux

View File

@ -1 +1 @@
ffcce20330a7aa94783145d2a36bf806 colord-0.1.7.tar.bz2
6105dcb6391f52d4e07f2bbeb0a052e3 colord-0.1.8.tar.bz2