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
Glade
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package 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
ZenWalker
Glade
Commits
243ecb2d
Commit
243ecb2d
authored
Aug 07, 2017
by
Juan Pablo Ugarte
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rolling 3.8.6
parent
f05a6c00
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
2 deletions
+16
-2
NEWS
NEWS
+11
-0
configure.ac
configure.ac
+2
-2
po/POTFILES.skip
po/POTFILES.skip
+3
-0
No files found.
NEWS
View file @
243ecb2d
===========
Glade 3.8.6
===========
- Added -Wno-format-nonliteral flag to make it build on modern compilers
- Use new documentation infrastructure
- GladeWidgetAdaptor: use a direct hash for the adaptor hash table by stuffing the GType into a pointer with GSIZE_TO_POINTER()
- Bug 589306 - Clicking in ... swap order of accelerators (Roberto Guido)
- Add displayable values for properties bug 749796 (Ingo Brückl)
- Fix bug 704600 "Cannot add items to menu hierarchy - assertion `GLADE_IS_WIDGET_ADAPTOR (adaptor)' failed"
===========
Glade 3.8.5
===========
...
...
configure.ac
View file @
243ecb2d
...
...
@@ -4,7 +4,7 @@ AC_PREREQ(2.52)
m4_define(glade_major_version, 3)
m4_define(glade_minor_version, 8)
m4_define(glade_micro_version,
5
)
m4_define(glade_micro_version,
6
)
m4_define(glade_version, glade_major_version.glade_minor_version.glade_micro_version)
AC_INIT([glade3], [glade_version],
...
...
@@ -52,7 +52,7 @@ AM_PROG_LIBTOOL
# If any interfaces have been added since the last public release, then increment GLADE_AGE.
# If any interfaces have been removed since the last public release, then set GLADE_AGE to 0.
# Reference: http://www.gnu.org/software/libtool/manual.html#Versioning
GLADE_REVISION=
0
GLADE_REVISION=
1
GLADE_CURRENT=13
GLADE_AGE=2
GLADE_CURRENT_MINUS_AGE=`expr $GLADE_CURRENT - $GLADE_AGE`
...
...
po/POTFILES.skip
View file @
243ecb2d
data/glade-3.desktop.in
# distcheck will fail if we do not explicitly skip this because a bug in intltool
# https://bugs.launchpad.net/intltool/+bug/1117944
sub/data/glade-3.desktop.in
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