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
27b9f3c2
Commit
27b9f3c2
authored
Dec 17, 2013
by
Richard Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release version 3.11.3
parent
cf073b8c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
40 additions
and
4 deletions
+40
-4
NEWS
NEWS
+36
-0
RELEASE
RELEASE
+3
-3
configure.ac
configure.ac
+1
-1
No files found.
NEWS
View file @
27b9f3c2
Version 3.11.3
~~~~~~~~~~~~~~
Released: 2013-12-17
* Translations
- Updated Catalan (Valencian) translation (Carles Ferrando)
- Updated Dutch translation (Wouter Bolsterlee)
- Updated Galician translation (Fran Diéguez)
- Updated Greek translation (Dimitris Spingos)
- Updated Greek translation (Efstathios Iosifidis)
- Updated Italian translation (Milo Casagrande)
- Updated Persian translation (Arash Mousavi)
- Updated Russian translation (Julia Dronova)
- Updated Slovenian translation (Matej Urbančič)
- Updated Spanish translation (Daniel Mustieles)
- Updated Tajik translation (Victor Ibragimov)
- Updated Tamil translation (Shantha kumar)
- Updated Traditional Chinese translation (Cheng-Chia Tseng)
* New Features:
- Translate the AppData file (Richard Hughes)
- Add some new 16:9 screenshots (Richard Hughes)
* Bugfix:
- ColorChecker is one word (Ekaterina Gerasimova)
- Correct the approximate timings in the calibration dialog (Pascal de Bruijn)
- Default to quick calibration, should be more than enough (Pascal de Bruijn)
- Don't depend on software we are not using (Richard Hughes)
- Fix grammar in the AppData description (Piotr Drąg)
- Generate display profiles with a perceptual rendering intent (Pascal de Bruijn)
- Laptops can have different display types too (Pascal de Bruijn)
- Make gcm-picker look like a GNOME 3 application (Richard Hughes)
- Make it work with dispcal using stderr (Patryk Zawadzki)
- Remove the 3D hull functionality (Richard Hughes)
- Support more display types (Pascal de Bruijn)
Version 3.10.0
~~~~~~~~~~~~~~
Released: 2013-09-24
...
...
RELEASE
View file @
27b9f3c2
...
...
@@ -2,7 +2,7 @@ PackageKit Release Notes
1. Write NEWS entries for gnome-color-manager in the same format as usual.
Version 3.11.
1
Version 3.11.
3
~~~~~~~~~~~~~~
Released: 2013-xx-xx
...
...
@@ -14,8 +14,8 @@ git shortlog GNOME_COLOR_MANAGER_3_10_0.. | grep -i -v trivial | grep -v Merge |
3. Commit changes in gnome-color-manager git:
git commit -a -m "Release version 3.11.
1
"
git tag -s GNOME_COLOR_MANAGER_3_11_
1 -m "==== Version 3.11.1
===="
git commit -a -m "Release version 3.11.
3
"
git tag -s GNOME_COLOR_MANAGER_3_11_
3 -m "==== Version 3.11.3
===="
<enter password>
git push --tags
git push
...
...
configure.ac
View file @
27b9f3c2
# Copyright (C) 2010-2011 Richard Hughes <richard@hughsie.com>
AC_PREREQ(2.63)
AC_INIT([gnome-color-manager],[3.11.
1
],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-color-manager])
AC_INIT([gnome-color-manager],[3.11.
3
],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-color-manager])
AC_CONFIG_SRCDIR(src)
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz tar-ustar])
AC_CONFIG_HEADERS([config.h])
...
...
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