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
80aea327
Commit
80aea327
authored
Feb 16, 2015
by
Richard Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release version 3.15.90
parent
9dbd2dfb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
5 deletions
+13
-5
RELEASE
RELEASE
+4
-4
configure.ac
configure.ac
+1
-1
data/appdata/gcm-viewer.appdata.xml.in
data/appdata/gcm-viewer.appdata.xml.in
+8
-0
No files found.
RELEASE
View file @
80aea327
PackageKit
Release Notes
GNOME Color Manager
Release Notes
1. Write NEWS entries for gnome-color-manager in the same format as usual.
git log --format="%s" GNOME_COLOR_MANAGER_3_15_4.. | grep -i -v trivial | grep -v Merge | uniq
git log --format="%s" GNOME_COLOR_MANAGER_3_15_4.. | grep -i -v trivial | grep -v Merge | uniq
| sort
Add any user visible changes into data/appdata/gcm-viewer.appdata.xml.in
3. Commit changes in gnome-color-manager git:
git commit -a -m "Release version 3.15.
5
"
git tag -s GNOME_COLOR_MANAGER_3_15_
5 -m "==== Version 3.15.5
===="
git commit -a -m "Release version 3.15.
90
"
git tag -s GNOME_COLOR_MANAGER_3_15_
90 -m "==== Version 3.15.90
===="
<enter password>
git push --tags
git push
...
...
configure.ac
View file @
80aea327
# Copyright (C) 2010-2011 Richard Hughes <richard@hughsie.com>
AC_PREREQ(2.63)
AC_INIT([gnome-color-manager],[3.15.
5
],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-color-manager])
AC_INIT([gnome-color-manager],[3.15.
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 foreign])
AC_CONFIG_HEADERS([config.h])
...
...
data/appdata/gcm-viewer.appdata.xml.in
View file @
80aea327
...
...
@@ -28,6 +28,14 @@
Use `date -d "2010-10-02" "+%s"` to get the timestamp.
-->
<releases>
<release
version=
"3.15.90"
timestamp=
"1424076140"
>
<description>
<p>
This release switches the profile viewer application to use a headerbar
to match other GNOME3 applications.
</p>
</description>
</release>
<release
version=
"3.15.4"
timestamp=
"1421625600"
>
<description>
<p>
This release fixes the following bug:
</p>
...
...
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