Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Dlang
gtkd
Commits
0111146e
Commit
0111146e
authored
Jan 06, 2019
by
Mike Wey
Browse files
Update the changelog and version number.
parent
e4d1d596
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
0111146e
GtkD ChangeLog
==============
Release: 3.8.5
--------------
-Set the correct version number.
Release: 3.8.4
--------------
-Fix a memory leak when signals are used on a widget in a container. #254
-Update the GdkPixbuf Lookup file for the canges in 2.38. #250
-Add a get template for gobject.Value.
-Don't hardcode pkg-config #249
-All function names and parameters that are D keywords are now post fixed with an underscore.
-This is instead of the more random substitutes used previously.
-Fix an out-of-bounds write in toStringzArray #248
Release: 3.8.3
--------------
-Make sure we only use one toggle reference per GObject.
...
...
GNUmakefile
View file @
0111146e
...
...
@@ -76,7 +76,7 @@ endif
#######################################################################
GTKD_VERSION
=
3.8.
4
GTKD_VERSION
=
3.8.
5
SO_VERSION
=
0
MAJOR
=
$(
word
1,
$(
subst
., ,
$(GTKD_VERSION)
))
...
...
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