Skip to content

Commit e02efcd

Browse files
committed
Updated for 0.52.
1 parent b03e675 commit e02efcd

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

HISTORY.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
Revision History
22
================
33

4+
## 0.52 - 2019/04/01:
5+
6+
- Support extended length (71 character) To: and From: fields in QWKE
7+
replies. Reported by "g00r00" et al.
8+
9+
- For system names between 6 and 10 characters, use "MMail/name" instead
10+
of "MultiMail" for the Blue Wave tear line.
11+
12+
- Fixes for various warnings when building with current compilers; less
13+
cluttered build output.
14+
15+
- Use CURS_DIR to specify the default library location on the command
16+
line when building; removed references to CURS_LIB and CURS_INC.
17+
Partly due to Rob Swindell.
18+
19+
- Use "SYS=DOS" with Makefile.bcc, as with others, instead of "DOS=Y".
20+
21+
- Makefiles renamed PDCurses-style, for a simpler build process.
22+
23+
- Binaries built against PDCurses current git (post-3.8); Makefiles
24+
modified accordingly.
25+
26+
- Cleaned up documentation; also, the man page and README no longer
27+
include the version number, which is now only specified in config.h
28+
(and here).
29+
30+
See the git log for more details.
31+
432
## 0.51 - 2018/04/01:
533

634
It is risen. No fooling.

config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define STR(x) STRingize(x)
33

44
#define MM_MAJOR 0
5-
#define MM_MINOR 51
5+
#define MM_MINOR 52
66

77
#define MM_NAME "MultiMail"
88
#define MM_SNAME "MMail"

0 commit comments

Comments
 (0)