Projects STRLCPY neomutt Commits ea3101c6
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    AUTHORS.md
    skipped 169 lines
    170 170  [r3lgar](https://github.com/r3lgar "r3lgar"),
    171 171  [Rahul Gopinath](https://github.com/vrthra "vrthra"),
    172 172  [Ramkumar Ramachandra](https://github.com/artagnon "artagnon"),
     173 +[Róbert Horváth](https://github.com/r001 "r001"),
    173 174  Regid Ichira,
    174 175  [Reis Radomil](https://github.com/reisradomil "reisradomil"),
    175 176  [Reto Brunner](https://github.com/brunnre8 "brunnre8"),
    176 177  [Riad Wahby](https://github.com/kwantam "kwantam"),
    177 178  [Richard Hartmann](https://github.com/richih "richih"),
    178 179  [Richard Russon](https://github.com/flatcap "flatcap"),
    179  -[Róbert Horváth](https://github.com/r001 "r001"),
    180 180  [Roger Pau Monne](https://github.com/royger "royger"),
    181 181  [Romeu Vieira](https://github.com/romeug "romeug"),
    182 182  [Ronan Arraes Jardim Chagas](https://github.com/ronisbr "ronisbr"),
    skipped 71 lines
  • ■ ■ ■ ■ ■ ■
    ChangeLog.md
     1 +2022-04-15 Richard Russon <[email protected]>
     2 +* Security
     3 + - Fix uudecode buffer overflow (CVE-2022-1328)
     4 +* Features
     5 + - Colours, colours, colours
     6 +* Bug Fixes
     7 + - Pager: fix pager_stop
     8 + - Merge colours with normal
     9 + - Color: disable mono command
     10 + - Fix forwarding text attachments when honor_disposition is set
     11 + - Pager: drop the nntp change-group bindings
     12 + - Use mailbox_check flags coherently, add IMMEDIATE flag
     13 + - Fix: tagging in attachment list
     14 + - Fix: misalignment of mini-index
     15 + - Make sure to update the menu size after a resort
     16 +* Translations
     17 + - 100% Hungarian
     18 +* Build
     19 + - Update acutest
     20 +* Code
     21 + - Unify pipe functions
     22 + - Index: notify if navigation fails
     23 + - Gui: set colour to be merged with normal
     24 + - Fix: leak in tls_check_one_certificate()
     25 +* Upstream
     26 + - Flush iconv() in mutt_convert_string()
     27 + - Fix integer overflow in mutt_convert_string()
     28 + - Fix uudecode cleanup on unexpected eof
     29 + 
    1 30  2022-04-08 Richard Russon <[email protected]>
    2 31  * Features
    3 32   - Compose multipart emails
    skipped 2310 lines
  • ■ ■ ■ ■
    auto.def
    skipped 15 lines
    16 16  ###############################################################################
    17 17  # Names and versions
    18 18  define PACKAGE "neomutt"
    19  -define PACKAGE_VERSION "20220408"
     19 +define PACKAGE_VERSION "20220415"
    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