Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
libpeas
Commits
69a64e08
Commit
69a64e08
authored
Jun 25, 2015
by
Ignacio Casal Quinteiro
Browse files
Release 1.15.0
parent
1295f62a
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
69a64e08
Overview of Changes in libpeas 1.15.0
====================================
* Add g_autoptr() autocleanup support
* Fix Python tests on OpenBSD
* Fix libpeas crash on windows
* Simplify __all__ support in the Python plugin loader
* Misc bugfixes
* Translation updates:
- Czech
- Hungarian
- Icelandic
- Norwegian bokmål
- Occitan
- Romanian
- Spanish
- Turkish
Overview of Changes in libpeas 1.14.0
====================================
...
...
configure.ac
View file @
69a64e08
...
...
@@ -17,8 +17,8 @@ AC_PREREQ(2.63.2)
# <mclasen> on the stable branch, interface age == micro
# <mclasen> on the unstable (ie master), interface age = 0
m4_define(peas_major_version, 1)
m4_define(peas_minor_version, 1
4
)
m4_define(peas_micro_version,
1
)
m4_define(peas_minor_version, 1
5
)
m4_define(peas_micro_version,
0
)
m4_define(peas_interface_age, 0)
m4_define(peas_binary_age, [m4_eval(100 * peas_minor_version + peas_micro_version)])
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment