File lesspipe.changes of Package lesspipe
-------------------------------------------------------------------
Wed Feb 9 21:47:08 UTC 2011 - asterios.dramis@gmail.com
- update to 1.71
- detect a good version of tar, try to avoid /usr/bin/tar on Solaris (Jim
Pryor)
- do more preprocessing if LESS_ADVANCED_PREPROCESSOR is set
- always try to interpret (g)roff formatted text (man pages)
- better detection of lzip and xz compressed files (Vincent Lefèvre)
- do not call identify for 'image text' tagged files (Vincent Lefèvre)
- do not rely on contents of LANG variable for calling iconv (Vincent Lefèvre)
- have a fallback to bash or zsh for the shell used at runtime (Vincent
Lefèvre)
From version 1.70
- fixing the call of mktemp on MacOS (reported by Peter Kostka and Martin
Otte)
- detect helper programs at runtime (suggested by David Leverton, Petr Uzel)
- add support for xz compression (Mathieu Bouillaguet)
- more stringent tests for gzip compression
- changes in rpm processing to better support MacOSX and BSD based systems
- introduce --fixed in configure to statically control lesspipe generation
- improved generation of Makefile
- calling eval `.../lesspipe.sh` will set the ENV variable LESSOPEN properly
- fixing jar processing if not using fastjar (was a bug in 1.60 only)
- control amount of preprocessing by the ENV var LESS_ADVANCED_PREPROCESSOR
if the related configure question is answered with y (default n) (Petr Uzel)
- updated documentation to reflect recent changes
- Spec file updates:
- Changes based on rpmdevtools templates and spec-cleaner run.
- Removed all Requires: entries and used Recommends: or Suggests: for package
requirements (also added more packages).
- Removed "make" from the %build section (not needed).
- Removed the %changelog entries from the spec file.
-------------------------------------------------------------------
Tue Apr 21 18:09:25 CEST 2009 - puzel@suse.cz
- update to 1.60
- major restructuring of code, support for even more file types
- using a temp dir and mktemp for creating temporary files
- concentrate file type recognition in a function
- rewritten the recognition and processing of html files, added xhtml
recognition, add elinks and w3m as html parsers
- better support for jar files (recognized by extension jar and xpi)
- support for excel and powerpoint files (recognized by extension)
- support for perl pod files
- colored directory listings
- list and view the control parts of *.deb packages
- added support for lzip compression (Antonio Diaz Diaz)
- added support for DjVu files (Florian Cramer)
- improved zip support for Solaris, bug fixes in configure (Paul Townsend)
- code cleanup and bug fixes in lesspipe based on the restructured code
- enhanced test suite
- update of the documentation (merged english.txt and README)
-------------------------------------------------------------------
Mon Sep 1 15:34:00 CEST 2008 - mjung@suse.de
- corrected specfile and created changes (thank you darix)
-------------------------------------------------------------------
Wed Aug 27 18:24:08 CEST 2008 - mjung@suse.de
- initial package