16 lines
641 B
Plaintext
16 lines
641 B
Plaintext
|
-------------------------------------------------------------------
|
||
|
Fri Mar 8 07:53:43 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||
|
|
||
|
- Initial packaging of plexus-archiver 3.6.0
|
||
|
- Generate and customize ant build file
|
||
|
- Make running of tests optional
|
||
|
- Added patches:
|
||
|
* 0001-Remove-support-for-snappy.patch
|
||
|
+ When built without snappy support and trying to use Snappy,
|
||
|
throw UnsupportedOperationException
|
||
|
* logger-level.patch
|
||
|
+ Cast the result of getContainer() call, because the
|
||
|
getLoggerManager() method is not a method of the
|
||
|
PlexusContainer interface, but of the DefaultPlexusContainer
|
||
|
implementation
|