File: CHANGELOG.md

package info (click to toggle)
erlang-p1-iconv 1.0.12-3~bpo10%2B1
  • links: PTS, VCS
  • area: main
  • in suites: buster-backports
  • size: 588 kB
  • sloc: sh: 4,170; ansic: 88; erlang: 66; makefile: 33
file content (59 lines) | stat: -rw-r--r-- 1,287 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Version 1.0.11

* Updating p1_utils to version 1.0.19.
* Fix to compile with Rebar2 and Erlang 23, added to Travis and Coveralls
* Document usage with Elixir mix
* Add more explicit usage example
* Add CoC and contribution guide

# Version 1.0.10

* Updating p1_utils to version 1.0.13.

# Version 1.0.9

* Updating p1_utils to version 6ff85e8.

# Version 1.0.8

* Updating p1_utils to version 1.0.12.

# Version 1.0.7

* Updating p1_utils to version 1.0.11.
* Fix compilation with rebar3

# Version 1.0.6

* Updating p1_utils to version 1.0.10.
* Fix possible overflow of inleft

# Version 1.0.5

* depends on p1_utils-1.0.9

# Version 1.0.4

* Update rebar.config.script (Paweł Chmielowski)
* Use p1_utils 1.0.7 (Christophe Romain)

# Version 1.0.3

* Use p1_utils 1.0.6 (Christophe Romain)
* Make sure iconv isn't compiled to native code (Holger Weiss)

# Version 1.0.2

* Update p1_utils (Mickaël Rémond)

# Version 1.0.1

* Use nif loading code from p1_utils (Paweł Chmielowski)
* Fix compilation on rebar3 (Paweł Chmielowski)

# Version 1.0.0

* Application is now called iconv for consistency (Mickaël Rémond)
* Initial release on Hex.pm (Mickaël Rémond)
* Standard ProcessOne build chain (Mickaël Rémond)
* Support for Travis-CI and test coverage (Mickaël Rémond)