Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 647464 - =app-portage/eix-0.33.2 version bump
Summary: =app-portage/eix-0.33.2 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michael Weber (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-13 02:18 UTC by Manuel Rüger (RETIRED)
Modified: 2018-03-02 14:39 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Rüger (RETIRED) gentoo-dev 2018-02-13 02:18:08 UTC
*eix-0.33.2
	Martin Väth <martin at mvath.de>:
	- Bugfix: Fix typo in FORMATLINE_BEST (I18N_BESTVERSIONSSLOT) which
	  prevented printing the text "Best versions/slot:" (or a translation)
	  with eix -v
	- Introduce jumbo build and use it by default: This avoids a splitting
	  of defaults.cc into several compilation units which existed only for
	  compile-time memory reasons.
	  Use --disable-jumbo-build for compilation on low-memory systems.
	  (The produced binary might be longer and slower.)
	- Use all available compiler spectre protection with --enable-security.
	  Some are overkill for some processors, but better avoid leaking data.

*eix-0.33.1
	Martin Väth <martin at mvath.de>:
	- Fix meson tests which require dialect arg
	- Use unordered_{map,set} if available (presumably faster)
	- Use emplace, emplace_back, std::move if available (faster)
	- Prefer count() != 0 over find() != end() (presumably faster)
	- Use final and override where possible/useful; add diagnostics
	- Add memory saving flags
	- Remove an ATTRIBUTE_PURE which is suspicious to be related to
	  https://github.com/vaeth/eix/issues/42
	- Improve ccache usage (only for meson): Remove version from config.h
	  (included everywhere) to increase hit rate for upgrades
- manpage: more verbose description of eix-postsync
Comment 1 Manuel Rüger (RETIRED) gentoo-dev 2018-03-02 14:39:43 UTC
Bumped.