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
94b707de
Commit
94b707de
authored
Jun 21, 2010
by
Richard Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release version 2.31.3
parent
9bba3517
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
4 deletions
+38
-4
NEWS
NEWS
+34
-0
RELEASE
RELEASE
+4
-4
No files found.
NEWS
View file @
94b707de
Version 2.31.3
~~~~~~~~~~~~~~
Released: 2010-06-21
* Translations
- Added Galician translations (Fran Diéguez)
- Added Hebrew translation (Yaron Shahrabani)
- Added Norwegian bokmål translation (Kjartan Maraas)
- Updated Indonesian translation (Andika Triwidada)
- Updated Italian translation (Francesco Groccia)
- Updated Norwegian bokmål translation (Kjartan Maraas)
- Updated Punjabi Translation (A S Alam)
- Updated Spanish translation (Jorge González)
- Updated Galician translations (Fran Diéguez)
- Updated Hebrew translation (Yaron Shahrabani)
* New Features:
- Require GTK3 as per the GNOME release team announcement (Richard Hughes)
- Port to GtkApplication (Richard Hughes)
- Port to GDBus (Richard Hughes)
- Use the GSetting enum functionality (Richard Hughes)
- Make libnotify optional dependency as it relies on gtk-2.0 (Richard Hughes)
- Make VTE optional as it relies on gtk-2.0 (Richard Hughes)
- Require libcanberra-gtk3 (Richard Hughes)
- Require gnome-desktop3 (Richard Hughes)
* Bugfix:
- Disconnect the VTE callbacks when ending the calibration to prevent a nasty crash (Richard Hughes)
- Only emit ::added signals from the main thread, not the coldplug threads (Richard Hughes)
- Redo the graph UI in the profiles page to be more HIG friendly (Richard Hughes)
- Save the EDID MD5 hash to device-profiles.conf for xrandr devices (Richard Hughes)
- Set the calibrate button insensitive if VTE is unavailable (Richard Hughes)
- Use the same term 'calibration target' thoughout the UI (Richard Hughes)
Version 2.31.2
~~~~~~~~~~~~~~
Released: 2010-06-02
...
...
RELEASE
View file @
94b707de
...
...
@@ -2,7 +2,7 @@ PackageKit Release Notes
1. Write NEWS entries for gnome-color-manager in the same format as usual.
Version 2.31.
2
Version 2.31.
3
~~~~~~~~~~~~~~
Released: 2010-xx-xx
...
...
@@ -10,12 +10,12 @@ Released: 2010-xx-xx
* New Features:
* Bugfix:
git shortlog GNOME_COLOR_MANAGER_2_31_
1
.. | grep -i -v trivial | grep -v Merge | uniq > NEWS.new
git shortlog GNOME_COLOR_MANAGER_2_31_
2
.. | grep -i -v trivial | grep -v Merge | uniq > NEWS.new
3. Commit changes in gnome-color-manager git:
git commit -a -m "Release version 2.31.
2
"
git tag -s GNOME_COLOR_MANAGER_2_31_
2 -m "==== Version 2.31.2
===="
git commit -a -m "Release version 2.31.
3
"
git tag -s GNOME_COLOR_MANAGER_2_31_
3 -m "==== Version 2.31.3
===="
<enter password>
git push --tags
git push
...
...
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