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
12670d7d
Commit
12670d7d
authored
Sep 24, 2013
by
Richard Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release version 3.10.0
parent
7732b51a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
6 deletions
+21
-6
NEWS
NEWS
+16
-0
RELEASE
RELEASE
+4
-5
configure.ac
configure.ac
+1
-1
No files found.
NEWS
View file @
12670d7d
Version 3.10.0
~~~~~~~~~~~~~~
Released: 2013-09-24
* Translations
- Add Kazakh translation (Baurzhan Muftakhidinov)
- Fix broken tags in Chinese Simplified help translation (Piotr Drąg)
- Updated Basque language (Inaki Larranaga Murgoitio)
- Updated Danish translation (Kenneth Nielsen)
- Updated Japanese translation (victory)
- Updated Korean translation (Changwoo Ryu)
- Updated Portuguese translation (António Lima)
- Updated Punjabi translation (A S Alam)
- Updated Slovak translation (Dušan Kazik)
- Updated Ukrainian translation (Daniel Korostil)
Version 3.9.92
~~~~~~~~~~~~~~
Released: 2013-09-13
...
...
RELEASE
View file @
12670d7d
...
...
@@ -2,7 +2,7 @@ PackageKit Release Notes
1. Write NEWS entries for gnome-color-manager in the same format as usual.
Version 3.
9.92
Version 3.
10.0
~~~~~~~~~~~~~~
Released: 2013-xx-xx
...
...
@@ -10,12 +10,12 @@ Released: 2013-xx-xx
* New Features:
* Bugfix:
git shortlog GNOME_COLOR_MANAGER_3_
8_0
.. | grep -i -v trivial | grep -v Merge | uniq > NEWS.new
git shortlog GNOME_COLOR_MANAGER_3_
9_92
.. | grep -i -v trivial | grep -v Merge | uniq > NEWS.new
3. Commit changes in gnome-color-manager git:
git commit -a -m "Release version 3.
9.92
"
git tag -s GNOME_COLOR_MANAGER_3_
9_92 -m "==== Version 3.9.92
===="
git commit -a -m "Release version 3.
10.0
"
git tag -s GNOME_COLOR_MANAGER_3_
10_0 -m "==== Version 3.10.0
===="
<enter password>
git push --tags
git push
...
...
@@ -44,4 +44,3 @@ git push
gnome-color-manager is a session program that makes it easy to manage, install
and generate color profiles in the GNOME desktop.
configure.ac
View file @
12670d7d
# Copyright (C) 2010-2011 Richard Hughes <richard@hughsie.com>
AC_PREREQ(2.63)
AC_INIT([gnome-color-manager],[3.
9.92
],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-color-manager])
AC_INIT([gnome-color-manager],[3.
10.0
],[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