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
df8185ae
Commit
df8185ae
authored
Sep 23, 2014
by
Richard Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release version 3.14.0
parent
18771b62
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
5 deletions
+23
-5
NEWS
NEWS
+18
-0
RELEASE
RELEASE
+4
-4
configure.ac
configure.ac
+1
-1
No files found.
NEWS
View file @
df8185ae
Version 3.14.0
~~~~~~~~~~~~~~~
Released: 2014-09-23
* Translations
- Added Nepali translation (Pawan Chitrakar)
- Updated Bengali (India) translation (Saibal Ray)
- Updated Finnish translation (Jiri Grönroos)
- Updated Gujarati translation (Sweta Kothari)
- Updated Hindi translation (Rajesh Ranjan)
- Updated Kannada translation (Shankar Prasad)
- Updated Korean translation (Changwoo Ryu)
- Updated Marathi translation (Sandeep Sheshrao Shedmake)
- Updated Nepali translation (Pawan Chitrakar)
- Updated Oriya translation (Manoj Kumar Giri)
- Updated Serbian translation (Мирослав Николић)
- Updated Tamil translation (Shantha kumar)
Version 3.13.90
~~~~~~~~~~~~~~~
Released: 2014-08-18
...
...
RELEASE
View file @
df8185ae
...
...
@@ -2,7 +2,7 @@ PackageKit Release Notes
1. Write NEWS entries for gnome-color-manager in the same format as usual.
Version 3.1
3.9
0
Version 3.1
4.
0
~~~~~~~~~~~~~~~
Released: 2014-xx-xx
...
...
@@ -10,12 +10,12 @@ Released: 2014-xx-xx
* New Features:
* Bugfix:
git shortlog GNOME_COLOR_MANAGER_3_13_
1
.. | grep -i -v trivial | grep -v Merge | uniq > NEWS.new
git shortlog GNOME_COLOR_MANAGER_3_13_
90
.. | 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.1
3.9
0"
git tag -s GNOME_COLOR_MANAGER_3_1
3_90 -m "==== Version 3.13.9
0 ===="
git commit -a -m "Release version 3.1
4.
0"
git tag -s GNOME_COLOR_MANAGER_3_1
4_0 -m "==== Version 3.14.
0 ===="
<enter password>
git push --tags
git push
...
...
configure.ac
View file @
df8185ae
# Copyright (C) 2010-2011 Richard Hughes <richard@hughsie.com>
AC_PREREQ(2.63)
AC_INIT([gnome-color-manager],[3.1
3.9
0],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-color-manager])
AC_INIT([gnome-color-manager],[3.1
4.
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