Projects STRLCPY neomutt Commits 8ab8f5ea
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    ChangeLog.md
     1 +2020-04-17 Richard Russon <[email protected]>
     2 +* Features
     3 + - Fluid layout for Compose Screen, see: https://vimeo.com/407231157
     4 + - Trivial Database (TDB) header cache backend
     5 + - RocksDB header cache backend
     6 + - Add \<sidebar-first\> and \<sidebar-last\> functions
     7 +* Bug Fixes
     8 + - add error for CLI empty emails
     9 + - Allow spaces and square brackets in paths
     10 + - browser: fix hidden mailboxes
     11 + - fix initial email display
     12 + - notmuch: fix time window search.
     13 + - fix resize bugs
     14 + - notmuch: fix entire-thread: update current email pointer
     15 + - sidebar: support indenting and shortening of names
     16 + - Handle variables inside backticks in sidebar_whitelist
     17 + - browser: fix mask regex error reporting
     18 +* Translations
     19 + - 100.00% Lithuanian
     20 + - 98.88% Chinese (simplified)
     21 +* Build
     22 + - Use regexes for common parsing tasks: urls, dates
     23 + - Add configure option `--pcre2` -- Enable PCRE2 regular expressions
     24 + - Add configure option `--tdb` -- Use TDB for the header cache
     25 + - Add configure option `--rocksdb` -- Use RocksDB for the header cache
     26 + - Create libstore (key/value backends)
     27 + - Update to latest autosetup
     28 + - Update to latest acutest.h
     29 + - Rename `doc/` directory to `docs/`
     30 + - make: fix location of .Po dependency files
     31 + - Change libcompress to be more universal
     32 + - Fix test fails on х32
     33 + - fix uidvalidity to unsigned 32-bit int
     34 +* Code
     35 + - Increase test coverage
     36 + - Fix memory leaks
     37 + - Fix null checks
     38 +* Upstream
     39 + - Buffer refactoring
     40 + - Fix use-after-free in mutt_str_replace()
     41 + - Clarify PGP Pseudo-header S\<id\> duration
     42 + - Try to respect MUTT_QUIET for IMAP contexts too
     43 + - Limit recurse depth when parsing mime messages
     44 + 
    1 45  2020-03-20 Richard Russon \<[email protected]\>
    2 46  * Bug Fixes
    3 47   - Fix COLUMNS env var
    skipped 1798 lines
  • ■ ■ ■ ■
    auto.def
    skipped 15 lines
    16 16  ###############################################################################
    17 17  # Names and versions
    18 18  define PACKAGE "neomutt"
    19  -define PACKAGE_VERSION "20200320"
     19 +define PACKAGE_VERSION "20200417"
    20 20  define BUGS_ADDRESS "[email protected]"
    21 21   
    22 22  # Subdirectories that contain additional Makefile.autosetup files
    skipped 1294 lines
  • ■ ■ ■ ■
    doxygen/doxygen.conf
    skipped 24 lines
    25 25  # could be handy for archiving the generated documentation or if some version
    26 26  # control system is used.
    27 27   
    28  -PROJECT_NUMBER = "2020-03-20"
     28 +PROJECT_NUMBER = "2020-04-17"
    29 29   
    30 30  # Using the PROJECT_BRIEF tag one can provide an optional one line description
    31 31  # for a project that appears at the top of each page and should give viewer a
    skipped 1810 lines
Please wait...
Page is in error, reload to recover