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
9dd6729e
Commit
9dd6729e
authored
Aug 31, 2010
by
Richard Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release version 2.31.91
parent
12da8eb6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
5 deletions
+27
-5
NEWS
NEWS
+22
-0
RELEASE
RELEASE
+4
-4
configure.ac
configure.ac
+1
-1
No files found.
NEWS
View file @
9dd6729e
Version 2.31.91
~~~~~~~~~~~~~~~
Released: 2010-08-31
* Translations
- Added Punjabi Translation (A S Alam)
- Added Serbian translation (Милош Поповић)
- Added Traditional Chinese translation (Hong Kong and Taiwan) (Chao-Hsiung Liao)
- Added Greek translation for gnome-color-management (Michael Kotsarinis)
- Added Greek translation for gnome-color-manager documentation (Michael Kotsarinis)
- Updated Danish translation (Ask H. Larsen)
- Updated French translation (Claude Paroz)
- Updated Galician translations (Fran Diéguez)
- Updated Hebrew translation (Yaron Shahrabani)
- Updated Portuguese translation (António Lima)
- Updated Slovenian translation (Matej Urbančič)
- Updated Spanish translation (Jorge González)
- Update Simplified Chinese translation (Yinghua Wang)
* Bugfix:
- Use a new application icon (Hylke Bons)
Version 2.31.6
~~~~~~~~~~~~~~
Released: 2010-08-06
...
...
RELEASE
View file @
9dd6729e
PackageKit
Release Notes
GNOME Color Manager
Release Notes
1. Write NEWS entries for gnome-color-manager in the same format as usual.
...
...
@@ -10,12 +10,12 @@ Released: 2010-xx-xx
* New Features:
* Bugfix:
git shortlog GNOME_COLOR_MANAGER_2_31_
5
.. | grep -i -v trivial | grep -v Merge | uniq > NEWS.new
git shortlog GNOME_COLOR_MANAGER_2_31_
6
.. | 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.
6
"
git tag -s GNOME_COLOR_MANAGER_2_31_
6 -m "==== Version 2.31.6
===="
git commit -a -m "Release version 2.31.
91
"
git tag -s GNOME_COLOR_MANAGER_2_31_
91 -m "==== Version 2.31.91
===="
<enter password>
git push --tags
git push
...
...
configure.ac
View file @
9dd6729e
AC_PREREQ(2.63)
AC_INIT([gnome-color-manager],[2.31.
6
],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-color-manager])
AC_INIT([gnome-color-manager],[2.31.
91
],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-color-manager])
AC_CONFIG_SRCDIR(src)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
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