Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gnome-color-manager
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
gnome-color-manager
Commits
4a7c91c2
Commit
4a7c91c2
authored
Dec 07, 2009
by
Richard Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release version 2.29.1
parent
3f504f14
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
102 additions
and
1 deletion
+102
-1
.gitignore
.gitignore
+1
-0
NEWS
NEWS
+63
-1
RELEASE
RELEASE
+38
-0
No files found.
.gitignore
View file @
4a7c91c2
...
...
@@ -25,4 +25,5 @@ stamp-h1
test
*.make
mkinstalldirs
NEWS.new*
NEWS
View file @
4a7c91c2
No news yet.
Version 2.29.1
~~~~~~~~~~~~~~
Released: 2009-12-07
* Translations
- Add Russian translation (Alexandre Prokoudine)
- Add British English translation (Bruce Cowan)
- Add Indonesian translation (Andika Triwidada)
- Add French translation (Claude Paroz)
- Add Swedish translation (Daniel Nylander)
- Add Brazilian Portuguese translation (Flamarion Jorge)
- Add Lithuanian translation (Gintautas Miliauskas)
- Add German translation (Hendrik Brandt)
- Add Danish translation (Joe Hansen)
- Add Spanish translation (Jorge González)
- Add Norwegian bokmål translation (Kjartan Maraas)
- Add Thai translation (Phondanai Khanti)
- Add Polish translation (Piotr Drąg)
- Add Estonian translation (Priit Laes, Mattias Põldaru)
- Add Tamil translation (vasudeven)
- Add Russian user guide translation (Alexandre Prokoudine)
- Add Indonesian user guide translation (Andika Triwidada)
* New Features:
- Add gcm-import, a helper to allow double clicking on ICC profiles to import
them (Richard Hughes)
- Add gcm-prefs, a utility to assign profiles to devices, examine profiles, and
set session-wide defaults (Richard Hughes)
- Add gcm-session, a dbus-activated session daemon for applications to get the
profiles for a device, or device class and to get session-wide defaults.
It exits when no longer used to save resources. (Richard Hughes)
- Add gcm-self-test, a self test framework that tests GCM functionality (Richard Hughes)
- Add gcm-apply, a simple utility to just set (or reset) display profiles (Richard Hughes)
- Add gcm-inspect, a debugging utility to inspect the profiles set in the
session (Richard Hughes)
- Add gcm-dump-edid, a utility to dump the EDID to disk for debugging (Richard Hughes)
- Add gcm-dump-profile, a utility to dump the ICC profile to the screen (Richard Hughes)
- Add some simple man pages and help document (Richard Hughes)
- Add ArgyllCMS support to generate device profiles (Richard Hughes)
- Add color calibration hardware auto-detection (Richard Hughes)
- Add code to set the _ICC_PROFILE atom per-output and also per-screen (Richard Hughes)
- Add some pre-calibration steps for external displays (Pascal de Bruijn)
- Add hardware support for gphoto supported cameras (Richard Hughes)
- Add hardware support for SANE suppoerted scanners (Richard Hughes)
- Add hardware support for video4linux supported video devices (Richard Hughes)
- Add hardware support for XRandR supported displays (Richard Hughes)
- Add hardware support for hplip supported printers (Richard Hughes)
- Add CIE widget to display visual data about different profiles (Richard Hughes)
- Use the system DMI data to better itentify internal LCD panels (Richard Hughes)
- Parse the EDID to get a better device description for displays (Richard Hughes)
- Make the list orders predictable by setting a sort string (Richard Hughes)
* Bugfix:
- Use XDG directory to store data (Baptiste Mille-Mathias)
- Remove markup from GTKBuilder translatable strings (Claude Paroz)
- Update bluish.icc title (Lars Tore Gustavsen, Pascal de Bruijn)
- Enable adding xrandr devices with no EDID (Martin Szulecki)
- Avoid reporting a (false) failure on first import (Stephane Delcroix)
- Fix the message-received cb signature (Stephane Delcroix)
- Fix up numerous small bugs prior to first release (Richard Hughes)
- Look for the debian-named argyllcms binaries first (Richard Hughes)
- Set the brightness to 100% on internal LCD panels before we generate a
output profile (Richard Hughes)
RELEASE
0 → 100644
View file @
4a7c91c2
PackageKit Release Notes
1. Write NEWS entries for gnome-color-manager in the same format as usual.
git shortlog GNOME_COLOR_MANAGER_2_29_0.. | grep -i -v trivial | grep -v Merge > NEWS.new
3. Commit changes in gnome-color-manager git:
git commit -a -m "Release version 2.29.1"
git tag -s GNOME_COLOR_MANAGER_2_29_1 -m "==== Version 2.29.1 ===="
git push --tags
git push
4. Create tarball
make distcheck
5. Upload tarballs:
scp *.tar.gz rhughes@master.gnome.org:
6. Install module
ssh rhughes@master.gnome.org
install-module gnome-color-manager-*.tar.gz
7. Do post release version bump in configure.ac
8. Commit trivial changes:
git commit -a -m "Post release version bump"
git push
9. Send an email to gnome-color-manager-list@gnome.org, gnome-announce-list@gnome.org, gnome-doc-list@gnome.org, gnome-i18n@gnome.org
gnome-color-manager is a session program that makes it easy to manage, install
and generate color profiles in the GNOME desktop.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment