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
9583a9d1
Commit
9583a9d1
authored
8 years ago
by
Simon McVittie
Browse files
Options
Downloads
Patches
Plain Diff
0.1706.0
Signed-off-by:
Simon McVittie
<
smcv@collabora.com
>
parent
190db5f1
No related branches found
No related tags found
No related merge requests found
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 @
9583a9d1
Frome 0.1706.0
==============
Fix:
• Add missing compiler and preprocessor flags for code coverage
Frome 0.1703.0
==============
Major changes:
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
2
−
2
View file @
9583a9d1
...
...
@@ -2,7 +2,7 @@ AC_PREREQ(2.65)
# Release version
m4_define([frome_version_major],[0])
m4_define([frome_version_minor],[170
3
])
m4_define([frome_version_minor],[170
6
])
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:
0
:1])
AC_SUBST([FROME_LT_VERSION],[1:
1
:1])
# Dependencies
AX_PKG_CHECK_MODULES([FROME],
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
7
−
0
View file @
9583a9d1
frome (0.1706.0-0co1) 17.06; urgency=medium
[ Thushara Malali Somesha ]
* Add missing compiler and preprocessor flags for code coverage
-- Simon McVittie <smcv@collabora.com> Fri, 14 Apr 2017 15:15:36 +0100
frome (0.1703.0-0co1) 17.03; urgency=medium
[ Luis Araujo ]
...
...
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