Changelog entries since 0.9.8.1:
- remove --summary (use --summary-len instead)
- add --after for mu find, to limit to messages after T
- add new command `mu verify', to verify signatures
- fix iso-2022-jp decoding (and other 7-bit clean non-ascii)
- add support for X-keywords
- performance improvements for threaded display (~ 25% for
23K msgs)
- mu improved user-help (and the 'mu help' command)
- toys/mug2 replaces toys/mug
- support .noupdate files (parallel to .noindex, dir is ignored
unless we're doing a --rebuild).
- append all inline text parts, when getting the text body
- respect custom maildir flags
- correctly handle the case where g_utf8_strdown (str) > len (str)
- make gtk, guile, webkit dependency optional, even if they are
installed
- fix for opening files with non-ascii names
- much improved support for searching non-Latin (Cyrillic etc.)
languages we can now match 'Тесла' or 'Аркона' without problems
- smarter escaping (fixes issues with finding message ids)
- fixes for queries with brackets
- allow --summary-len for the length of message summaries
- numerous other small fixes
- much improved searching for GMail folders (i.e. maildir:/
matching);
this requires a 'mu index --rebuild'
- correctly handle utf-8 messages, even if they don't specify this
explicitly
- fix compiler warnings for newer/older gcc and clang/clang++
- fix unit tests (and some code) for Ubuntu 10.04 and FreeBSD9
- fix warnings for compilation with GTK+ 3.2 and recent glib
(g_set_error)
- fix mu_msg_move_to_maildir for top-level messages
- fix in maildir scanning
- plug some memleaks
- fix output for some non-UTF8 locales
- open ('play') file names with spaces
- don't show unnecessary errors for --format=links
- make build warning-free for clang/clang++
- allow for slightly older autotools
- fix unit tests for some hidden assumptions (locale, dir
structure etc.)
- some documentation updates / clarifications
Feature safe: yes
- Add a pkg-message to explain more about how to set things up
PR: ports/172960
Submitted by: brd
Approved by: maintainer timeout (bsdports@wayfair.com, >2w)
While here, use sed instead of perl to avoid breakage on systems
without perl (...)
Feature safe: yes
includes tools to retrieve and parsing information
about Windows PE files.
PR: ports/173390
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
Feature safe: yes
- Change target post-extract to pre-patch
- Convert to new Makefile header
- Make use of textproc/ruby-rdtool instead of vendor/rdtool-0.6.37
- Remove LICENSE_FILE for license in Templates/Licenses
PR: ports/173324 [1]
Submitted by: Yasuhiro KIMURA <yasu_AT_utahime_DOT_org> [1]
Feature safe: yes
- changes:
* Add a completion for zsh
* 1 in pkg.conf is consider as true or yes for booleans
* Fix incremental pkg repo
* Provide a pkgconf pkg.pc file for third party software using libpkg
* Multiple grammar fixes
* Several fixes in pkg create
* Do not emit error if the deletion of a directory fails with EBUSY
* Use isdigit(3) rather than isnumber(3)
* Jail support is automatically disabled it /usr/include/jail.h is not present
* Fix a regression leading to pkg install always returning 0 even when
something wrong happened
* Improve portability so that it now builds on DragonFly BSD
Feature safe: yes
Changes:
* testport: Fix portlint using wrong PORTSDIR
* options: Add -c/-C to select config/config-conditional
* testport: Fail the test if dependencies fail
* Non-ZFS ports trees are now supported. See the site
for details on how to use a local tree.
* bulk -a: Greatly speedup the next_in_queue calculation,
which keeps most builders always busy.
* HTML Stats page now auto refreshes every 10 seconds
* Fix HTML Stats not being written atomically
* Misc bugfixes
Feature safe: yes