Skip to content

Releases: crownedgrouse/geas

2.4.6 Release

21 Sep 08:14
Compare
Choose a tag to compare

Update for 22.1 detection and database

2.4.0 Release

15 Dec 18:07
Compare
Choose a tag to compare
- Update for Erlang 21.2 detection and database
- geas and geas_rebar3 plugin are now both available on hex.pm

2.3.0 Release

29 Sep 10:50
Compare
Choose a tag to compare
  • 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

14 Jul 09:23
Compare
Choose a tag to compare

Fix 21.x.x detection

2.2 Release

30 Jun 08:48
Compare
Choose a tag to compare

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

24 Mar 15:02
Compare
Choose a tag to compare
  • 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

23 Dec 00:03
Compare
Choose a tag to compare
  • 20.2 detection
  • 20.2 database update

2.0.6 Release

16 Mar 22:44
Compare
Choose a tag to compare
  • 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

27 Jan 00:00
Compare
Choose a tag to compare
  • 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

16 Jan 00:56
Compare
Choose a tag to compare
  • 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