CHANGELOG 1.52 KB
Newer Older
Adrien Thebo's avatar
Adrien Thebo committed
1
2
3
CHANGELOG
=========

4
5
6
7
8
9
10
11
12
1.1.1
-----

This is a backwards compatible bugfix release.

  * (maint) Support for Travis-ci added
  * (portage-#36) Permit numeric values in atom name and category
  * (portage-#25) Fixed mangling and duplication of _use and _keywords flags

13
14
15
16
17
18
19
20
21
1.1.0
-----

This is a backwards compatible bugfix and feature release.

  * (maint) File permissions fixed for group and other read access
  * (portage-#9) Add variables from `emerge --info` as facts
  * (portage-#23) Deduplicate rebuild exec in portage::package

22
23
24
25
26
27
28
29
30
1.0.1
-----

2013-01-30

This is a backwards compatible bugfix release.

  * (portage-#21) Add portage util require for all package_* types.

Adrien Thebo's avatar
Adrien Thebo committed
31
32
33
1.0.0
-----

Adrien Thebo's avatar
Adrien Thebo committed
34
2012-12-07
Adrien Thebo's avatar
Adrien Thebo committed
35

Adrien Thebo's avatar
Adrien Thebo committed
36
37
38
39
40
41
42
43
This is a backwards incompatible feature and bugfix release.

  * Renamed all classes and defines from 'gentoo' to 'portage'
  * Bugfixes for the package_use parsedfile provider
  * Metadata corrections to add concat as a dependency
  * Site specific files removed
  * Removed legacy defined types for package.* entries
  * Removed unusable localegen and category defined types
Adrien Thebo's avatar
Adrien Thebo committed
44
  * (portage-#7) make.conf moved from /etc/make.conf to /etc/portage/make.conf
Adrien Thebo's avatar
Adrien Thebo committed
45
46
  * (portage-#8) Order package_* resources before package installation
  * (portage-#14) Rename package_use `use_flags` to `use`
Adrien Thebo's avatar
Adrien Thebo committed
47
  * (portage-#18) Comments for each class, style guide corrections
Adrien Thebo's avatar
Adrien Thebo committed
48

Adrien Thebo's avatar
Adrien Thebo committed
49
Major thanks to Theo Chatzimichos for a ton of bugfixes and QA testing.
Adrien Thebo's avatar
Adrien Thebo committed
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64

0.1.0
-----

2012-10-20

  * Initial forge release with expanded features and tests.

0.0.1
-----

2011-08-31

  * Initial pre-release