Re-added doc/SSL.txt to distribution -- got lost somewhere!?
This commit is contained in:
parent
53b98fd7e9
commit
12db0bdc4f
|
@ -12,6 +12,7 @@
|
||||||
|
|
||||||
ngIRCd HEAD
|
ngIRCd HEAD
|
||||||
|
|
||||||
|
- Re-added doc/SSL.txt to distribution -- got lost somewhere!?
|
||||||
- Fixes the wrong logging output when nested servers are introduced
|
- Fixes the wrong logging output when nested servers are introduced
|
||||||
to the network as well as the wrong output of the LINKS command.
|
to the network as well as the wrong output of the LINKS command.
|
||||||
- Fix code to compile using K&R C compiler and ansi2kr again.
|
- Fix code to compile using K&R C compiler and ansi2kr again.
|
||||||
|
@ -712,4 +713,4 @@ ngIRCd 0.0.1, 31.12.2001
|
||||||
|
|
||||||
|
|
||||||
--
|
--
|
||||||
$Id: ChangeLog,v 1.327 2007/11/20 20:02:40 alex Exp $
|
$Id: ChangeLog,v 1.328 2007/11/20 21:39:35 alex Exp $
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# ngIRCd -- The Next Generation IRC Daemon
|
# ngIRCd -- The Next Generation IRC Daemon
|
||||||
# Copyright (c)2001-2003 by Alexander Barton (alex@barton.de)
|
# Copyright (c)2001-2007 by Alexander Barton (alex@barton.de)
|
||||||
#
|
#
|
||||||
# Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen
|
# Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen
|
||||||
# der GNU General Public License (GPL), wie von der Free Software Foundation
|
# der GNU General Public License (GPL), wie von der Free Software Foundation
|
||||||
|
@ -9,13 +9,13 @@
|
||||||
# Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
|
# Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
|
||||||
# der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
|
# der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
|
||||||
#
|
#
|
||||||
# $Id: Makefile.am,v 1.21 2005/11/29 20:59:57 alex Exp $
|
# $Id: Makefile.am,v 1.22 2007/11/20 21:39:35 alex Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
SUBDIRS = src
|
SUBDIRS = src
|
||||||
|
|
||||||
EXTRA_DIST = CVS.txt FAQ.txt Protocol.txt Platforms.txt README-AUX.txt \
|
EXTRA_DIST = CVS.txt FAQ.txt Protocol.txt Platforms.txt README-AUX.txt \
|
||||||
README-BeOS.txt RFC.txt Zeroconf.txt sample-ngircd.conf
|
README-BeOS.txt RFC.txt SSL.txt Zeroconf.txt sample-ngircd.conf
|
||||||
|
|
||||||
maintainer-clean-local:
|
maintainer-clean-local:
|
||||||
rm -f Makefile Makefile.in
|
rm -f Makefile Makefile.in
|
||||||
|
|
Loading…
Reference in New Issue