Very minor release.
pkgsrc changes:
- switch MASTER_SITES to pypi.python.org
upstream changes:
* Added documentation for using Fabric as a library.
* Mentioned our Twitter account on the main docs page.
* #290: Added escape kwarg to append to allow control over previously automatic single-quote escaping.
"Support for SMBIOS 2.6.1 and 2.7 was added. This includes new enumerated values
for recent hardware, as well as support for large memory modules and arrays, and
a new entry type for management controller host interfaces. Additionally, many
minor bugs were fixed."
per maintainer update request by PR#44548.
Changes in pkgsrc:
* Added LICENSE.
Changes:
* Versions of ipa_{ac,db,st}_mod APIs were changed to 2.
* Optimized and simplified source code of IPA.
* New parameter "ictl" in ipa.conf.
* New parameter "ctl_query_max_size" in ipa.conf.
* New parameter "value_units" in ipa.conf and ipastat.conf.
* Now "restart" and "expire" parameters are optional in ipa.conf.
* Now "limit" and "threshold" parameters in ipa.conf can be
equal to zero.
* Now ipactl can create and delete dynamic rules.
* Now ipactl accepts commands "set limit ... counter ..."
and "set threshold ... counter ...".
* If a limit or a threshold uses "null" database and if it was
initialized, then next time during initialization (when some time
related problem occurred) imitate its old state from its current
state.
* Allow to use '_' characters in macro variables names.
* Added support for ipactl's messages credentials checking for NetBSD.
* Give limitation on the depth of included files (macro variable
INCLUDE_DEPTH_MAX with default value 100).
* configure.ac was optimized.
* All manual pages were reformatted to follow traditional
typographic style.
* Now all debug messages in ipa and ipastat are written with
the "DEBUG: " prefix.
* Check correctness of names of dynamic rules and names in
received control commands.
* Check correctness of names in ipa, ipastat and ipactl
options arguments.
* Now ipa does not use SIGALRM in timeout implementation for
control socket.
* Now ipactl does not use SIGALRM in timeout implementation.
* Now non-standard function mem_vasprintf() exported to modules
returns number of characters in allocated buffer.
* Now if some configuration error occurred in included file,
then ipa and ipastat log include history, that allows much
easy identify point of failure.
* Now ipactl does not have limits on lengths of rules, limits,
thresholds names.
* In some places where EWOULDBLOCK is checked, checks for EAGAIN
were added, as it is documented in SUSv3.
* On some systems there is no strtoull(3) function, which
is part of SUSv3, check it in the configure script and
use own version if it is absent.
so much it's borderline not funny anymore.
(tested on a similar patch to libpciaccess 0.10.8, since my X still
refuses to start with libpciaccess 0.11)
from jmcneill
* In order for pftop to be built successfully with newer PF
versions (> 4.1), additional patches are necessary which were taken
from OpenBSD's ports as seen in PR pkg/44339
* Pftop compiled for another PF version will not work (properly),
so to avoid any problems we must depend on the OS version
ok@ wiz
nvramtool is a utility for reading/writing coreboot parameters and
displaying information from the coreboot table in CMOS.
The program works only on x86-based systems that use coreboot.
Some urgent patches to 3.1.3.
Class validation parse bug fixed.
Global zone handling error for solaris fixed.
Package architectures handled correctly (bug #456).
Reading and writing of key name "root-.pub" eliminated (bug #442, #453).
cf-serverd crash because of race condition on SERVER_KEYSEEN fixed.
Lock purging to avoid remnant complexity explosion (bug #430).
Some copyright notices added that got lost.
3.1.3 (Stability release)
Major memory leaks in cf-monitord, cf-execd, cf-serverd fixed (bug #427).
The daemons now show no growth even with very complex policies.
cf-serverd crash due to race condition in DeleteScope() fixed (bug #406).
Added 30 second timeout on recv() on Linux.
package_noverify_returncode implemented (bug #256).
A flexible mechanism for setting classes based on return codes of
commands has been introduced. Allows for setting promise kept,
repaired or failed based on any return codes. This is currently
implemented for commands-promises, package-manager commands and
transformer in files. In classes body, see attributes
kept_returncodes, repaired_returncodes, failed_returncodes (bug
#248, #329).
New function ip2host - reverse DNS lookup (bug #146).
3.1.2 (Scalability/efficiency release)
Big efficiency improvements by caching output from
cf-promises. Can also be used for much more efficent policy
deployment (only pull if changed).
Caching state of ps command for greater efficiency. Reloaded for each bundle.
Index class lookup improves efficiency of class evaluation for huge configurations.
Fixed issue where certain promiser strings got corrupted.
Minor memory access issues fixed.
Iterator bug introduced in 3.1.0 fixed
3.1.1 (Bugfix release)
Memory leaks in server tracked down and fixed.
List expansion bug (one list items not executed) fixed.
Security issue introduced by change of runcommand shell policy fixed.
If users defined a runcommand for cf-runagent/cf-serverd communication,
possible to execute commands.
cf-key -s command for showing key hash/IP address identity pairs
3.1.0
Change in storage of public keys. Cfengine now hashes the public key and uses this
as the keyname. Keys will be converted automatically.
The old dynamic addresses lists are deprecated.
Caching of dns and key information for greater server speed.
Change in last-seen format reflects the public key usage.
New package policy addupdate - installs package if not there and
updates it otherwise.
Support for package_changes => "bulk" in file repository as well.
New special function readstringarrayidx, similar to readstringarray,
but uses integer indeces. Very useful if first row elements are
not good identifiers (e.g. contains spaces, non-unique, etc.).
Change two log formats to use time() instead of date()
- filechanges
- total compliance
Change from using md5 to sha256 as default digest for commercial version,
community retains md5 for compat.
Commands not returning 0 in commands-promises are flagged
as repair_failed.
Adjustable timeout on connect(). Defaults to 10 seconds, adjustable
with default_timeout in agent control.
Redesign of the knowledge map infrastructure.
Now possible to use variables to call methods, e.g
methods:
"name $(list)" usebundle => $(list)("abc");
See reference manual notes
Changes to normal ordering to optimize execution.
Increased stability by always initializing Attribute and Promise
structures.
When running cf-promises in dry-run mode (-n), the user does not need
to put binaries in WORKDIR/bin. For example, non-privileged users can verify root
policies.
Source control revision added in version string if run in verbose mode
(e.g. "cf-promises -vV"). This needs some refining, uses revision of a header now.
New semantics in return values of list functions. Null values are now allowed
and there is no iteration over empty lists. The value "cf_null" is reserved for
use as a null iterator.
3.0.5p1
Showing paths allowed/denied access to when cf-serverd is run in verbose mode.
Bug in server fixed for dynamic addresses.
File handle closure bugfix - too many open databases.
Seg fault in mount files fix.
Twin used in cf-execd without checking.
Check_root set wrong directory permissions at source not destination.
Error message degraded in body definition.
Undefined body not warned as error.
Various build enahncements.
Package_list_update called only once per manager, and fixed crash.
Version number bug in packages.
3.0.5
Encryption problems fixed - client key buffer was uninitialized.
Classes-promisers are now automatically canonified when class
strings are defined, to simplifying the use of variables in classes.
New scalars sys.cf_version and sys.nova_version that hold Cfengine version information.
Attribute package_delete_convention added, to allow customizable
package name in delete command during update.
package_list_update_ifelapsed limit added.
Private variable $(firstrepo) is available in package_name_convention
and package_delete_convention in order to expand the full path to
a package, which is required by some managers.
Some of the threading code is rewritten and made more robust. This includes
synchronizing access to the lastseen database from the server.
Bad initialization of BSD flags fixed
Multiple variable expansion issues in control fixed for server and agent
Allow ignore_missing_bundles to affect methods: bundles too
Run agent trust dialogue fixed
Bug in CPU monitoring, increasing time scale caused linear decay
of CPU measurement.
Bug in Setuid log storage, fix.
Hooks added for new Nova virtualization promises.
Multithreading mutex failed to collide during cfservd leading to dropped authentication under heavy load.
3.0.4
Class cancellation in promises to create better class feedback,
allows emulation of switch/case semantics etc
Value of SA measurement promises
Special function getenv() which returns the contents of an
environment variable (on all platforms).
New function translatepath for generic Windows
New function escape() to escape literals as regular expressions (like SQL)
New function host2ip for caching IP address lookup
New function regextract for setting variables with backreferences
New variables for the components $(sys.cf_agent), $(sys.cf_know) etc
pointing to the binaries.
More robust integrated database implementation; closing all
handles when receiving signals, self-healing on corruption.
Package installation on localhost without a manager like yum completed,
multiple repositories searched, and universal methods.
Numerous bugfixes
3.0.3
sha256 .. new hashes in openssl included in syntax tree.
End of line autocropping in readfile (hopefully intelligent)
hashmatch function incorrectly implemented -
old debugging code left behind. Fix.
sys.crontab variable
Unknown user is now interpretated as "same user",
so that we give cfengine a chance to fix
Unregistered addresses no longer report "(Non registered IP)",
but return as the address itself when doing reverse lookups.
(Sorry for the long commit message)
A handy shell-like interface for browsing LDAP servers and editing their
content. It keeps command history, has sane autocompletes, credential caching,
site-wide and individual configs, and it's fun to say.
some of our patches are merged with upstream, and I removed the INET6
option since IPv6 specific code seems to be removed
ChangeLog from the package:
Add support for decoding AMP events.
Add support for decoding AMP commands.
Add support for decoding LE advertising reports.
Add support for L2CAP fixed channel information.
Add support for L2CAP ERTM and Streaming Mode.
Make BT-Snoop format the default file format.
Make verbose parsing the default option.
wip work by cheusov.
Version 4.7.0.10
- Core
* Capability to remove history items. WListbox widget was fully reimplemented (#1445 with #2068 and #2299 fixes)
- VFS
* All hardcoded FISH scripts are moved out from fish.c to external scripts:
+ backport from master branch (see README.fish for more info) (#2367)
+ resuming of file downloads (#2267)
* Hide panels before connect to the FISH server (#2268)
- Editor
* Added forgotten shortcuts from 4.6 branch (#2404)
- Misc
* Doc updates
* Translation updates
* Added new translations: Estonian, Indonesian
- Fixes
* Hang up after exit on FreeBSD (#2333)
* Incorrect initial value of WCheck and WRadio widgets width (#2362)
* Quick search is not correctly interrupted in some cases (#2174)
* Panel contents isn't scrolled down by mouse dragging (#2395)
* "Whole words" search bug (#2396)
* Incorrect line jump when started as editor (#2344)
* ~ is not treated properly is editor's "Save As" dialog (#2398)
* 2GB file size limit in fish (#123)
* Broken IPv4 FTP connection scheme (#121)
* Lost transparency colors in mcedit [editnormal] background depends on [normal] (#1785)
Version 4.7.0.9
- Misc
* Code cleanup (#2316)
* Translation updates
* Added Galician translation
- Fixes
* Potential division by zero in Info panel (#2337)
* Regexp replace only transforms the first occurence correctly (#2320)
* MCEdit version number not centered in about dialog (#2311)
* Meta-fixes for manual pages (#2237, #2253)
Version 4.7.0.8
- VFS
* Fixed remained plain int types (#171)
- Editor
* Editor version is synchronized with MC one (#2189)
* Added "Toggle syntax highlighting" menu item. Described C-s shortcut in mcedit man page (#2035)
- Misc
* Translation updates
- Fixes
* Restore signals even if fork() fails (#2273)
* be-tarask.po was renamed to be@tarask.po (#2235)
* Bogus strings in 'Confirmation' config dialog (#2271)
* Segfault in replace confirmation in editor (#2272)
* Viewer doesn't show non-ASCII chars in hex mode (#2263)
* Man pages: fixed the title in the section describing xtree_mode variable (#2303)
Version 4.7.0.7
- Core
* States of all 'Find File' dialog checkboxes are saved in user configuration file (backport form 4.7.1) (#1874)
* Interactive help is displayed with dynamically run-time formatting (backport form 4.7.2) (#1561)
- Editor
* Added highlighting for HTTPS URLs in SPEC files (#1446)
- Misc
* Code cleanups (#2255)
* Translation updates
- Fixes
* AC_TRY_RUN macro breaks crosscompile (#1959)
* Buttonbar mouse clicks are off (#2199)
* Incorrect button locations in common input dialogs (#2115)
* Info panel is initially filled too late (#2226)
* Editor hangup if editor_tab_spacing equals to 0 (#2196)
* Viewer segfaults trying open a compressed man page file (#2236)
* Editor shows dots instead of letters if source_codepage is set to "No translation" (#2248)
* Editor goes to endless loop when trying to replace the \n regexp with any substring (#2231)
* Editor: in some cases the copy/move operation in multi-byte text is wrong (#2153)
Version 4.7.0.6
- Core
* Use system realapth(3) function if available (#1911)
- VFS
* Unified charset list with used one in core (#2203)
- Misc
* Changed main URL for bug reports (#2025)
* Code cleanups (#2225)
* Translation updates
- Fixes
* Oversized dialog backgrounds not painted in NCurses-based MC (#2157)
* Incorrect colors of directory tree (#2212)
* mouse_move_pages option is not applied to the mouse scrolling in file panel (#2219)
* Segfault in standalone editor and viewer (#2178)
* Edit crashes while opening some incorrect files (#2183)
* Crash on search in viewer after Parsed/Raw switching (#2195)
Version 4.7.0.5
- VFS
* Easy plugable EXTFS VFS (backport from 4.7.1 with all fixes) (#1909)
- Editor
* Added ini.syntax (#2126)
- Misc
* Renamed color keywords (#1660):
- menu -> menunormal
- linestate -> editlinestate
* Updated file extension for "sh" (#2127)
* Translation updates
- Fixes
* Build breaks on ignored return values (just memleaks and some little changes) (#1897)
* Misleading label "Status:" in the Info panel (#2146)
* i18n_checktimelength may vary depending on the season (#1671)
* Incorrect overwrite mode in editor in UTF-8 codeset (#2081)
* urar EXTFS doesn't correctly show localized filenames in RAR archives (#2049)
* urar EXTFS: disable RAR/UNRAR user/system configuration for archive list and copyout operations (#2050)
* Patches adding a single line are not shown correctly by patchfs (#2149)
* uzip EXTFS: fixed Y2K bug (#2122)
Version 4.7.0.4
- Core
* Mouse wheel doesn't change sorting preferences in panels (#2093)
- Misc
* Translation updates
- Fixes
* Segfault in standalone editor and viewer (#2087)
* Memory leaks (#2069, #2108)
* If dialog was canceled, input line content is saved in history (#2082)
* MC says "File exists" trying create directory with empty filename (#2014)
* Can't define help window background via skin (#1701)
* MC proposes ".." as a dirname with automatic name filling (#2056)
* MC treats file ending with a dot as gzip (#2114)
* Broken default regexp mask in filecopy dialog (#2001)
* Incorrect cursor position after "Cursor beyond end of line" mode switched off (#2094)
* Incorrect toggling state of ruler in viewer (#2067)
Version 4.7.0.3
- Core
* Reorganization of source tree structure (#2037)
* Added 'menuinactive' skin item to draw inactive visible main menu (#1999)
- Misc
* Documentation updates
* Translation updates
- Fixes
* Missing includes (#2017)
* Memory leaks (#2028, #2053, #2058)
* Incorrect start up with some special paths (#1992)
* MC crashes at exit due to race conditions of destroying subshell and file manager (#2008)
* Ctrl-\ key closes the NCurses-based MC (#1926)
* verbose option is always switched on after MC start (#1940)
* Selections are not visible on monochrome terminals in NCurses-based MC (#1972)
* Extra quoting of shell variables in user menu (#1967)
* Editor's search parameters are not retained across editing session (#1572)
* EditColumnMark can't go up through newline (#1998)
* Missed \s symbol in Syntax file (#2010)
* ViewContinueSearch segfault on empty search (#1996)
* Potencial security risk in mcserv (#1902)
* The lslR VFS doesn't work with ls-lR files created in en_US.UTF-8 locale and with files and directories started with whitespaces (#1921)
* Contents of RAR archives with filenames that contain / \d\d:\d\d / are not listed correctly (#2029)
* FTPFS: strcpy() is used for overlaping strings (#2018)
Version 4.7.0.2
- Core
* Minimal required GLib version is 2.8 (#1980)
* Reorganizing of directory structure (#1866)
* States of all 'Find File' dialog checkboxes are saved in user configuration file (#1874, #1965)
* New file type bindings:
- viewing .lyx with lyxcat, opening with lyx (#1693)
- VFS
* Small reorganizing (#1931)
- Editor
* Some simple optimization of syntax highlighting engine (#1843)
* New editor action 'Mark all', new keybind EditMarkAll (#1945)
* Changed default for 'Cursor beyond EOL', now it switched off by default (#1946)
* Changed default color pair for 'editbold' (search result) to be more sensible (#1559).
- Misc
* Lots of code cleanup (#1780, #1915, #1990)
* Removed obsolete checks in configuration scripts (#262, #1932)
* Documentation updates
* Translation updates
- Fixes
* MC won't compile on Solaris due to undefined constant NAME_MAX (#1943)
* MC won't compile on AIX (#1957)
* Missing includes (#1930)
* Missing printf format (#1960)
* Memory and file descriptors leaks (#1953)
* Small error in versioning (#1905)
* Segfault in input line history (#1936)
* MC crashes on exit when using C locale (#1942)
* Assertion failed for g_array_free (#1954)
* Broken transparency if MC is built with NCurses (#1657)
* Selections not visible on monochrome terminals (#1972)
* Colors of visible inactive menu (#1702)
* Incorrect input line length in 'Edit symlink' dialog window (#1955)
* Unquoted shell variables in used menus (#1967)
* Incorrecy movement in last line in editor (moving cursor to the empty last line) (#1956)
* Incorrect editor lock files check (#1935)
* Segfault at try of edit (F4) archives with utf-8 names (x86_64 specified) (#1982)
* Viewer in QuickView mode corrupts screen (#1918, #1944)
* MC crashes if file name in archves contain '@' symbol (#1605)
* deba and debd VFS: items from DEBIAN directory are not accessible (#1920)
* Samba is not built with tcc (#1933)
* Incorrect conditional compilation of mcserver (#1925)
Version 4.7.0.1
- Fixes
* Fixed double free of memory in editor;
* Fixed build with --disable-vfs option;
* Fixed compile warnings about unused variables;
* Fixed Fedora/RH RPM versioning scheme.
Version 4.7.0
- Core
* Removed charset confirmation on startup and added the automatic recognize
of system charset (#1613)
* Some startup speed up (#1781)
* Save flags of select/unselet file group (#1776)
* Don't set TOSTOP attribute on slave terminal (#1637)
* Keybindings for button bars (F1-F10 keys) (#212)
* Keybindings for Tree widget
* Enlarged sizes of Directory Tree dialog window
* Added missed esc sequencies for qansi terminals (#1803)
* New file type bindings:
+ adeed mkv, 3gp video types
+ use exif(1) output when viewing jpeg files
+ opening .chm with kchmviewer with fallback to xchm
+ viewing .mo files with msgunfmt
- VFS
* FISH: add the user name to the ssh command line only if it's not the same as
the local logged-in user (#1867)
* FTP: support active mode (#1796)
* FTP: improved symlink handling
* FTP: some FTP-servers don't have chmon support. Ignore FTP errors related
to chmod operations (#1708)
* EXTFS: added S3 backend by Jakob Kemi (#272)
* SFS: use single script for RPM and SRPM packets handling (#1590)
- Editor
* New syntax files: Cabal
* Updated syntax files: Python, PHP
* Syntax highlighting: added '.hh' and '.hpp' file extensions as C++ sources
- Misc
* Lots of code cleanup and optimization
* Workaround for SunStudio compiler bug #6888373 (#1749)
* Removed obsolete checks in configuration scripts
* Allow save empty value in history (#1814)
* Use ctrl-g instead of ctrl-c for SIGINT signal (#1876).
* RPM spec: rewritten and simplified static build procedure for legacy distros (#1848)
* Translation updated
* Documentation updates
* Added skin: darker color style (#1659)
- Fixes
* Memory and file descriptors leaks
* Crash on start if ~/.mc/panels.ini contains incorrect value of 'sort_order' key (#1790)
* MC aborts when ctrl-c is pressed (#1793)
* Build w/o internal editor (#1826)
* Compilation warings of --disable-nls and --disable-charset options (#1831)
* Incorrect handling of '--with-search-engine' configure option (#1396)
* Segmentation fault when search in different encodings (#1858)
* C-w does not delete whole command line (#407)
* Wrong shortcuts in menu items (#1836)
* Panels state saves and restores despite disabled 'Auto save setup' (#1663)
* Case insensitive file sorting in UTF-8 locales (#1536)
* Incorrect handling of 0xFF char that is valid char in CP1251 locale (#1883)
* Segfault in TreeView loading (#1794)
* Incorect stat info of ".." directory in file panel (#1757)
* Incorect stat info of ".." directory in info panel (#1757)
* Setting "Use passive mode over proxy" is not remembered (#1746)
* CK_Edit_Save_Mode command handling in editor (#1810)
* Incorrect calculation of some utf-8 characters width (#1768)
* Handling CJK chars in editor (#1628)
* Incorrect cursor positioning in editor (#1809, #1884)
* Vertical block handling in editor (#1839)
* Incorrect text scrolling in editor (#1877)
* Incorrect mouse movement in editor when text scrolled to the right (#1792)
* Newlines are lost when pasting multiline text in editor (#1710)
* Mismatched hotkeys EditBeginRecordMacro, EditEndRecordMacro in editor
* Mismatched hotkeys EditBeginningOfText, EditEndOfText, EditBeginPage, EditEndPage (#1724)
* Some syntax files are not installable (#1779)
* Date & time insertion in editor (#1759)
* "Matches not found" message is not shown in viewer
* Hangup after search in archive in viewer (#1873)
* SFS: CPIO VFS skips empty directories in the root of archive (#1732)
* Incorrect parsing FTP-string (#1605)
* LZMA files detect (#1798)
* FISH: broken filenames and timestamps on really poor busybox devices (#1450)
* Minor mistakes and mistypes in man files
* Various doxygen warnings
Version 4.7.0-pre4
- Core
* Added feature of sort files by mouse click on column header
* Added keybindings to change files sort type via shortcuts
(PanelSelectSortOrder, PanelToggleSortOrderPrev, PanelToggleSortOrderNext,
PanelReverseSort, PanelSortOrderByName, PanelSortOrderByExt,
PanelSortOrderBySize, PanelSortOrderByMTime)
* Now the letter of sort type and sort direction is always drawn in panel
header (direction of sort is drown near the current sort column in long
file list mode only)
* Skin-files: added new parameters 'sort-sign-up' and 'sort-sign-down' in
the section '[widget-common]' to draw sign of sort direction
* Added option 'extensions_case' in filehighlight.ini file.
* Menu engine was reimplemented: 1) now menu is build dynamically, 2)
shortcut displayed in menu item is not a part of menu item text and it is
synchronized with keybinding defined in mc.keymap file (#1563).
- VFS
* Fixed view *.tar files with a colon in name
* Allow 'exit' command on non-local filesystems
* Added partial support of Microsoft CAB-archives
* Added support of ico files
* Added support of *.djvu files
* Fix segfaults in various cases while browsing various VFSs
* Fixed warnings when file copy inside archive.
- Editor
* Added scrolled percentage in status bar (only in "simple statusbar" mode)
* Fixed Misbehaving rectangular select in editor (wrong when selected from
right to left and/or bottom to top)
* Split editor menu 'Command' to 'Command' and 'Format'
* Added option 'Check POSIX new line' into 'Save mode...' dialog, add notification
before save when no newline at EOF (#46)
* Added bindings ('EditShiftBlockLeft', 'EditShiftBlockRight') for shift block
* Fixed incorrect drawing CJK (double width) character
- Viewer
* Fixed tabs alignment (#1664)
* Fixed view of next/prev file (#1750)
- Misc
* Shared clipboard for the mc editor, form fields, panel and command prompt
* Refactoring: now all filename constants are placed in src/fileloc.h file
* Testing & development: added ability for change user config dir. For example,
type make CFLAGS='-DMC_USERCONF_DIR=\".mc2\"'
* Changed Alt+Backspace behavior in command line
- Fixes
* Fixed broken building under uclibc <0.9.29
* Autoindent regression
* Viewer Hex editor regression
* Incorrect indentation block when selecting with F3 + keys
* Fixed ownership of config files
* Configure.ac: fix broken check of option '--disable-vfs-undelfs'
* Learn keys: fixed incorrect save of keys configuration
* Fixed bug with 'The shell is already running a command'
* Fixed 'B' artefact into OpenSuse console of root user
Version 4.7.0-pre3
- Core
* removed own popt stuff (command line options parser). Now used glib parser
* added feature for filenames highlighting in panels
* Copy/Move overwrite query dialog is more friendly for long file names
* at first run find file dialog now contain latest item from history
* charset support enabled by default (--enable-charset option)
* added support of skins
* added support of key bindings
- VFS
* fixed recognize of tar.xz archives
* added recognize of lzma archives by extention
- Editor
* 'Save as' dialog enhancement: select line break type: Windows/UNIX/Mac
(CR LF/LF/CR)
* syntax hightlighting updated: VerilogHDL, Shell script
* Added syntax highlighting for *.repo files of yum
* Added syntax highlighting of pacman's PKGBUILD and .install files
- Viewer
* Fixed showing Windows/Mac (CR LF/CR) line terminator
- Misc
* hotlist: support for environment variables ($HOME, ~username, etc.)
* hotlist: support for completion in path input
* all list widgets: support for fast navigation by number keys (i.e. 1 -
first list item, 2 - second)
- Fixes
* restored action of 'ctrl-t' keybinding (mark files&dirs). For selecting
charset use 'alt-e'
* segfault on incorrect color pair in [Color] section
* incorrect position of panel codeset dialog
* limit of 9 digits for of file size display
* lines drawing in -a stickchars mode
* segfault when you try to use non-anonymous FTP
* Ctrl-O handling under GNU Screen in altscreen mode
* support of CP866 (IBM866) locale
* configure.ac: checking for minimal version of glib and exit if version less
than 2.6
* segfault by mouse wheel action in history list and menu
* Fixed behvior with Meta+PgDn? in editor
* Fixed behvior with cursor movement by Ctrl+arrows when cursor besides EOL
* Fixed editor autocompleting
* Fixed Copy/Move dialogs steal Kill Word shortcut
* Fixed autoconf issue when configure with --with-gpm-mouse option
Version 4.7.0-pre2
- Core
* cycle menu navigation
* change behaviour of C-space, now it calculate size on "..", and for selected
dirs if there is one.
* new find file option: find only first hit in file (make search faster)
* new find file option: Whole words - find whole words only
* scalable TUI
- VFS
* FTPFS: support of IPv6 protocol
* extfs/iso9660 updated to support Joliet "UCS level 1"
- Editor
* new search/replace flag added "In selection"
* new hotkeys for bookmarks, now bookmark displayed in state line and editor
* new cursor behavior. Option "Cursor beyond end of line" - allow moving cursor
beyond the end of line
* new syntax hightlights added: erlang, ebuild, named, strace, j
* syntax hightlights updated: mail, vhdl, html
- Viewer
* Reworked for improve perfomance
* Implemented interruptable long-distance movements
* splitted src/view.[ch] into many files in src/viewer/ subdir for more simple
support of code
* fixed build of format string in runtime (for better i18n)
* add 'Whole words' option into the viewer 'Search' dialog
- Misc
* new option mouse_close_dialog, if mouse_close_dialog=1 click on outside the
dialog close them
* new: SI-based size show
* make shared history for find file, editor search/replace, viever
- Fixes
* linking error with --enable-vfs-undelfs
* external editor won't open if there are spaces in EDITOR variable
* C-c kill mc if mc built with --without-subshell option is run with -d option
* directory hotlist rendering
* segfault on empty replace string
* fixes for vfs/tarfs
* removing bashizm from vfs/extfs/u7z
* crash mc on create new file (Shift-F4) in external editor
* File copy/move dialog: in replacement field now handled asterisks as search groups
* VFS: Fixed SIGSERV(or heap corruption) on large filenames
* Fixed broken backward search
* Fixed uninitialised value for mouse event in in find.c#check_find_events() function
* Fixed ctrl+z signal handling
* Fixed incorrect showing prompt
* Fixed incorrect vertical selection (if line state swiched on)
* Fixed screen resize handle if mouse support is disabled
* Restore correct current directory after switch from Info panel to List one
* Fixed mouse support in 'konsole-256color' terminal
* Fixed keycodes in 'xterm-256color' terminal
* Fixed incorrect regexp search by content in 'file find' dialog
* Fixed incorrect backwards search
* Fixed incorrect detection of compressed patchfs
* Fixed incorrect detecting codeset when <no translation> codeset selected
Version 4.7.0-pre1
- Core
* native UTF-8 support
* filenames charset selection support in panels
* new 'Find File' dialog
* new unified search/replace engine with search types: Plain, Wildcard, Regexp, Hex
* extended learn keys
* locale based codepage autodetection
* initial support for doxygen generated docs
* refresh of autoconf stuff
* translation updates
* x86_64 fixes
- Editor
* various editor enchancements (vertical block marking/moving/copy/paste)
* navigate across source code through ctags/etags TAGS file
* new option 'Persistent selection'
* Del/Backspace - delete selected block if 'Persistent selection' switched off
* shift block right with TAB key by TAB size or TAB symbol, shift block left with COMPLETE key
if 'Persistent selection' switched off
* optional showing of line numbers
* various syntax files updates
* optional highlighting of the tabs and trailing spaces
* add some hot-keys
- Misc
* showing of the free space on current file system
* showing of the size selected files in mini-status bar
- Fixes
* editor's undo fixes
* many fixes from other distributions are included
* fish handling for symlinks is fixed
* escaping of fancy names is fixed
* segfault in fish permission checks is fixed
* various mc.ext fixes
* commandline completion fixes (mainly, escaping hadling)
* small fixes in history handling (locale independent .mc/history entries)
* code cleanups, various memleak/etc fixes (many thanks to valgrind)
doing the "right" thing (which it might not anyway because it does not check
error conditions).
Also set the package as 'user-destdir' because we don't need to do the install
as root any more.
Suggested by joerg@.
destdir enabled (now the default)! To do this, remove the logic from
our custom Makefile and make the logic shipped by the package do its
thing (which is smarter than us in this cse).
This lets libgtop work again, which in turn fixes stuff like the GNOME
system monitor or bug-buddy.
Bump PKGREVISION.
and sysutils/nautilus-sendto to use the new devel/glib2/schemas.mk logic to
properly recompile the GSettings database during install/deinstall.
Bump PKGREVISION for these packages.
(This lets evince work in my machine; it would crash on startup because
it would not find its schema. I suspect this also fixes all the other
applications mentioned in this change. And the inclusion of schemas.mk
also prevents these packages from causing side-effects on the system if
they happen to call glib-compile-schemas during their build.)
interface name for the vif, e.g. xvif(4) for dom0, and xennet(4)
for domU.
This allows querying the XenStore for the vif names, rather than
hardcoding their syntax in vif-* scripts.
Add a xen-subr shell script that can contain customized functions, and
include it in the vif-ip/vif-bridge scripts.
Introduce xenstore_read_default that returns the value of a specific
key from XenStore, or the default specified value when key is absent.
Bump revision.
ok bouyer@.
See http://mail-index.netbsd.org/port-xen/2011/01/11/msg006405.html
Maintainer update request via PR#44300.
Changes:
* Check that a module defined db_deinit_rule(), st_init_rule(),
st_deinit_rule(), st_init_limit(), st_deinit_limit(),
st_init_threshold() and st_deinit_deinit_threshold() before
calling these functions.
* Corrected one race condition: ipa could forget about a SIGCHLD
signal and as a result it did not call waitpid(2) for exited child
process and could perform polling in select(2).
* "ipa -t" did not show "debug_exec" parameter for "autorule" section,
corrected.
- Pull in libblkid for Linux in order to successfully build
- Fix PLIST.Linux: lib/hal -> libexec
- Remove Linux-only libusb buildlink. This version of hal fails to use libusb,
since it isn't version 2.0 (this does look a little like a mistake though).
- The CSR support is absent because libusb isn't available. Remove from
PLIST.Linux
- Other minor additions and edits to PLIST.Linux
- Buildlink in gperf explicitly, to reliably build the keymap support
- Make sure .../etc/udev/rules.d exists before trying to install to it
the build.
The according check in "configure.in" is probably broken. As far as I can
tell it should only check for "blkid" if the "linux" backend is used.
This 5.0.3 version is significant bug fix update to version 5.0.2.
It includes new code and some new features.
There is no database change since prior versions of 5.0.
Compatibility:
--------------
As always, both the Director and Storage daemon must be upgraded at
the same time.
Older 5.0.x and 3.0.x File Daemons are compatible with the 5.0.3
Director and Storage daemons. There should be no need to upgrade older File
Daemons.
Changes and New Features:
- If a VSS (Windows) snapshot fails, the whole Job is failed, previously
it printed a warning message and continued.
- New editing codes %b = Job Bytes and %f = Job Files for runscripts
- Any non-Bacula project plugins (i.e. third party plugins)
must be upgraded to specify AGPLv3 in place of the GPLv2 used previously
for the PLUGIN_LICENSE.
- The bat Media page text columns can be sorted by clicking on the column.
- If possible, the SD will automatically update the catalog Volume size if
it does not match the Volume size. The mismatch between the Volume sizes
typically occurs when the FD has a comm line drop or the FD crashes.
2010-11-15 <mm@FreeBSD.org>
* smbldap-useradd:
- fix Z option in getopt (custom LDAP attribute)
- drop unused L option from getopt
- alphabetically reorganize getopt options
- fix several mis-spellings and typos
(thx to Paul Howarth <paul@city-fan.org>)
* other utilities:
- alphabetically reorganize getopt and help
* new tag 0.9.6
2010-10-21 <mm@FreeBSD.org>
* new tool: smbldap-grouplist (list LDAP groups)
* smbldap-useradd, smbldap-usershow, smbldap-usermod:
- change default encoding of givenName and sn to UTF-8 (bug #11717)
- new option: -X (input/output encoding, defaults to UTF-8)
- new option: -O (localMailAddress attribute)
- changed option: -M (now sets only mail attribute)
- home directory is now chowned as $userUidNumber:$userGidNumber
(bug #11721)
- use gecos as displayName if givenName and userSN not provided
(bug #14517)
* smbldap-passwd:
- new option: -p (allow root to set password from
STDIN without verification, e.g. using a pipe) (bug #11964)
- change userPassword, shadowLastChange and shadowMax individually
e.g. no shadow class or user may not have rights (bug #15052)
* smbldap-groupmod: allow deletion of users from groups without
a defined samba group SID)
* remove references to smbldap_conf.pm
alternative from mk/jpeg.buildlink3.mk
This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).
The mechanical edits were applied via the following script:
#!/bin/sh
for d in */*; do
[ -d "$d" ] || continue
for i in "$d/"Makefile* "$d/"*.mk; do
case "$i" in *.orig|*"*"*) continue;; esac
out="$d/x"
sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
-e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
< "$i" > "$out"
if cmp -s "$i" "$out"; then
rm -f "$out"
else
echo "Edited $i"
mv -f "$i" "$i.orig" && mv "$out" "$i"
fi
done
done
1.12.5 2010-12-23 05:38 UTC
Changelog:
- Corrected the "levels" unit test on 32-bit systems. (Bug 18099)
- Corrected quote handling in Firebug console output. (Bug 18141)
prints to screen commands, events and data in a human-readable form.
Optionally, the dump can be written to a file rather than parsed, and the dump
file can be parsed in a subsequent moment.
This is a patched standalone version not requiring bluez-libs, suitable
for use with the netbt Bluetooth stack [originating] in NetBSD.
--
the sysutils/hcidump package (which this will replace) is a descendent of a
previous version of the bluez-hcidump package.
Requested by package maintainer in PR pkg/44234
Changes in ipa-2.0.8:
* autoconf 2.62 -> 2.68, automake 1.10.1 -> 1.11.1.
* Time events in ipa.conf for +h, +D and +W could be incorrectly
scheduled (plus one extra hour for +h and plus one extra day for
+D and +W), corrected.
* If threshold's tm_from time and tm_updated time are equal and
their month day is the last day in a month, then ipa incorrectly
calculated previous threshold_time_width value during threshold's
initialization.
to fail in certain circumstances when using relative paths.
The changelog:
* Changes since 1.14.0 *
mkdirs: Directory creation failure can be ignored if the directory
already exists.
0.92:
Senko Rašić found that this should have depended on GLib 2.26, but still
only checked for 2.24. Sorry about that. So here's a new version,
identical to 0.90 except with the GLib dependency fixed.
0.90:
Christian Dywan (6):
Remove unused method attribute variables in introspect_interfaces
Dereference main loop once variant recursion test is done
Plug leak of expected_str in threaded server test
Free path string after emission in in statemachine server example
Always free method_c_name in dbus binding tool
Free looked up function name in dbus binding tool
Mike Gorse (1):
Fix switching a connection's GMainContext
Simon McVittie (18):
Add DBusGObjectPath, DBusGSignature typedefs
Give specialized GArrays iteration/appending support
Actually run test/core/test-gvariant
Test dbus_g_value_build_g_variant for various fixed arrays
Remove gcov decoder, which hasn't worked since dbus-glib left libdbus
replace remnants of gcov support with lcov.am from telepathy-glib
fd.o #30428: add dbus_g_value_parse_g_variant
dbus_g_type_specialized_map_append: document that the value contents are stolen
dbus_g_value_build_g_variant: cope with empty arrays, maps
Test dbus_g_value_parse_g_variant
dbus_g_value_basic_array_parse_variant: allow the fast path to be taken
Adjust syntax to avoid relying on array/pointer duality
dbus_g_value_parse_variant_by_type: talk about GVariant, not GDBus, in docs
Add dbus_g_value_parse_g_variant to gtkdoc
output unhandled GVariantClass as ASCII if possible
copy arrays of 'o', 'g' from GVariant without constructing a format string programmatically
Merge branch 'gvariant'
Merge branch 'type-names'
Will Thompson (5):
Build test/ before its subdirs.
Release version 0.90
Makefile.am: Remove ChangeLog's spurious FORCE dependency
HACKING: Fix release URL; be honest about NEWS
referenced in Makefile.
D-Bus Python Bindings 0.83.2 (2010-12-02)
=========================================
Dependencies:
* libdbus 1.2 is still supported, but libdbus >= 1.4 is recommended.
Fixes:
* Make BusConnection.list_activatable_names actually call ListActivatableNames,
not ListNames (Johan Sandelin)
* Don't override CFLAGS when adding compiler warnings
(Louis-Francis Ratté-Boulianne)
* Fix compilation on platforms where Py_ssize_t is larger than int, like x86-64
(Elvis Pfützenreuter)
* fd.o #21831: deserialize empty byte arrays with byte_arrays=True as
ByteArray(''), not ByteArray('None') (Simon McVittie)
* fd.o #23278, #25105: fix crashes when trying to append more struct entries
than the signature allows with libdbus 1.4 (Simon McVittie)
* fd.o #23831: fix crashes when an embedded Python interpreter imports dbus,
is finalized, is re-initialized, and re-imports dbus (Simon McVittie)
checking if xorg-macros used to generate configure is at least 1.3... configure: error: configure built with too old of a version of xorg-macros.m4 - requires version 1.2.0 or newer
Pkgsrc changes:
- add depends to py-crypto
Upstream changes:
0.9.3
=====
Feature additions
* #255: Added stderr and succeeded attributes to local.
* #254: Backported the .stderr and .succeeded attributes on run/sudo return
values, from the Git master/pre-1.0 branch. Please see those functions? API
docs for details.
Bugfixes
* #228: We discovered that the pip + PyCrypto installation problem was limited
to Python 2.5 only, and have updated our setup.py accordingly.
* #230: Arbitrary or remainder commands (fab <opts> -- <run command here>) will
no longer blow up when invoked with no fabfile present. Thanks to IRC user
orkaa for the report.
* #242: Empty string values in task CLI args now parse correctly. Thanks to
Aaron Levy for the catch + patch.
Documentation updates
* #239: Fixed typo in execution usage docs. Thanks to Pradeep Gowda and Turicas
for the catch.
0.9.2
=====
Feature additions
* The reboot operation has been added, providing a way for Fabric to issue a
reboot command and then reconnect after the system has restarted.
* python setup.py test now runs Fabric?s test suite (provided you have all the
prerequisites from the requirements.txt installed). Thanks to Eric Holscher for
the patch.
* Added functionality for loading fabfiles which are Python packages
(directories) instead of just modules (single files.) See Fabfile discovery.
* Added output lines informing the user of which tasks are being executed (e.g.
[myserver] Executing task 'foo'.)
* Added support for lazy (callable) role definition values in env.roledefs.
* Added contrib.django module with basic Django integration.
* env.local_user was added, providing easy and permanent access to the local
system username, even if an alternate remote username has been specified.
* #29: Added support for arbitrary command-line-driven anonymous tasks via
fab [options] -- [shell command]. See Arbitrary remote shell commands.
* #52: Full tracebacks during aborts are now displayed if the user has opted to
see debug-level output.
* #101: Added colors module with basic color output support. (#101 is still
open: we plan to leverage the new module in Fabric?s own output in the future.)
* #137: Commas used to separate per-task arguments may now be escaped with a
backslash. Thanks to Erich Heine for the patch.
* #144: hosts (and roles) will now expand a single, iterable argument instead of
requiring one to use e.g. @hosts(*iterable).
* #151: Added a puts utility function, which allows greater control over
fabfile-generated (as opposed to Fabric-generated) output. Also added fastprint,
an alias to puts allowing for convenient unbuffered, non-newline-terminated
printing.
* #208: Users rolling their own shell completion or who otherwise find
themselves performing text manipulation on the output of --list may now use
--shortlist to get a plain, newline-separated list of task names.
Bugfixes
* The interactive ?what host to connect to?? prompt now correctly updates the
appropriate environment variables (hostname, username, port) based on user input.
* Fixed a bug where Fabric?s own internal fabfile would pre-empt the user?s
fabfile due to a PYTHONPATH order issue. User fabfiles are now always loaded at
the front of the PYTHONPATH during import.
* Disabled some DeprecationWarnings thrown by Paramiko when that library is
imported into Fabric under Python 2.6.
* #44, #63: Modified rsync_project to honor the SSH port and identity file
settings. Thanks to Mitch Matuson and Morgan Goose.
* #123: Removed Cygwin from the ?are we on Windows? test; now, only Python
installs whose sys.platform says 'win32' will use Windows-only code paths
(e.g. importing of pywin32).
Documentation updates
* Added a few new items to the FAQ.
* #173: Simple but rather embarrassing typo fix in README. Thanks to Ted Nyman
for the catch.
* #194: Added a note to the install docs about a possible edge case some
Windows 64-bit Python users may encounter.
* #216: Overhauled the process backgrounding FAQ to include additional
techniques and be more holistic.
Packaging updates
* #86, #158: Removed the bundled Paramiko 1.7.4 and updated the setup.py to
require Paramiko >=1.7.6. This lets us skip the known-buggy Paramiko 1.7.5 while
getting some much needed bugfixes in Paramiko 1.7.6.
All:
- The macros XARCH_GEN & XARCH_OPT are now in RULES/cc-sunpro*.rul
- The include file include/schily/ccomdefs.h now allows to disable
the printf() format checks for GCC with -DNO_PRINTFLIKE
This is needed in order to allow star to compile in the Solaris ON
cosolidation as GCC id too dumb for the printf() extensions.
- All include files (even those created by autoconf) are now protected
against multiple includion.
- New autoconf test for pathconf() and fpathconf()
- New autoconf test for /dev/stdin, /dev/stdout, /dev/stderr,
/dev/fd/0, /dev/fd/1, /dev/fd2
- New autoconf tests for: qecvt() qfcvt() qgcvt()
_ldecvt() _ldfcvt() _ldgcvt() _ldecvt_r() _ldfcvt_r() _ldgcvt_r()
qeconvert() qfconvert() qgconvert()
needed for long double support.
- New autoconf test for _qecvt() _qfcvt() _qgcvt()
and _qecvt_r() _qfcvt_r() _qgcvt_r() on AIX
- All linker map files have been modified to allow platform
dependent #ifdef's
- include/schily/wchar.h now includes a workyround for platforms
that do not have wcwidth().
- Make NLS the default (i.e. gettext() is called in case that schily/nlsdefs.h
was included)
Libschily:
- libschily/seterrno.c no longer overwrite the _TS_ERRNO definition
in order to pass the compile constrints in the Solaris ON consoliation.
- Several new global symbols in the mapfile for libschily/libschily-mapvers
- libschily/wcsndup.c had frgotten code and still did internaly implement
strndup()
- libschily now by default renames getline(), fgetline() and
fexec*() into js_getline(), js_fgetline() and js_fexec*().
This was needed because the POSIX standard commitee ignored
POSIX basic rules not to define functions that are in conflict
with existing published functions. The functions from linschily
have been in the public since more than 25 years and the
functions defined by POSIX.1-2008 even violate POSIX naming rules.
The POSIX fexec*() functions would e.g. have to be correctly called
fdexec*().
Existing programs can keep the official names getline(), fgetline()
and fexec*() as they are by default #defined to the new js_*() names.
To disable this convenience, add:
#define NO_SCHILY_GETLINE To disable schily getline(), fgetline()
#define NO_SCHILY_FEXEC To disable schily fexec*()
#define NO_SCHILY_FSPAWN To disable schily fspawn*()
- Libschily now has new "long double" support functions:
qftoes() and qftofs()
- Libschily now supports a locale dependend decimal point for printing
floating point numbers.
- Libschily now supports to print long double numbers using the
format() based portable printf() implementation. If this does not
work for your platform or if this does not work correctly for
your platform, please report. This was needed for out new "od"
implementation.
- The option parsing implementation getargs()/getfiles() from
libschily now supports to combine single character boolean
flags even in case the option string mentions to call a callback
function if a valid option was found. This was needed for out new
"od" implementation.
- filereopen() from libschily no longer calls open() internally
as long as there is no need to create or truncate the file.
- libschily's findinpath() now includes a new path parameter
to allow to use the function from bsh.
- fnmatch is now always available as js_fnmatch()
- New autoconf test for _qecvt() _qfcvt() _qgcvt()
and _qecvt_r() _qfcvt_r() _qgcvt_r() on AIX
- smake's searchfileinpath() moved into libschily to allow it
to be generally used for searching for program resources.
Libfind:
- New functions: find_hasprint() and find_hasexec()
Libscg:
- libscg/scg/aspi-dos.h now uses viod instead of VOID ti allow a compilation
with gcc.
- libscg/scsi-wnt.c (MS-WIN) now supports 64 SCSI busses
Cdrecord:
- A typo in cdrecord.c was corrected.
- cdrecord/cue.c now uses a correct byte order for RAW audio data in
Intel byte-order
Cdda2wav
- Fixed a typo in cdda2wav/cdda2ogg.1 (man page)
Mkisofs
- Added a hint that the option -b needs a boot image argument that is
located inside the ISO image tree.
- Added an additional hint on changed files in case that mkisofs encounteres
a file that did grow or shrink .
- Removed a superfluious second #include <schily/stat.h> from isoinfo.c
- Typo corrections in mkisofs/mkisofs.8 man page
- A bug was fixed with -sort and files > 4 GB. Mkisofs now correctly sorts the
disk addresses of the file content is such a case.
- New options -long-rr-time -no-long-rr-time -short-rr-time allow to control
the time format used for files with Rock Ridge extensions.
- The short time format supports year 1900..2155 with a one second
granularity
- The long time format supports year 0..9999 with a 10ms granularity.
Note that the Linux kernel only implements partial Rock Ridge support and
unfortunately does not support the long time format. It is planned to
make the long time stamp format the default in the future, so I encourage
the Linux kernel folks to add support for this time format.
- isoinfo now supports the new option -find and (via libfind) allows to use
find expressions on ISO-9660 images. If the find expression neither contains
-print nor -ls and isoinfo is called:
isoinfo -i xxx.iso -l -find .....
the ISO-9660 listing function from isoinfo is called whenever the find expression
returns TRUE. If there is a print or list primary in the find expression, then
the ISO-9660 listing is never called.
* Changes since 1.13.0 *
common: Certificate Revocation List (CRL) support.
Patch from daking at rescomp dot stanford dot edu.
common: Add --with-pam option to configure script.
Based on a patch from peckhamj at umich dot edu.
common: [Patch 2931438]: Change port back to standard on failure to
connect. Based on a patch from slauncha at umich dot edu.
common: Fix universal binary builds on Mac OS X 10.6.
common: getsnet script now uses git.
common: minor fixes and changes to build system.
radmind: -r (use randfile) was being ignored.
Report from daking at rescomp dot stanford dot edu.
fsdiff: [Bug 1816150]: Can't replace dir with file.
fsdiff: [Bug 2887658]: fsdiff prints multiple lines for changing
character devices. Patch from jforaker at users dot
sourceforge dot net.
fsdiff: Repeated pathnames in transcripts are now treated as an error.
fsdiff: Fix [Bug 3022287]: 1.14rc1 incorrectly identifying type
as applefile. Report from bstr at users dot sourceforge dot net.
ktcheck: [Bug 2927309]: ktcheck cores with self-referential command files.
lmerge: [Patch 2877346]: Add a copy mode to lmerge.
Patch from peckhamj at umich dot edu.
ra.sh: [Patch 2524867]: Add -p (port) option for ra.sh.
Based on a patch from steinhof at umich dot edu.
ra.sh: [Patch 2899332]: Document -p option for ra.sh
Patch from ezekielh at umich dot edu.
Makefile: dist no longer creates tar archives with '../' path prefixes.
Mac OS X package: Fix [Bug 3029115]: RadmindTools-1.14.0rc1.pkg.tar.gz
contains leading '../'. Report from daking at stanford dot edu.