Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hfiref0x committed Jun 30, 2024
1 parent ad83856 commit 9a6128d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions Bin/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
- Removed
* Fixed/Changed

Jun 30, 2024, v2.3.1
* fix for race condition bug in ABRT command

Feb 4, 2023, v2.3
* fix CVE-2023-24042 (#25)
+ more statistics added
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) LightFTP 2007 - 2023 Project authors
Copyright (c) LightFTP 2007 - 2024 Project authors

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ Changelog available at Bin/changelog.txt

# Authors

(c) 2007 - 2022 LightFTP Project
(c) 2007 - 2024 LightFTP Project
2 changes: 1 addition & 1 deletion Source/ftpconst.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* ftpconst.c
*
* Created : May 15, 2020
* Modified : May 15, 2020
* Modified : Jun 30, 2024
* Author : lightftp
*/

Expand Down
2 changes: 1 addition & 1 deletion Source/ftpserv.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Created on: Aug 20, 2016
*
* Modified on: Jul 22, 2023
* Modified on: Jun 30, 2024
*
* Author: lightftp
*/
Expand Down
4 changes: 2 additions & 2 deletions Source/ftpserv.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Created on: Aug 20, 2016
*
* Modified on: Jan 29, 2023
* Modified on: Jun 30, 2024
*
* Author: lightftp
*/
Expand Down Expand Up @@ -61,7 +61,7 @@ typedef struct _FTP_CONFIG {
in_addr_t LocalIPMask;
} FTP_CONFIG, *PFTP_CONFIG;

#define FTP_VERSION "2.3"
#define FTP_VERSION "2.3.1"
#define CONFIG_FILE_NAME "fftp.conf"
#define CONFIG_SECTION_NAME "ftpconfig"
#define DEFAULT_FTP_PORT 21
Expand Down

0 comments on commit 9a6128d

Please sign in to comment.