Index: openafs/doc/man-pages/Makefile.in
diff -c openafs/doc/man-pages/Makefile.in:1.1.2.2 openafs/doc/man-pages/Makefile.in:1.1.2.3
*** openafs/doc/man-pages/Makefile.in:1.1.2.2	Sat Oct 15 11:04:27 2005
--- openafs/doc/man-pages/Makefile.in	Wed Nov  9 09:59:39 2005
***************
*** 172,199 ****
  all: $(MAN1) $(MAN8)
  
  %.1: $(srcdir)/pod/%.pod
! 	pod2man -c 'AFS Command Reference' -r 'OpenAFS' -s 1 $< $@
  
  %.8: $(srcdir)/pod/%.pod
! 	pod2man -c 'AFS Command Reference' -r 'OpenAFS' -s 8 $< $@
  
  clean:
  	rm -f *.1 *.8
  
  dest: $(MAN1) $(MAN8)
  	mkdir -p $(DEST)/man/man1 $(DEST)/man/man8
! 	set -e; for M in $(MAN1) ; do \
  	    $(INSTALL) -c -m 0644 $$M $(DEST)/man/man1/$$M ; \
  	done
! 	set -e; for M in $(MAN8) ; do \
  	    $(INSTALL) -c -m 0644 $$M $(DEST)/man/man8/$$M ; \
  	done
  
  install: $(MAN1) $(MAN8)
  	mkdir -p $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(mandir)/man8
! 	set -e; for M in $(MAN1) ; do \
  	    $(INSTALL) -c -m 0644 $$M $(DESTDIR)$(mandir)/man1/$$M ; \
  	done
! 	set -e; for M in $(MAN8) ; do \
  	    $(INSTALL) -c -m 0644 $$M $(DESTDIR)$(mandir)/man8/$$M ; \
  	done
--- 172,199 ----
  all: $(MAN1) $(MAN8)
  
  %.1: $(srcdir)/pod/%.pod
! 	-pod2man -c 'AFS Command Reference' -r 'OpenAFS' -s 1 $< $@
  
  %.8: $(srcdir)/pod/%.pod
! 	-pod2man -c 'AFS Command Reference' -r 'OpenAFS' -s 8 $< $@
  
  clean:
  	rm -f *.1 *.8
  
  dest: $(MAN1) $(MAN8)
  	mkdir -p $(DEST)/man/man1 $(DEST)/man/man8
! 	-set -e; for M in $(MAN1) ; do \
  	    $(INSTALL) -c -m 0644 $$M $(DEST)/man/man1/$$M ; \
  	done
! 	-set -e; for M in $(MAN8) ; do \
  	    $(INSTALL) -c -m 0644 $$M $(DEST)/man/man8/$$M ; \
  	done
  
  install: $(MAN1) $(MAN8)
  	mkdir -p $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(mandir)/man8
! 	-set -e; for M in $(MAN1) ; do \
  	    $(INSTALL) -c -m 0644 $$M $(DESTDIR)$(mandir)/man1/$$M ; \
  	done
! 	-set -e; for M in $(MAN8) ; do \
  	    $(INSTALL) -c -m 0644 $$M $(DESTDIR)$(mandir)/man8/$$M ; \
  	done
Index: openafs/doc/txt/winnotes/afs-changes-since-1.2.txt
diff -c openafs/doc/txt/winnotes/afs-changes-since-1.2.txt:1.13.2.49 openafs/doc/txt/winnotes/afs-changes-since-1.2.txt:1.13.2.50
*** openafs/doc/txt/winnotes/afs-changes-since-1.2.txt:1.13.2.49	Sat Oct 22 02:03:23 2005
--- openafs/doc/txt/winnotes/afs-changes-since-1.2.txt	Wed Nov 30 01:44:24 2005
***************
*** 1,4 ****
! Post 1.4.0 revisions:
   * Byte Range Locking support has been added.  Architectural documentation
     is located within src/WINNT/afsd/cm_vnodeops.c.   Best efforts are 
     made to enforce Windows mandatory locking model using locally managed
--- 1,28 ----
! Since 1.4.1 rc1: 1.4.1 RC2 released (30 Nov 2005)
! 
!  * close a lock leak in the rx library that could be triggered while
!    processing aborts
! 
!  * prevent removal of drive mappings in response to afscreds.exe -M
! 
!  * add logic to process VNOVNODE in cm_Analyze.  Force re-evaluation of symlink
!    strings and flush the stat cache entry.
! 
!  * prevent server objects from being freed if user preferences are set.
! 
!  * Update WIX support to 2.0.2419.0
! 
!  * Release all locks on the server at service shutdown.
! 
!  * A down server should be marked up as long as it responds to the client.
!    It doesn't matter if the server returned an error as long as the error
!    is something other than VRESTARTING.	 If there is such an error, all
!    connections on that server should be marked for replacement.
! 
!  * Change the check "up" servers period from once per hour to once every
!    ten minutes.  This matches the behavior of the Unix cache manager.
! 
! Post 1.4.0 revisions: 1.4.1 RC1 released (21 Oct 2005)
   * Byte Range Locking support has been added.  Architectural documentation
     is located within src/WINNT/afsd/cm_vnodeops.c.   Best efforts are 
     made to enforce Windows mandatory locking model using locally managed
