Remove check for Linux from IPv6 tests. Replace GLIBC version test with

a generic link test for "native" IPv6.


git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@177 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2012-05-11 12:31:31 +00:00
parent 5d788560a4
commit 0271799a4a
2 changed files with 34 additions and 32 deletions

View File

@@ -1,5 +1,8 @@
[Changes 1.2c01]
* Fix known problem with IPv6 on FreeBSD and enable IPv6 on all supporting
platforms. Thanks to brabes and snadge. (caf)
* Improve connect() error handling. (caf)
* Remove obsolete .spec files. (caf)