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
F
folks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
85
Issues
85
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
folks
Commits
dff09ede
Commit
dff09ede
authored
Oct 04, 2012
by
Philip Withnall
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release version 0.8.0
parent
fe0924d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
NEWS
NEWS
+6
-2
configure.ac
configure.ac
+5
-5
No files found.
NEWS
View file @
dff09ede
Overview of changes from libfolks 0.7.4.1 to libfolks 0.7.5
=========================================================
Overview of changes from libfolks 0.7.4.1 to libfolks 0.8.0
===========================================================
Major changes:
• Some translation comment and documentation improvements
• Lots of updated translations
Bugs fixed:
• Bug 684014 — A few outstanding issues in the internationalisation
...
...
configure.ac
View file @
dff09ede
# If not 1, append datestamp to the version number
m4_define([folks_released], [
0
])
m4_define([folks_released], [
1
])
m4_define([folks_major_version], [0])
m4_define([folks_minor_version], [
7
])
m4_define([folks_micro_version], [
4
])
m4_define([folks_nano_version], [
2
])
m4_define([folks_minor_version], [
8
])
m4_define([folks_micro_version], [
0
])
m4_define([folks_nano_version], [
0
])
# If library source has changed since last release, increment revision
# If public symbols have been added, removed or changed since last release,
...
...
@@ -12,7 +12,7 @@ m4_define([folks_nano_version], [2])
# If public symbols have been added since last release, increment age
# If public symbols have been removed since last release, set age to 0
m4_define([folks_lt_current], [37])
m4_define([folks_lt_revision], [
0
])
m4_define([folks_lt_revision], [
1
])
m4_define([folks_lt_age], [12])
# Display the nano_version only if it's not '0'
...
...
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