diff --git a/AUTHORS b/AUTHORS index 82008a1..b842779 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,2 +1,2 @@ - * Matthew Sottile (mjsottile@gmail.com) - * Alexander Vdolainen (avdolainen@zoho.com) (just adoption, and little bit of functions) + * Matthew Sottile (mjsottile@gmail.com) (original code) + * Alexander Vdolainen (avdolainen@zoho.com) (adoption, new functions) diff --git a/ChangeLog b/ChangeLog index 43c18d0..00ccec2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,10 +3,18 @@ 2014-11-23 Alexander Vdolainen * Initial import of 0.2 version + * cdr, car helpers + * sexpr types macros + * faststack thread safe allocation 2018-11-14 Alexander Vdolainen * Autotools update +2019-02-17 Alexander Vdolainen + * Autotools fixes + * Faststack alloc for parser functions is configure option + +Copyright 2014-2019 Alexander Vdolainen (alex@vapaa.xyz) Copyright 2013-2014 Askele, Inc. (Adoption, maintain and few functions) Copyright Matthew Sottile (mjsottile@gmail.com) (Original code) diff --git a/NEWS b/NEWS index 195c730..c2fe3cd 100644 --- a/NEWS +++ b/NEWS @@ -1 +1,3 @@ 22.09.2013: Autotools choosen to be a build be. +Further changes should be found in Changelog. + diff --git a/VERSION b/VERSION index 1892b92..31e5c84 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.2 +1.3.3