Share

PyGCS

File Release Notes and Changelog

Release Name: 1.5.1

Notes:
 1.5.1 -- Converted the lastseen database code to be a 'pickle' and not a
          'shelf' so that PyGCS databases can be moved from machine A to
          machine B without any trouble.

          IMPORTANT: Remove your old lastseen database from disk before
          trying to run this new version.

          IMPORTANT: Save your old defines.py, put the one from the PyGCS
          distribution in place, then hand-merge your site-specific settings
          into it this time around.  Enough 'hard to describe' stuff has changed
          in that file that this is necessary.  Sorry.

          FILES CHANGED:
              bin/GCS.py
              bin/defines.py
              lib/cleanup.py
              lib/cmdclass.py
              lib/utilfuncs.py
              docs/README
              docs/Thanks

Changes: 1.5.1 -- Converted the lastseen database code to be a 'pickle' and not a 'shelf' so that PyGCS databases can be moved from machine A to machine B without any trouble. IMPORTANT: Remove your old lastseen database from disk before trying to run this new version. IMPORTANT: Save your old defines.py, put the one from the PyGCS distribution in place, then hand-merge your site-specific settings into it this time around. Enough 'hard to describe' stuff has changed in that file that this is necessary. Sorry. FILES CHANGED: bin/GCS.py bin/defines.py lib/cleanup.py lib/cmdclass.py lib/utilfuncs.py docs/README docs/Thanks