Changelog for
ebiso-0.2.5-1.i586.rpm :
Wed Mar 1 13:00:00 2017 jsmeixAATTsuse.de
- Bugfix update to version 0.2.5:
* Fixed segfault with XFS ftype=0, see
https://github.com/gozora/ebiso/issues/9
and the actual root cause in ReaR
https://github.com/rear/rear/issues/1208
Sun Aug 28 14:00:00 2016 mpluskalAATTsuse.com
- Update to version 0.2.4:
* Debian related package scripts added.
- Use url for source.
- Enable parallel building and installation.
- Enable building on all platform that support UEFI.
- Use macro for manpage extension.
- Do not strip installed binaries, this prevents debuginfo packages
from being built.
Fri Apr 8 14:00:00 2016 jsmeixAATTsuse.de
- Bugfix update to version 0.2.3.1 see upstream issue
https://github.com/gozora/ebiso/issues/7
Now upstream Makefile accepts CFLAGS from environment
so that setting our preferred flags for the compiler
and linker via
export CFLAGS=\"$RPM_OPT_FLAGS\"
does now work.
Thu Apr 7 14:00:00 2016 jsmeixAATTsuse.de
- Bugfix update to version 0.2.3 see upstream issue
https://github.com/gozora/ebiso/issues/6 and
https://github.com/gozora/ebiso/releases/tag/v0.2.3
(boo#974360).
- Setting our preferred flags for the compiler and linker via
export CFLAGS=\"$RPM_OPT_FLAGS\"
does not work because upstream Makefile uses FLAGS instead
of CFLAGS so that the upstream FLAGS are overridden with
our preferred flags added to the upstream FLAGS (boo#974360).
Mon Apr 4 14:00:00 2016 jsmeixAATTsuse.de
- Bugfix update to version 0.2.2
In certain cases ebiso will overwrite one \"random\" byte
with \'\\0\', which might lead to file corruption, see
https://github.com/gozora/ebiso/releases/tag/v0.2.2
See also the following description by the ebiso author
Vladimir Gozora in a mail from him (excerpts):
\"... captious bug in ebiso, that can cause (under certain
circumstances) corruption of random file by overwriting
one byte with zero (\'\\0\'). This overwrite always happens
on the end of block of 2048 bytes so for this reason it
can remain unnoticed most of the time. ... In general
ISO should be safe once user is able to boot from it.\"
Wed Mar 23 13:00:00 2016 jsmeixAATTsuse.de
- Added \"Supplements: rear\" in ebiso.spec so that ebiso gets
usually installed if rear is (to be) installed (but ebiso
is not strictly required by rear).
Tue Mar 22 13:00:00 2016 jsmeixAATTsuse.de
- Adapted spec file for openSUSE and SLE.
- Split RPM changelog into separate changes file.
Sun Dec 13 13:00:00 2015 cAATTgozora.sk
- 0.2.1 release
* Full symbolic link support
Tue Oct 27 13:00:00 2015 cAATTgozora.sk
- 0.1.4 release
* Added man page
Wed Oct 21 14:00:00 2015 gratien.dhaeseAATTgmail.com
- 0.1.1 release
* Rewrote original spec file from Vladimir