1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-10 10:03:13 +02:00

Index: Changes

===================================================================
RCS file: /home/cmunk/ircsystems/cvsroot/unreal/Changes,v
retrieving revision 1.1.1.1.2.1.2.1.2.2423
diff -u -r1.1.1.1.2.1.2.1.2.2423 Changes
--- Changes	9 Jun 2007 19:15:18 -0000	1.1.1.1.2.1.2.1.2.2423
+++ Changes	9 Jun 2007 20:32:30 -0000
@@ -1746,3 +1746,5 @@
 - #0003382 reported by stealth regarding nested C-style comments messing
 - up example.conf parsing
 - #0003107 feature request by Sakkath regarding new WHO flag: +p <port>
+- #0003340 bug regarding compile warnings for lib/tre-parse.c. Upgraded
+  tre to latest release (0.7.5)
This commit is contained in:
wolfsage
2007-06-09 20:32:55 +00:00
parent fcbb0fcd69
commit fc2fad2c92
4 changed files with 4 additions and 2 deletions
+2
View File
@@ -1746,3 +1746,5 @@ MOTDs
- #0003382 reported by stealth regarding nested C-style comments messing
- up example.conf parsing
- #0003107 feature request by Sakkath regarding new WHO flag: +p <port>
- #0003340 bug regarding compile warnings for lib/tre-parse.c. Upgraded
tre to latest release (0.7.5)
+1 -1
View File
@@ -427,7 +427,7 @@ IRCDLIBS="$IRCDLIBS -lresolv "
esac
dnl REMEMBER TO CHANGE WITH A NEW TRE RELEASE!
tre_version="0.7.2"
tre_version="0.7.5"
AC_MSG_RESULT(extracting TRE regex library)
cur_dir=`pwd`
cd extras
Vendored
+1 -1
View File
@@ -13136,7 +13136,7 @@ IRCDLIBS="$IRCDLIBS -lresolv "
;;
esac
tre_version="0.7.2"
tre_version="0.7.5"
echo "$as_me:$LINENO: result: extracting TRE regex library" >&5
echo "${ECHO_T}extracting TRE regex library" >&6
cur_dir=`pwd`
BIN
View File
Binary file not shown.