znc: Update to 1.7.1

Notable Changes:
 * New IRCv3.2 capabilities support on client and server side
 * Increased max line lengths
 * support for stripping color control codes
 * various bug fixes

Signed-off-by: Rosen Penev <rosenp@gmail.com>
[jonas.gorski: add notable changes, switch to 1.7.1]
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
This commit is contained in:
Rosen Penev
2018-06-11 17:46:09 -07:00
committed by Jonas Gorski
parent 57c8664b31
commit cb202c0acb
4 changed files with 74 additions and 76 deletions

View File

@@ -11,7 +11,7 @@ Subject: [PATCH] Don't rebuild everything when the Makefile's timestamp
--- a/Makefile.in
+++ b/Makefile.in
@@ -112,7 +112,7 @@ clean:
@@ -128,7 +128,7 @@ clean:
distclean: clean
rm -rf $(DISTCLEAN)
@@ -22,7 +22,7 @@ Subject: [PATCH] Don't rebuild everything when the Makefile's timestamp
$(Q)$(CXX) $(CXXFLAGS) -c -o $@ $< -MD -MF .depend/$*.dep -MT $@
--- a/modules/Makefile.in
+++ b/modules/Makefile.in
@@ -112,12 +112,12 @@ install_datadir:
@@ -127,12 +127,12 @@ install_datadir:
clean:
rm -rf $(CLEAN)