Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Guido Gunther
gnome-online-accounts
Commits
4277e074
Commit
4277e074
authored
Aug 16, 2018
by
Debarshi Ray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prepare 3.29.91
parent
9214b289
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
2 deletions
+11
-2
NEWS
NEWS
+9
-0
configure.ac
configure.ac
+1
-1
meson.build
meson.build
+1
-1
No files found.
NEWS
View file @
4277e074
Overview of changes in 3.29.91
==============================
* Bugs fixed:
!2 build: Fix #FooObject style links
!8 Remove additional unnecessary GDestroyNotify casts
#10 build: Silence warning about _FORTIFY_SOURCE requiring optimization
Overview of changes in 3.29.4
=============================
...
...
configure.ac
View file @
4277e074
m4_define([goa_major_version], [3])
m4_define([goa_minor_version], [29])
m4_define([goa_micro_version], [
4
])
m4_define([goa_micro_version], [
91
])
m4_define([goa_nano_version], [0])
m4_define([goa_base_version],
...
...
meson.build
View file @
4277e074
project(
'gnome-online-accounts', 'c',
version: '3.29.
4
',
version: '3.29.
91
',
license: 'LGPL2+',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.47.2'
...
...
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