Projects STRLCPY neomutt Commits 1e6fbf9a
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    AUTHORS.md
    skipped 43 lines
    44 44  [Chris Czettel](https://github.com/christopher-john-czettel "christopher-john-czettel"),
    45 45  [Chris Salzberg](https://github.com/shioyama "shioyama"),
    46 46  [Christian Dröge](https://github.com/cdroege "cdroege"),
     47 +[Christian Lütke-Stetzkamp](https://github.com/clkamp "clkamp"),
    47 48  [Christian Ludwig](https://github.com/luchr "luchr"),
    48 49  [Christian Storm](https://github.com/stormc "stormc"),
    49 50  [Christoph Berg](https://github.com/df7cb "df7cb"),
    skipped 204 lines
  • ■ ■ ■ ■ ■ ■
    ChangeLog.md
     1 +2022-04-29 Richard Russon <[email protected]>
     2 +* Bug Fixes
     3 + - Do not crash on an invalid use_threads/sort combination
     4 + - Fix: stuck browser cursor
     5 + - Resolve (move) the cursor after <edit-label>
     6 + - Index: fix menu size on new mail
     7 + - Don't overlimit LMDB mmap size
     8 + - OpenBSD y/n translation fix
     9 + - Generic: split out OP_EXIT binding
     10 + - Fix parsing of sendmail cmd
     11 + - Fix: crash with menu_move_off=no
     12 + - Newsrc: bugfix; nntp_user and nntp_pass ignored
     13 + - Menu: ensure config changes cause a repaint
     14 + - Mbox: fix sync duplicates
     15 + - Make sure the index redraws all that's needed
     16 +* Translations
     17 + - 100% Chinese (Simplified)
     18 + - 100% Czech
     19 + - 100% German
     20 + - 100% Hungarian
     21 + - 100% Lithuanian
     22 + - 100% Serbian
     23 + - 100% Turkish
     24 +* Docs
     25 + - add missing pattern modifier ~I for external_search_command
     26 +* Code
     27 + - menu: eliminate custom_redraw()
     28 + - modernise mixmaster
     29 + - Kill global and Propagate display attach status through State
     30 + 
    1 31  2022-04-15 Richard Russon <[email protected]>
    2 32  * Security
    3 33   - Fix uudecode buffer overflow (CVE-2022-1328)
    skipped 2339 lines
  • ■ ■ ■ ■
    auto.def
    skipped 15 lines
    16 16  ###############################################################################
    17 17  # Names and versions
    18 18  define PACKAGE "neomutt"
    19  -define PACKAGE_VERSION "20220415"
     19 +define PACKAGE_VERSION "20220429"
    20 20  define BUGS_ADDRESS "[email protected]"
    21 21   
    22 22  # Subdirectories that contain additional Makefile.autosetup files
    skipped 1374 lines
Please wait...
Page is in error, reload to recover