For 0.6.2
This commit is contained in:
		
							parent
							
								
									7c8abb2ab1
								
							
						
					
					
						commit
						cdd0b40057
					
				
							
								
								
									
										18
									
								
								RELEASE
								
								
								
								
							
							
						
						
									
										18
									
								
								RELEASE
								
								
								
								
							| 
						 | 
					@ -2,8 +2,8 @@ Scsh 0.6.2 Release notes					-*- outline -*-
 | 
				
			||||||
 | 
					
 | 
				
			||||||
We are pleased to release scsh version 0.6.2.  This release
 | 
					We are pleased to release scsh version 0.6.2.  This release
 | 
				
			||||||
incorporates many SRFIs into scsh. The enhanced module language of the
 | 
					incorporates many SRFIs into scsh. The enhanced module language of the
 | 
				
			||||||
recent Scheme 48 releases is now part of scsh. In addition most of the
 | 
					recent Scheme 48 releases is now also part of scsh. In addition most
 | 
				
			||||||
known bugs of the previous version have been fixed.
 | 
					of the known bugs of the previous version have been fixed.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The text below gives a general description of scsh, instructions for obtaining
 | 
					The text below gives a general description of scsh, instructions for obtaining
 | 
				
			||||||
| 
						 | 
					@ -105,6 +105,7 @@ Unix platforms. We currently have scsh implementations for:
 | 
				
			||||||
    IRIX
 | 
					    IRIX
 | 
				
			||||||
    Linux
 | 
					    Linux
 | 
				
			||||||
    NetBSD
 | 
					    NetBSD
 | 
				
			||||||
 | 
					    OpenBSD
 | 
				
			||||||
    Solaris
 | 
					    Solaris
 | 
				
			||||||
    SunOS
 | 
					    SunOS
 | 
				
			||||||
    Ultrix
 | 
					    Ultrix
 | 
				
			||||||
| 
						 | 
					@ -170,10 +171,10 @@ We manage the project using SourceForge:
 | 
				
			||||||
=====================
 | 
					=====================
 | 
				
			||||||
 | 
					
 | 
				
			||||||
** SRFIs
 | 
					** SRFIs
 | 
				
			||||||
   In addition to SRFI 1, 8, 13, 14 and 23 scsh now features SRFI 2,
 | 
					   In addition to SRFIs 1, 8, 13, 14 and 23 scsh now features SRFIs 2,
 | 
				
			||||||
   5, 6, 7, 9, 11, 16, 17 and 19. See http://srfi.schemers.org/ for a
 | 
					   5, 6, 7, 9, 11, 16, 17 and 19. See http://srfi.schemers.org/ for a
 | 
				
			||||||
   detailed description. The SRFIs are available in packages srfi-X
 | 
					   detailed description. The SRFIs are available in packages srfi-N
 | 
				
			||||||
   where X is the number of the SRFI.
 | 
					   where N is the number of the SRFI.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
** port->socket
 | 
					** port->socket
 | 
				
			||||||
   New procedure port->socket to turn a port into a socket object was
 | 
					   New procedure port->socket to turn a port into a socket object was
 | 
				
			||||||
| 
						 | 
					@ -188,6 +189,8 @@ We manage the project using SourceForge:
 | 
				
			||||||
   continue-threads? to determine whether all threads should continue
 | 
					   continue-threads? to determine whether all threads should continue
 | 
				
			||||||
   to run in the child.
 | 
					   to run in the child.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					   exec-path-list is now a preseved thread fluid
 | 
				
			||||||
 | 
					
 | 
				
			||||||
** PDF version of the manual
 | 
					** PDF version of the manual
 | 
				
			||||||
   There is now a PDF version of the manual generated by pdflatex.
 | 
					   There is now a PDF version of the manual generated by pdflatex.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -200,7 +203,10 @@ We manage the project using SourceForge:
 | 
				
			||||||
   - Better releasing of port locks
 | 
					   - Better releasing of port locks
 | 
				
			||||||
   - Corrected exception of time
 | 
					   - Corrected exception of time
 | 
				
			||||||
   - Set-cloexec to #t for unrevealed ports.
 | 
					   - Set-cloexec to #t for unrevealed ports.
 | 
				
			||||||
   - Include scsh paper in the distribution.
 | 
					   - Included scsh paper in the distribution.
 | 
				
			||||||
 | 
					   - Fixed accept for AF_UNIX
 | 
				
			||||||
 | 
					   - (setenv var #f) now deletes var from environment
 | 
				
			||||||
 | 
					   - Quoted { and } within literal strings of regexps
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* New in 0.6.1
 | 
					* New in 0.6.1
 | 
				
			||||||
==============
 | 
					==============
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue