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
c1a8e219
Commit
c1a8e219
authored
Feb 14, 2015
by
Garrett Regier
Browse files
Release 1.13.0
parent
1242e959
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
c1a8e219
Overview of Changes in libpeas 1.13.0
====================================
* Removed support for Seed plugins
* Added support for Lua 5.1 plugins using the LGI bindings
* PeasEngine is now thread-safe
* Added support for non-global plugins loaders
* Load C plugins with local linkage
* Use Python to implement the plugin loader's logic
* Support Python plugins that define __all__
* Use Lua to implement the plugin loader's logic
* Prevent the accidental escaping of globals with Lua plugins
* Misc bugfixes
* Translation updates:
- Basque
- Brazilian Portuguese
- Czech
- Friulian
- Galician
- Hebrew
- Hungarian
- Japanese
- Kannada
- Nepali
- Russian
- Spanish
- Turkish
Overview of Changes in libpeas 1.12.1
====================================
...
...
configure.ac
View file @
c1a8e219
...
...
@@ -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
2
)
m4_define(peas_micro_version,
2
)
m4_define(peas_minor_version, 1
3
)
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