mirror of
				https://github.com/osmarks/ngircd.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	ngIRCd release 17~rc1
This commit is contained in:
		| @@ -12,6 +12,7 @@ | |||||||
|  |  | ||||||
| ngIRCd Release 17 | ngIRCd Release 17 | ||||||
|  |  | ||||||
|  |   ngIRCd 17~rc1 (2010-10-11) | ||||||
|   - New configuration option "NoZeroConf" to disable service registration at |   - New configuration option "NoZeroConf" to disable service registration at | ||||||
|     runtime even if ngIRCd is compiled with support for ZeroConf (e.g. using |     runtime even if ngIRCd is compiled with support for ZeroConf (e.g. using | ||||||
|     Howl, Avahi or on Mac OS X). |     Howl, Avahi or on Mac OS X). | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								NEWS
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								NEWS
									
									
									
									
									
								
							| @@ -12,6 +12,7 @@ | |||||||
|  |  | ||||||
| ngIRCd Release 17 | ngIRCd Release 17 | ||||||
|  |  | ||||||
|  |   ngIRCd 17~rc1 (2010-10-11) | ||||||
|   - New configuration option "NoZeroConf" to disable service registration at |   - New configuration option "NoZeroConf" to disable service registration at | ||||||
|     runtime even if ngIRCd is compiled with support for ZeroConf (e.g. using |     runtime even if ngIRCd is compiled with support for ZeroConf (e.g. using | ||||||
|     Howl, Avahi or on Mac OS X). |     Howl, Avahi or on Mac OS X). | ||||||
| @@ -35,6 +36,7 @@ ngIRCd Release 17 | |||||||
|   - New configuration option "NoPAM" to disable PAM. |   - New configuration option "NoPAM" to disable PAM. | ||||||
|   - Implement asynchronous user authentication using PAM, please see the |   - Implement asynchronous user authentication using PAM, please see the | ||||||
|     file doc/PAM.txt for details. |     file doc/PAM.txt for details. | ||||||
|  |   - Add some documentation for using BOPM with ngIRCd, see doc/Bopm.txt. | ||||||
|   - Implement user mode "c": receive connect/disconnect NOTICEs. Note that |   - Implement user mode "c": receive connect/disconnect NOTICEs. Note that | ||||||
|     this new mode requires the user to be an IRC operator. |     this new mode requires the user to be an IRC operator. | ||||||
|   - Show SSL status in WHOIS output, numeric 275. |   - Show SSL status in WHOIS output, numeric 275. | ||||||
|   | |||||||
| @@ -12,7 +12,7 @@ | |||||||
| # -- Initialisation -- | # -- Initialisation -- | ||||||
|  |  | ||||||
| AC_PREREQ(2.50) | AC_PREREQ(2.50) | ||||||
| AC_INIT(ngircd, 17-dev) | AC_INIT(ngircd, 17~rc1) | ||||||
| AC_CONFIG_SRCDIR(src/ngircd/ngircd.c) | AC_CONFIG_SRCDIR(src/ngircd/ngircd.c) | ||||||
| AC_CANONICAL_TARGET | AC_CANONICAL_TARGET | ||||||
| AM_INIT_AUTOMAKE(1.6) | AM_INIT_AUTOMAKE(1.6) | ||||||
|   | |||||||
| @@ -1,3 +1,9 @@ | |||||||
|  | ngircd (17~rc1-0ab1) unstable; urgency=low | ||||||
|  |  | ||||||
|  |   * New "upstream" release candidate 1 for ngIRCd Release 17. | ||||||
|  |  | ||||||
|  |  -- Alexander Barton <alex@barton.de>  Mon, 11 Oct 2010 16:57:47 +0200 | ||||||
|  |  | ||||||
| ngircd (16-0ab1) unstable; urgency=low | ngircd (16-0ab1) unstable; urgency=low | ||||||
|  |  | ||||||
|   * New "upstream" release: ngIRCd 16. |   * New "upstream" release: ngIRCd 16. | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| %define name    ngircd | %define name    ngircd | ||||||
| %define version 16 | %define version 17~rc1 | ||||||
| %define release 1 | %define release 1 | ||||||
| %define prefix  %{_prefix} | %define prefix  %{_prefix} | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Alexander Barton
					Alexander Barton