Skip to content

Releases: RolandRosenfeld/lbdb

lbdb release 0.55

14 Dec 14:20
v0.55
Compare
Choose a tag to compare

[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

27 Jul 10:48
v0.54
Compare
Choose a tag to compare

[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

26 Jul 18:00
v0.53
Compare
Choose a tag to compare

[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

29 Jul 15:55
v0.52.1
Compare
Choose a tag to compare

[0.52.1] - 2023-07-29

Fixed

  • Fix version information.

lbdb release 0.52

29 Jul 12:29
v0.52
Compare
Choose a tag to compare

[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

18 Sep 08:21
v0.51.1
Compare
Choose a tag to compare

Fixed

  • Repair missing 7bit name part in rfc2047 on arm and mips architecture.

lbdb release 0.51

17 Sep 09:58
v0.51
Compare
Choose a tag to compare

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

25 Feb 12:51
v0.50
Compare
Choose a tag to compare
  • Split Debian package (hosted on salsa.debian.org) and upstream package (hosted on github.com)