Annotation of ExtFile/UPGRADE.txt, revision 1.1

1.1     ! dwinter     1: 
        !             2: To upgrade a previous installation of ExtFile to 1.5.4 you may have to edit
        !             3: file 'Config.py' and verify the repository options are to your taste.
        !             4: 
        !             5: As the defaults have changed compared to version 1.1.3, some options may 
        !             6: need to be modified to achieve 100% backward compatibility (should this be 
        !             7: desired). These are:
        !             8: 
        !             9: 
        !            10:     REPOSITORY_PATH = ['var','reposit']
        !            11: 
        !            12:     REPOSITORY = FLAT (or SYNC_ZODB, whatever you had set before)
        !            13: 
        !            14:     REPOSITORY_EXTENSIONS = ZOPEID
        !            15: 
        !            16: 
        !            17: Packagers may choose to distribute a preconfigured 'Config.py' according
        !            18: to their target platform's requirements.
        !            19: 
        !            20: To run ExtFile 1.5.4 with Zope 2.9 and up, you need at least
        !            21: Zope 2.9.5 or Zope 2.10.0. See http://zope.org/Collectors/Zope/2169.
        !            22: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>