Skip to content

Commit 0f605d2

Browse files
committed
Prepare release v2.8.4
1 parent 05aa28d commit 0f605d2

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2001-2023 Eleftherios Chatzimparmpas
1+
Copyright (c) 2001-2026 Eleftherios Chatzimparmpas
22

33
Permission is hereby granted, free of charge, to any person obtaining a
44
copy of this software and associated documentation files (the "Software"),

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
IMAPFilter 2.8.4 - Mar 7, 2026
2+
- Bug fix; minor incompatibility with Lua 5.5
3+
14
IMAPFilter 2.8.3 - Apr 27, 2025
25
- Include body transfer encoding in fetch_structure() return value.
36
- Bug fix; minor incompatibility with Lua 5.3 and 5.4

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Installation
2727

2828
Compile time requirements are:
2929

30-
- Lua, version 5.4 or 5.3 or 5.2 or 5.1, https://www.lua.org
30+
- Lua, version 5.5 or 5.4 or 5.3 or 5.2 or 5.1, https://www.lua.org
3131
- PCRE2, version 10.00 and later, https://www.pcre.org
3232
- OpenSSL, version 1.0.2 and later, https://www.openssl.org
3333

src/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44

55
/* Program's version number. */
6-
#define VERSION "2.8.3"
6+
#define VERSION "2.8.4"
77

88
/* Program's copyright. */
9-
#define COPYRIGHT "Copyright (c) 2001-2025 Eleftherios Chatzimparmpas"
9+
#define COPYRIGHT "Copyright (c) 2001-2026 Eleftherios Chatzimparmpas"
1010

1111

1212
#endif /* VERSION_H */

0 commit comments

Comments
 (0)