Projects STRLCPY neomutt Commits 520d3aa8
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    ChangeLog.md
     1 +2020-11-20 Richard Russon <[email protected]>
     2 +* Bug Fixes
     3 + - Fix crash when saving an alias
     4 +* Translations
     5 + - 70% Russian
     6 +* Code
     7 + - Remove redundant function call
     8 + 
    1 9  2020-11-20 Richard Russon <[email protected]>
    2 10  * Security
    3 11   - imap: close connection on all failures
    skipped 2099 lines
  • ■ ■ ■ ■
    auto.def
    skipped 15 lines
    16 16  ###############################################################################
    17 17  # Names and versions
    18 18  define PACKAGE "neomutt"
    19  -define PACKAGE_VERSION "20201120"
     19 +define PACKAGE_VERSION "20201127"
    20 20  define BUGS_ADDRESS "[email protected]"
    21 21   
    22 22  # Subdirectories that contain additional Makefile.autosetup files
    skipped 1320 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-11-20"
     28 +PROJECT_NUMBER = "2020-11-27"
    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 1753 lines
Please wait...
Page is in error, reload to recover