Releases: crownedgrouse/geas
Releases · crownedgrouse/geas
2.4.6 Release
Update for 22.1 detection and database
2.4.0 Release
- Update for Erlang 21.2 detection and database
- geas and geas_rebar3 plugin are now both available on hex.pm
2.3.0 Release
- Add 21.1 detection
- Add 21.1 database
Geas is now available on hex.pm.
Geas project is now using Travis CI build status.
2.2.1 Release
Fix 21.x.x detection
2.2 Release
Erlang 21.0 detection
Erlang 21.0 database update
Note: as CORBA module(s) are moved from Erlang 'core', those are marked as removed from Geas database. This may change in future.
2.1 Release
- 20.3 detection
- 20.3 database update
- Change output format for tags, redirect log to standard error
- Detect installed patches
- Recommend patche(s) to be installed if necessary depending code
2.0.14 Release
- 20.2 detection
- 20.2 database update
2.0.6 Release
- 18.3 Erlang version : geas database update and detection.
- Geas will automatically exclude some notoriously buggy Erlang
version if some module/function/arity are concerned.
For now only R16B03 with syntax_tools.
To disable this feature, simply export GEAS_DISC_RELS=0
environment variable. - Environment variable GEAS_LOG allow to display analyze logs.
- Some process dictionary entries are now available after compat run.
- Some bug fixes.
2.0.5 Release
- Geas can now use source code instead of beam files.
This allow to know what Erlang versions can compile a whole project. - rebar3 plugin now available in addition to rebar2 and erlang.mk plugins.
- User can declare available local releases.
- User can exclude release(s) from computed.
2.0.4 Release
- Allow check of source files instead beam files. Use environment variable GEAS_USE_SRC=1 .
- Use source file as fallback when abstract code missing in beam file.
- Add compat/2