From 2900b80d8887a0c9ccb420624087dbb1789e9fd7 Mon Sep 17 00:00:00 2001
From: z3apa3a <3proxy@3proxy.ru>
Date: Sun, 9 Mar 2025 17:29:17 +0300
Subject: [PATCH] Prepare for 0.9.5 release

---
 RELEASE                        | 2 +-
 debian/3proxy.manpages         | 2 +-
 doc/html/index.html            | 1 +
 scripts/debian/3proxy.manpages | 1 +
 scripts/debian/changelog       | 6 ++++++
 scripts/rh/3proxy.spec         | 5 ++++-
 src/version.h                  | 8 ++++----
 7 files changed, 18 insertions(+), 7 deletions(-)

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