Releases: RolandRosenfeld/lbdb
Releases · RolandRosenfeld/lbdb
lbdb release 0.55
[0.55] - 2024-12-14
Changed
- m_mu: Show addresses without a name, based on an idea by Samuel
Hierholzer (#10) - m_mu: Add configuration option MU_IGNORE_MISSINGNAME to suppress
showing addesses without name (reverts to old behavior).
Added
- m_mu: Add option MU_HOME to override MU homedir.
- Add testsuite for m_mu.
lbdb release 0.54
[0.54] - 2024-07-27
Changed
- Rewrite of vcquey (m_vcf backend) in Perl to get rid of broken
libraries libvc and libvformat). - Testsuite for m_vcf/vcquery extended.
- Remove .git* from archives using .gitattributes.
lbdb release 0.53
[0.53] - 2024-07-26
Changed
- m_vcf (vcquery) can be build with libvc (--with-libvc=vc) as an
alternative to libvformat (--with-libvc-vformat) now. In auto-mode
libvc is preferred over libvformat. - Add scope option to mutt-ldap-query (m_ldap). Thanks to Ben
Collerson [email protected]
(#9) - Add testsuite for m_vcf.
- Add support to m_vcf for running testsuite on local built code (via
$USE_LOCAL_LIB).
lbdb release 0.52.1
[0.52.1] - 2023-07-29
Fixed
- Fix version information.
lbdb release 0.52
[0.52] - 2023-07-29
Changed
- The m_inmail DB is now located by default in
$XDG_DATA_HOME/lbdb/m_inmail.db. For backward compatibility an
already existing $HOME/.lbdb/m_inmail.utf-8 file is used as first
preference (https://bugs.debian.org/843917)
Added
- Add $XDG_CONFIG_HOME/lbdb/config as additional ldbdrc file location,
and $XDG_CONFIG_HOME/lbdb/ldap.rc as additional ldaprc file location
(Thanks to Michael Tretter [email protected])
(#5)
Fixed
- lbdb-fetchaddr: discard stdin at the end to avoid problems with
tee(1) and command substitution
(#7)
lbdb release 0.51.1
Fixed
- Repair missing 7bit name part in rfc2047 on arm and mips architecture.
lbdb release 0.51
Added
- Add support for running testsuite on local built code (via $USE_LOCAL_LIB).
- Add testsuite for m_inmail/lbdb-fetchaddr.
Fixed
- Fix example of MUNGE_LIMITDATE in lbdb.rc.
- Ignore case and non alphanumeric chars in SORT_OUTPUT=name.
- Update dotlock code from mutt 2.2.1 (uses snprintf now).
- Update rfc822 code from mutt 2.2.1.
- Fix quoting of grep Regex in m_muttalias.
lbdb release 0.50
- Split Debian package (hosted on salsa.debian.org) and upstream package (hosted on github.com)