Files
erlang-fast_xml/erlang-fast_xml.changes
Marcus Rueckert 38323250d2 - Update to version 1.1.28:
* Update app version
  * Update changelog
  * Include Makefile when generating package for hex
  * Add missing mix.lock
  * add mix lock file and fix mix.exs

OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-fast_xml?expand=0&rev=16
2018-02-05 19:43:38 +00:00

175 lines
5.8 KiB
Plaintext

-------------------------------------------------------------------
Mon Feb 05 19:43:31 UTC 2018 - mrueckert@suse.de
- Update to version 1.1.28:
* Update app version
* Update changelog
* Include Makefile when generating package for hex
* Add missing mix.lock
* add mix lock file and fix mix.exs
-------------------------------------------------------------------
Sat Dec 30 00:33:30 UTC 2017 - mrueckert@suse.de
- Update to version 1.1.26:
* Release 1.1.26
* Simplify pretty printer generation
* Generate get_els/1 and set_els/2
* The pretty printer should traverse elements recursively
* Extra test for too big input
-------------------------------------------------------------------
Thu Nov 23 20:28:50 UTC 2017 - mrueckert@suse.de
- Update to version 1.1.25:
* Release 1.1.25
* Update changelog
* Don't reuse terms allocated within state->send_env after invalidation
-------------------------------------------------------------------
Sat Nov 04 00:46:31 UTC 2017 - mrueckert@suse.de
- Update to version 1.1.24:
* Release 1.1.24
* Update changelog
* Add support for OTP19.3+ for XML generator
-------------------------------------------------------------------
Tue Jul 11 08:44:35 UTC 2017 - mrueckert@suse.de
- remove the unused configure option again
-------------------------------------------------------------------
Mon Jul 10 23:45:51 UTC 2017 - mrueckert@suse.de
- add devel package provides
-------------------------------------------------------------------
Sun Jul 09 23:33:03 UTC 2017 - mrueckert@suse.de
- Update to version 1.1.23:
* Generate pretty printer for predefined records
* Make XML generator create modular code
* Load additional specs from a directory specified in FXML_GEN_DIR
* More tests
* build: add FreeBSD NIF build code
* Prepare release 1.1.21
* Fix type spec for fxml_stream:parse_element/1
* Fix md5 sum calculation of modules for OTP17
* Release 1.1.22
* Release version 1.1.23
-------------------------------------------------------------------
Fri Mar 31 12:57:01 UTC 2017 - mrueckert@suse.de
- Update to version 1.1.22+git20170320.984933e:
* Fix md5 sum calculation of modules for OTP17
* Release 1.1.22
-------------------------------------------------------------------
Tue Feb 28 23:37:49 UTC 2017 - mrueckert@suse.de
- Update to version 1.1.21+git20170216.4992585:
* Improve namespace handling
* Do not call xref on `make src`
* Make XML generator working on R19
* Bump version to 1.1.16
* Add 'undefined' type to some record fields type specs
* Generate io_format_error/1 function
* Bump version to 1.1.17
* platform_defines must go to erl_opts
* Bump p1_utils dep version
* Fix xref error on r17
* Release 1.1.18
* Fix typo
* We only need directory structure, not content
* Load locally build .so file when performing tests
* Remove unused code
* Add checks for empty string
* Update copyright year (processone/ejabberd#1442)
* Release 1.1.19
* Restructure rebar.config.script and fix problem with coveralls
* Too much copy/paste
* Resolve vars.config relative to SCRIPT
* Make XML generator working on OTP 18
* Release 1.1.20
* Generate pretty printer for predefined records
* Make XML generator create modular code
* Load additional specs from a directory specified in FXML_GEN_DIR
* More tests
* build: add FreeBSD NIF build code
* Prepare release 1.1.21
* Fix type spec for fxml_stream:parse_element/1
-------------------------------------------------------------------
Fri Sep 23 14:25:33 UTC 2016 - mrueckert@suse.de
- Update to version 1.1.14+git20160922.38f9184:
* Add support for "underscore" label
* Add types for sub_els and xml_els record fields
* Change default values for attributes and cdata
* Improve type specs generation
* Fix raw typespec generation
* Update to p1_utils 1.0.5
* Make sure NIF modules aren't HiPE-compiled
* Correctly process specs with multiple namespaces and underscores
* Add element_to_header/1 function
-------------------------------------------------------------------
Wed Jun 29 22:58:52 UTC 2016 - mrueckert@suse.de
- Update to version 1.1.11+git20160531.d2e8702:
* Fix compilation
* Add p1_utils to applications
* Improve multiple XML namespaces support
* Use parse_transform to build AST for simple expressions
* Expand some expressions in AST transformer
-------------------------------------------------------------------
Sat Mar 19 19:20:41 UTC 2016 - matwey.kornilov@gmail.com
- Update to version 1.1.11+git20160309.1d77552:
+ Preparing release 1.1.4
+ Fix build when using mix and ejabberd as a dependancy
+ Fix for indent in mix Makefile
+ Add 'erl_dir' and 'hrl_dir' options
+ Quick fixes for priv structure
+ Fix build for Linux
+ Release 1.1.9
+ Fix NIF build on Ubuntu
+ Add missing lib/ directory in hex.pm package
-------------------------------------------------------------------
Sat Mar 5 20:17:30 UTC 2016 - mrueckert@suse.de
- update to a9c88b7
-------------------------------------------------------------------
Thu Nov 26 12:48:24 UTC 2015 - mrueckert@suse.de
- add missing buildrequires to erlang-p1_utils
-------------------------------------------------------------------
Thu Nov 26 11:12:13 UTC 2015 - mrueckert@suse.de
- update to 1.1.1+git1448369337.8d477a2
-------------------------------------------------------------------
Sat Jul 5 14:59:50 UTC 2014 - mrueckert@suse.de
- forgot to package the expat part
-------------------------------------------------------------------
Sat Jul 5 13:44:58 UTC 2014 - mrueckert@suse.de
- cleanup
- added proper description and summary
- install documentation
- use the timestamp from the last git commit
-------------------------------------------------------------------
Fri Jul 4 00:19:38 UTC 2014 - mrueckert@suse.de
- initial package