Prepare for 0.9.5 release

This commit is contained in:
z3apa3a 2025-03-09 17:29:17 +03:00
parent d7b0061626
commit 2900b80d88
7 changed files with 18 additions and 7 deletions

View File

@ -1 +1 @@
0.9.4
0.9.5

View File

@ -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

View File

@ -11,6 +11,7 @@
<br><A HREF="man8/smtpp.8.html">smtpp.8</A>
<br><A HREF="man8/socks.8.html">socks.8</A>
<br><A HREF="man8/tcppm.8.html">tcppm.8</A>
<br><A HREF="man8/tlspr.8.html">tlspr.8</A>
<br><A HREF="man8/udppm.8.html">udppm.8</A>
<br><A HREF="man3/3proxy.cfg.3.html">3proxy.cfg.3</A>
</body></html>

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"