Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#4469 closed task (fixed)

file-5.37

Reported by: Bruce Dubbs Owned by: lfs-book
Priority: normal Milestone: 9.0
Component: Book Version: SVN
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (3)

comment:1 by Bruce Dubbs, 5 years ago

Release 5.37

  • Make sure that continuation separators are printed with -k within softmagic
  • Change SIGPIPE saving and restoring during compression to use sigaction(2) instead of signal(3) and cache it.
  • Cache stat(2) calls more to reduce number of calls
  • PR/77: Handle --mime-type and -k correctly.
  • Switch decompression code to use vfork() because tools like rpmdiff and rpmbuild call libmagic with large process footprints
  • PR/75: --enable-zlib, did not work.
  • Improve regex efficiency by:
    1. Prefixing regex searches with regular search for keywords where possible
    2. Using memmem(3) where available

comment:2 by Bruce Dubbs, 5 years ago

Resolution: fixed
Status: newclosed

Fixed at revision 11607.

comment:3 by Bruce Dubbs, 5 years ago

Milestone: 8.59.0

Milestone renamed

Note: See TracTickets for help on using tickets.