V0.86 Fixed default hostname logic.
Fix for NetBSD: 64bit time_t -- Thomas Klausner
Fix unnecessary runtime dependency on glib from VSYakovetsky through
Thomas
Inverted IPINFO define in the code. Removes double negatives.
-- Vladimir Yakovetsky, REW.
Fixed failure on IPv4 only systems when IPv6 was available at
compile time. -- REW.
Fixed (longstanding) bug that mtr used 100% cpu when paused.
Cosmetic changes from Richard Hartman.
[Changes for 1.28 - 2014-12-11]
* Bump to release version 1.28 for production release to CPAN
[Changes for 1.28_01 - 2014-06-11]
* Update inc modules to avoid precedence warnings in newer perl: RT 87034
2.43 2014-12-11 (by Todd Rinaldo)
- POD patch to man from Debian via Nicholas Bamber
- POD patch from Debian via gregor herrmann.
- Add more useful error message on parse to Expat
- Fix LWP dependency to be LWP::Useragent
- Bump to 2.43 for overdue release to CPAN.
2.42_01 2013-07-12 (by Todd Rinaldo)
- Added instructions to README for OSX
- XS changes: stop using SvPV(string, PL_na)
- Fix documentation typos
Updated print/xpdf-arabic to 20110815
Updated print/xpdf-chinese-simplified to 20110902
Updated print/xpdf-chinese-traditional to 20110902
Updated print/xpdf-cyrillic to 20110815
Updated print/xpdf-greek to 20110815
Updated print/xpdf-hebrew to 20110815
Updated print/xpdf-japanese to 20110902
Updated print/xpdf-korean to 20110902
Updated print/xpdf-latin2 to 20110815
Updated print/xpdf-thai to 20110815
Updated print/xpdf-turkish to 20110815
per maintainer update request by PR pkg/49345.
v3.0.718 (25 January 2014)
- (SECURITY!) Don't chroot() by default. The user must specify
a --chroot dir for this to happen now.
- Bring back the "--base /path" functionality.
- Add explicit warning about graphs being blank if we can't get
local IPs on an interface.
- Don't crash in timer_stop() if monotonic time stops or goes
backwards.
- Lots of internal cleanups.
- Use time_t instead of "long" for time. This is more correct
and should fix darkstat on OpenBSD 5.5 on 32-bit systems.
* Changes in the m17n library 1.7.0
** The mechanism of fallback input method is implemented. For that, a
new variable fallback-input-method and new commands switch-im,
push-im, pop-im are supported.
* Changes in the m17n database 1.7.0
** New input methods are added.
ar-translit.mim: Arabic input method based on Roman transliteration.
latn1-pre.mim: Latin input method simulating "US International Keyboard".
ssymbol.mim, lsymbol.mim: Input method for various symbols.
** A new global variable is added.
fallback-input-method: Comma separated fallback input method names.
* Changes in the m17n database 1.6.5
** All input methods in the m17n contrib package are merged.
** New input methods are added.
sa-itrans.mim: Sanskrit input method with ITRANS method
ml-remington.mim: Malayalam input method.
pkgsrc changes:
- remove post-3.4.1 fix
Changed noted in doc/en/ReleaseNote:
ver 3.4.1
* Update unicode properties to 7.0.0.
* Automatically select an appropriate character set in selecting font on mlconfig
according to a selected character encoding.
* Add "Blink cursor" and "Log" entries to "Others" tab of mlconfig.
* Add "Color" tab which customizes cursor colors , vt 16 colors and so on to mlconfig.
* Add "Font policy" and "Box drawing font" entries to "Font" tab of mlconfig.
* Support OSC 5380;color:key and OSC 5381;color:key.
* 'mlcc color [color name]' returns current rgb of specified colors.
* Bug fixes:
SF Bug #72 (Thanks to http://sf.net/u/p2all)
Fix a bug which disabled "\x1b]5381;/dev/...;pty_name\x07". (enbugged at 3.3.8)
Fix "is_auto_encoding" of OSC 5379 which didn't work.
Fix a bug which disabled "xft" checkbox of mlconfig.
Revive "New" button in "PTY List" of mlconfig.