diff --git a/RELEASE b/RELEASE index 2bd77c7..0383441 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -0.9.4 \ No newline at end of file +0.9.5 \ No newline at end of file diff --git a/debian/3proxy.manpages b/debian/3proxy.manpages index f6a505e..1e775aa 100644 --- a/debian/3proxy.manpages +++ b/debian/3proxy.manpages @@ -1,7 +1,7 @@ man/3proxy.8 man/3proxy.cfg.3 man/ftppr.8 -man/icqpr.8 +man/tlspr.8 man/pop3p.8 man/proxy.8 man/smtpp.8 diff --git a/doc/html/index.html b/doc/html/index.html index e370c9f..a5b0205 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -11,6 +11,7 @@
smtpp.8
socks.8
tcppm.8 +
tlspr.8
udppm.8
3proxy.cfg.3 diff --git a/scripts/debian/3proxy.manpages b/scripts/debian/3proxy.manpages index 13e77e1..9ce04fa 100644 --- a/scripts/debian/3proxy.manpages +++ b/scripts/debian/3proxy.manpages @@ -2,6 +2,7 @@ man/3proxy.8 man/3proxy.cfg.3 man/ftppr.8 man/pop3p.8 +man/tlspr.8 man/proxy.8 man/smtpp.8 man/socks.8 diff --git a/scripts/debian/changelog b/scripts/debian/changelog index bd5a6b4..df811a8 100644 --- a/scripts/debian/changelog +++ b/scripts/debian/changelog @@ -1,3 +1,9 @@ +3proxy (0.9.5-1) buster; urgency=medium + + *3proxy 0.9.5 initial build + + -- z3APA3A <3apa3a@3proxy.org> Sun, 09 Mar 2025 15:55:48 +0300 + 3proxy (0.9.4-1) buster; urgency=medium *3proxy 0.9.4 initial build diff --git a/scripts/rh/3proxy.spec b/scripts/rh/3proxy.spec index a00da9d..1d1b159 100644 --- a/scripts/rh/3proxy.spec +++ b/scripts/rh/3proxy.spec @@ -1,5 +1,5 @@ Name: 3proxy -Version: 0.9.4 +Version: 0.9.5 Release: 1 Summary: 3proxy tiny proxy server License: GPL/LGPL/Apache/BSD @@ -35,6 +35,7 @@ make clean /bin/socks /bin/tcppm /bin/udppm +/bin/tlspr %config(noreplace) /etc/3proxy/3proxy.cfg /etc/3proxy/conf /etc/init.d/3proxy @@ -57,6 +58,7 @@ make clean /usr/share/man/man8/socks.8 /usr/share/man/man8/tcppm.8 /usr/share/man/man8/udppm.8 +/usr/share/man/man8/tlspr.8 %else /usr/share/man/man3/3proxy.cfg.3.gz /usr/share/man/man8/3proxy.8.gz @@ -67,6 +69,7 @@ make clean /usr/share/man/man8/socks.8.gz /usr/share/man/man8/tcppm.8.gz /usr/share/man/man8/udppm.8.gz +/usr/share/man/man8/tlspr.8.gz %endif /var/log/3proxy diff --git a/src/version.h b/src/version.h index 0c709e7..62e92dc 100644 --- a/src/version.h +++ b/src/version.h @@ -1,12 +1,12 @@ #ifndef VERSION -#define VERSION "3proxy-0.9.4" +#define VERSION "3proxy-0.9.5" #endif #ifndef BUILDDATE #define BUILDDATE "" #endif #define MAJOR3PROXY 0 #define SUBMAJOR3PROXY 9 -#define MINOR3PROXY 4 +#define MINOR3PROXY 5 #define SUBMINOR3PROXY 0 -#define RELEASE3PROXY "3proxy-0.9.4(" BUILDDATE ")\0" -#define YEAR3PROXY "2021" +#define RELEASE3PROXY "3proxy-0.9.5(" BUILDDATE ")\0" +#define YEAR3PROXY "2025"