Hello ports@,

Swirc 3.4.1 out with a few but good changes. (I also had to make a
small release in order to fix Windows stuff.)

Here are the changes:

## [3.4.1] - 2023-02-18 ##
- **Changed** the requirements for checking if a connection is lost. (The
  change avoids flooding the server with PING commands better.)
- **Improved** algorithms.
- **Optimized** commonly used functions for speed.
- **Replaced** C-style casts in C++.

### Windows ###
- **Fixed** missing DLLs. Unfortunately some DLLs were missing after
  adding the dependency on Hunspell. Since I am running a dev
  environment I had them my PATH and therefore didn't notice it.

I attach a diff.

Kind regards
Markus
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/swirc/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- Makefile    10 Feb 2023 16:46:55 -0000      1.23
+++ Makefile    18 Feb 2023 20:39:07 -0000
@@ -1,5 +1,5 @@
 COMMENT =      curses icb and irc client
-DISTNAME =     swirc-3.4.0
+DISTNAME =     swirc-3.4.1
 CATEGORIES =   net
 HOMEPAGE =     https://www.nifty-networks.net/swirc/
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/swirc/distinfo,v
retrieving revision 1.20
diff -u -p -r1.20 distinfo
--- distinfo    10 Feb 2023 16:46:55 -0000      1.20
+++ distinfo    18 Feb 2023 20:39:07 -0000
@@ -1,2 +1,2 @@
-SHA256 (swirc-3.4.0.tgz) = MUInPbJWip3YEqv4cRLtsB/crGtO5+Yeu1/Jb2CpWhg=
-SIZE (swirc-3.4.0.tgz) = 302309
+SHA256 (swirc-3.4.1.tgz) = 2nbhy8sGu6su+K7VwFqqYKmvwRrhoaYzkGzD8B52w74=
+SIZE (swirc-3.4.1.tgz) = 302612

Reply via email to