Changes between Initial Version and Version 1 of Ticket #6148


Ignore:
Timestamp:
02/15/2015 02:37:52 PM (9 years ago)
Author:
Fernando de Oliveira
Comment:

This package can be LFS7.6 checked. Dependents build and work fine.

But I have a doubt.

We see in the news (above in the description):

"Added support for Lua 5.1 plugins using the LGI bindings"

Needs to use:

--enable-lua5.1

which obviously causes failure of config.

Include or not Lua 5.1 as optional dependency? How? "Broken with version in the book" doesn't seem to make much sense.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6148 – Description

    initial v1  
    11New minor version
     2
     3[http://ftp.acc.umu.se/pub/gnome/sources/libpeas/1.13/libpeas-1.13.0.tar.xz]
     4
     5[http://ftp.acc.umu.se/pub/gnome/sources/libpeas/1.13/libpeas-1.13.0.news]
     6
     7{{{
     8Overview of Changes in libpeas 1.13.0
     9====================================
     10
     11* Removed support for Seed plugins
     12* Added support for Lua 5.1 plugins using the LGI bindings
     13* PeasEngine is now thread-safe
     14* Added support for non-global plugins loaders
     15* Load C plugins with local linkage
     16* Use Python to implement the plugin loader's logic
     17* Support Python plugins that define __all__
     18* Use Lua to implement the plugin loader's logic
     19* Prevent the accidental escaping of globals with Lua plugins
     20* Misc bugfixes
     21
     22* Translation updates:
     23...
     24}}}