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
ac5545d6
Commit
ac5545d6
authored
Aug 18, 2014
by
Richard Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release version 3.13.90
parent
58e8f258
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
5 deletions
+29
-5
NEWS
NEWS
+24
-0
RELEASE
RELEASE
+4
-4
configure.ac
configure.ac
+1
-1
No files found.
NEWS
View file @
ac5545d6
Version 3.13.90
~~~~~~~~~~~~~~~
Released: 2014-08-18
* Translations
- Added Hungarian translation (Balázs Úr)
- Updated Catalan (Valencian) translation (Carles Ferrando)
- Updated Finnish help translation (Sami Jaktholm)
- Updated Greek translation (Tom Tryfonidis)
- Updated Norwegian bokmål translation (Kjartan Maraas)
- Updated Romanian Translation (Daniel Șerbănescu)
- Updated Swedish translation (Mattias Eriksson)
- Updated Turkish translation (Muhammet Kara)
* New Features:
- Roughly shape test window to instrument (extra clearance) (Pascal de Bruijn)
- Use APPSTREAM_XML to validate AppData from libappstream-glib (Richard Hughes)
* Bugfix:
- Add <project_license> to the AppData file (Richard Hughes)
- Coherent display kind enum ordering (Pascal de Bruijn)
- Do not lock every time we sample in gcm-picker (Richard Hughes)
- Port to vte-2.91 API (Debarshi Ray)
Version 3.13.1
~~~~~~~~~~~~~~
Released: 2014-04-28
...
...
RELEASE
View file @
ac5545d6
...
...
@@ -2,8 +2,8 @@ PackageKit Release Notes
1. Write NEWS entries for gnome-color-manager in the same format as usual.
Version 3.13.
2
~~~~~~~~~~~~~~
Version 3.13.
90
~~~~~~~~~~~~~~
~
Released: 2014-xx-xx
* Translations
...
...
@@ -14,8 +14,8 @@ git shortlog GNOME_COLOR_MANAGER_3_13_1.. | grep -i -v trivial | grep -v Merge |
3. Commit changes in gnome-color-manager git:
git commit -a -m "Release version 3.13.
2
"
git tag -s GNOME_COLOR_MANAGER_3_13_
2 -m "==== Version 3.13.2
===="
git commit -a -m "Release version 3.13.
90
"
git tag -s GNOME_COLOR_MANAGER_3_13_
90 -m "==== Version 3.13.90
===="
<enter password>
git push --tags
git push
...
...
configure.ac
View file @
ac5545d6
# Copyright (C) 2010-2011 Richard Hughes <richard@hughsie.com>
AC_PREREQ(2.63)
AC_INIT([gnome-color-manager],[3.13.
2
],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-color-manager])
AC_INIT([gnome-color-manager],[3.13.
90
],[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