Projects STRLCPY neomutt Commits b14dcf84
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    ChangeLog.md
     1 +2020-05-01 Richard Russon <[email protected]>
     2 +* Bug Fixes
     3 + - Make sure buffers are initialized on error
     4 + - fix(sidebar): use abbreviated path if possible
     5 +* Translations
     6 + - 100% Lithuanian
     7 +* Docs
     8 + - make header cache config more explicit
     9 + 
    1 10  2020-04-24 Richard Russon <[email protected]>
    2 11  * Bug Fixes
    3 12   -Fix history corruption
    skipped 1859 lines
  • ■ ■ ■ ■
    auto.def
    skipped 15 lines
    16 16  ###############################################################################
    17 17  # Names and versions
    18 18  define PACKAGE "neomutt"
    19  -define PACKAGE_VERSION "20200424"
     19 +define PACKAGE_VERSION "20200501"
    20 20  define BUGS_ADDRESS "[email protected]"
    21 21   
    22 22  # Subdirectories that contain additional Makefile.autosetup files
    skipped 1296 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-04-24"
     28 +PROJECT_NUMBER = "2020-05-01"
    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