developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
Changes in 5.6.1:
This release fixes a bug which blocked dialog's item selection.
Changes in 5.6.0:
+ Java disassembler
+ New feature: "Tabbed" browsing.
(Now you may access F1-F10 actions through TAB key)
+ Textmode syntax highlighing
+ New submodes of binmode
+ AVR disassembler by Stephan Linz
+ Enable SSE3 for Athlon64
(due Intel Extended Memory 64 Technology)
+ New feature: input viewer
* Fixed Bug 234729(debian.org):
Hexadecimal dump is not hex, but binary
(if hexmode was forced by -h key in command line)
* Fixed Bug 235005(debian.org): Missing values in hex listing
(was detected when width of terminal window was 106 chars)
* Fixes by Alex:
* Fixed bug of block-device opening
* Fixed case sensitive search in hexmode
* Fixed old and evil bug of not repainting of low part of window
under some terminals.
+ Add russian locales support in linux/unix systems
* Fixing multiple QNX related bugs
+ Added support for QNX 6 Neutrino
* QNX6 related fixes and improvements
+ Added mouse wheel support for Win2k+
* Some MSWin related fixes
by Oblomov Sergey
* Fixed correct elf32 reading after applying 64-bit support
* Other minor/major fixes.
5.5.0
- fixed bug of non repainting of bottom part of window under some
vt100 terminals (NK).
5.3.2
- use /struct termdesc/ instead of /int/ for terminal type
- compiler warnings cleanup
5.3.1
- changed default prefix to /usr/local, cosmetic fixes
5.3.0
- BIEW/LINUX: reduce use of system calls, use pwrite if possible,
keyboard functions reimplemented using async IO,
added proper pseudographics support on xterms
(with G1 charset) and console (with null map),
autodetection of vcsaN number,
"Save as" codepage conversion fixed.
- BIEW/SLANG: wrap lines in WriteBuff when buffer length exceeds
terminal width - thanks to John Davis for helping me out.
- BIEW/CURSES: added mouse support (ncurses are required for this),
added acs_map ncurses hack.
- BIEW/VT100: added proper pseudographics support (with G1 charset),
keyboard functions reimplemented using async IO,
added mouse support on Linux systems (gpm).
- use getpwuid() to determine home directory when HOME is unavailable
- reduce malloc()/free() calls in vioWriteBuff()
- moved default datadir from /usr/lib/biew to /usr/share/biew
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also
change dependency examples in Packages.txt to reflect this.