mirror of
				https://github.com/osmarks/ngircd.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	Update master development branch
- use "dev" instead of "HEAD" as "version number", - update ChangeLog and NEWS to reflect the 0.12.0 release.
This commit is contained in:
		
							
								
								
									
										14
									
								
								ChangeLog
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								ChangeLog
									
									
									
									
									
								
							| @@ -12,18 +12,16 @@ | |||||||
|  |  | ||||||
| ngIRCd-dev | ngIRCd-dev | ||||||
|  |  | ||||||
|  |   - ... | ||||||
|  |  | ||||||
|  | ngIRCd 0.12.0 (2008-05-13) | ||||||
|  |  | ||||||
|   - Fix Bug: 85: "WHO #SecretChannel" that user is not a member of now returns |   - Fix Bug: 85: "WHO #SecretChannel" that user is not a member of now returns | ||||||
|     proper RPL_ENDOFWHO_MSG instead of nothing. (Ali Shemiran) |     proper RPL_ENDOFWHO_MSG instead of nothing. (Ali Shemiran) | ||||||
|   - Implemented IRC commands SERVICE, SERVLIST, and SQUERY as dummy functions |   - Fix complie on FreeBSD 5.4 and AIX. | ||||||
|     to be even more RFC-compliant. Closes bug 74. |   - If bind() fails, also print ip address and not just the port number. | ||||||
|   - Fixed Bug 75: KICK now handles comma-delimited lists. |  | ||||||
|     (Brandon Beresini, Bryan Caldwell) |  | ||||||
|   - Fixed Bug 83: ngIRCd chokes on 1-character messages. |  | ||||||
|   - Add support for modeless channels ("+channels"). |  | ||||||
|     (Bryan Caldwell, Ali Shemiran) |  | ||||||
|  |  | ||||||
|   ngIRCd 0.12.0-pre2 (2008-04-29) |   ngIRCd 0.12.0-pre2 (2008-04-29) | ||||||
|  |  | ||||||
|   - IPv6: Add config options to disabe ipv4/ipv6 support. |   - IPv6: Add config options to disabe ipv4/ipv6 support. | ||||||
|   - Don't include doc/CVS.txt in distribution archive, use doc/GIT.txt now! |   - Don't include doc/CVS.txt in distribution archive, use doc/GIT.txt now! | ||||||
|   - Documentation: get rid of some more references to CVS, switch to GIT. |   - Documentation: get rid of some more references to CVS, switch to GIT. | ||||||
|   | |||||||
							
								
								
									
										3
									
								
								NEWS
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								NEWS
									
									
									
									
									
								
							| @@ -10,8 +10,9 @@ | |||||||
|                                   -- NEWS -- |                                   -- NEWS -- | ||||||
|  |  | ||||||
|  |  | ||||||
| ngIRCd 0.12.0-pre2 (2008-04-29) | ngIRCd 0.12.0 (2008-05-13) | ||||||
|  |  | ||||||
|  |   ngIRCd 0.12.0-pre2 (2008-04-29) | ||||||
|   - IPv6: Add config options to disabe ipv4/ipv6 support. |   - IPv6: Add config options to disabe ipv4/ipv6 support. | ||||||
|  |  | ||||||
|   ngIRCd 0.12.0-pre1 (2008-04-20) |   ngIRCd 0.12.0-pre1 (2008-04-20) | ||||||
|   | |||||||
| @@ -12,7 +12,7 @@ | |||||||
| # -- Initialisation -- | # -- Initialisation -- | ||||||
|  |  | ||||||
| AC_PREREQ(2.50) | AC_PREREQ(2.50) | ||||||
| AC_INIT(ngircd, HEAD) | AC_INIT(ngircd, dev) | ||||||
| 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,5 +1,5 @@ | |||||||
| %define name    ngircd | %define name    ngircd | ||||||
| %define version CVSHEAD | %define version dev | ||||||
| %define release 1 | %define release 1 | ||||||
| %define prefix  %{_prefix} | %define prefix  %{_prefix} | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Alexander Barton
					Alexander Barton