-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
CHANGES
28 lines (23 loc) · 1.1 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
------------------------------------------------------------
libvldmail change log
------------------------------------------------------------
These are the changes in the vldmail library. Other files
like the README and test.c are not considered here. Please
refer to the git log if you care about those as well.
------------------------------------------------------------
1.2.0 [2022-03-09]:
- Fixed validation of IPv6 e-mail addresses (RFC 5321).
- Added a test for them.
1.1.0 [2021-05-06]:
- Fixed validation of e-mail addresses which had an IP address as their domain part.
- Style: "i" was used as a (shadowing) counter variable. This has been corrected.
- Reworked the masking code - it should be more logical now.
1.0.0 [2021-03-25]:
- BREAKING CHANGE: The vldmail type is valid_mail_t now.
- Fixed a couple of bugs, including at least one possible buffer overflow. (Thank you, jibsen.)
- Relicensed under the terms of the MIT-0 license.
0.1.1 [2018-02-25]:
- Introducing the BREAK_LOOP_FAIL macro. (Thank you, stsc.)
- Improved output of one of the validation messages.
0.1.0 [2018-02-24]:
- Initial version.