Release Notes
2.0.30
- Added an icon to the project slice.
- Refactored the serialization code for better portability.
- Added explicit #initialize messages for portability to VW.
- Removed extension conflicts with Seaside.
2.0.29
- Replaced the Monticello/config slice with a simpler project slice that doesn't include slices, to make shared development of MC easier.
- Fixed bugs in the script for unloading MC2.
2.0.28
- Fixed test bugs, which prevented tests from passing on Windows.
- Fixed a bug in the file repository code.
2.0.27
- Fixed a bug in the versioning of directory repositories, which prevented bootstrapping.
2.0.26
- Changed the way Smalltalk elements are displayed, to make them more readable.
- Fixed bugs in the file and directory repositories.
2.0.25
- Fixed a bug in the fileout exporter, which sometimes caused shared pool imports to be missed.
2.0.24
- Fixed a bug in detecting dictionary-based shared pools.
2.0.23
- Added the repository to the release archive.
2.0.22
- Prefixed class variables with the 'MD' namespace, to prevent collisions with classes during filein.
2.0.21
- Added support for directory repositories, which can be synchronized between machines, for especially low-overhead collaborative development.
2.0.20
- Improved the window title on repository browsers.
2.0.19
- The parsing of method timestamps now handles older formats from earlier versions of Squeak.
2.0.18
- Snapshot fileout now includes method timestamps.
2.0.17