Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
frome
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pkg
frome
Commits
95a2a9e3
Commit
95a2a9e3
authored
5 years ago
by
Emanuele Aina
Browse files
Options
Downloads
Patches
Plain Diff
Release frome version 0.2019.0-0co1
Signed-off-by:
Emanuele Aina
<
emanuele.aina@collabora.com
>
parent
05b41188
Branches
apertis/v2019
apertis/v2020dev0
Branches containing commit
Tags
apertis/0.2019.0-0co1
v0.2019.0
Tags containing commit
1 merge request
!2
Release frome 0.2019.0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
NEWS
+5
-0
5 additions, 0 deletions
NEWS
configure.ac
+2
-2
2 additions, 2 deletions
configure.ac
debian/changelog
+7
-0
7 additions, 0 deletions
debian/changelog
with
14 additions
and
2 deletions
NEWS
+
5
−
0
View file @
95a2a9e3
Frome 0.2019.0
==============
Fix:
• Fix GCC warning causing the build to fail with -Werror
Frome 0.1706.0
==============
Fix:
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
2
−
2
View file @
95a2a9e3
...
...
@@ -2,7 +2,7 @@ AC_PREREQ(2.65)
# Release version
m4_define([frome_version_major],[0])
m4_define([frome_version_minor],[
1706
])
m4_define([frome_version_minor],[
2019
])
m4_define([frome_version_micro],[0])
# API version
...
...
@@ -41,7 +41,7 @@ AC_SUBST([FROME_API_VERSION],frome_api_version)
# increment age.
# 4. If any interfaces have been removed or changed since the last public
# release, then set age to 0.
AC_SUBST([FROME_LT_VERSION],[1:
1
:1])
AC_SUBST([FROME_LT_VERSION],[1:
2
:1])
# Dependencies
AX_PKG_CHECK_MODULES([FROME],
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
7
−
0
View file @
95a2a9e3
frome (0.2019.0-0co1) apertis; urgency=medium
* Fix GCC warning causing the build to fail with -Werror
* debian/gbp.conf: Fix spurious escape character
-- Emanuele Aina <emanuele.aina@collabora.com> Thu, 22 Aug 2019 23:36:31 +0000
frome (0.1706.0-0co2) apertis; urgency=medium
* Make compiler warnings non-fatal.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment