GLASS.230-dkh.209 [5 March 2009, 11:03:49 am]
- Preview candidate – wait for blog post
- update to Seaside2.8.3 (belated)
- 4182 run, 4182 passed, 0 failed, 0 errors

GLASS.230-dkh.208 [5 March 2009, 8:38:51 am]
- Preview candidate – wait for blog post
- use GemStone-dkh.437 or later
- MAObject>>migrateFrom:instVarMap: needs ot be defined before load (see OGUpdateSpec class>>GLASS230dkh208PreDoit for source)
- updated Magritte to support Pier 1.1.1
- updated to Pier 1.1.1
- updated to SMTPMail-obi.4
- 4179 run, 4179 passed, 0 failed, 0 errors

GLASS.230-dkh.207 [4 March 2009, 3:35:05 pm]
-DO NOT LOAD
- sent but not implemented test support
- support for opening OTWorkspace from server
- use ProfMonitor for TestRunner ‘run profiled’
- add SMTPMail
- clean up UndefinedSymbols and sent not implemented

GLASS.230-dkh.206 [6 March 2009, 5:16:08 pm]
- DO NOT LOAD
- remove extra explore menu item
- update when breakpoints set cleared so that icon updated correctly
- partial work on making unimplmented methods list extensible

GLASS.230-dkh.205 [6 March 2009, 4:27:54 pm]
- DO NOT LOAD
- fix a set of problems related to anonymous methods (i.e., doIts) reported by Gerhard.

GLASS.230-dkh.204 [6 March 2009, 3:50:01 pm]
- DO NOT LOAD
- improve browse command for browse command in patcth browser
- merge OB-Tools-dkh.71, which includes a new chasing inspector
- should use GemStone-dkh.416 or later.
- support for improved Debug… menu

GLASS.230-dkh.203 [3 March 2009, 2:07:17 pm]
- DO NOT LOAD
- added GemStone-Indexing-Extensions
- TestResource class>>reset corrected
- MCStwriterTest>>expectedMethodDefinition fixed
- cleaned up things so that no packages are dirtied by tests
- McTestCase subclasses all need to ‘send super setUp’ and ‘super tearDown’
- disable autoMigrate during Monticello tests
- remove MCInitializationTest – adoptVersionInfoFrom: not used
- disable override tests … not supported in GemStone and they dirty packages during tests
- commit at end of each MCTestCase
- clean up MethodPragmaTest
- clean up WAFilelibraryTest
- clean up Magritte tests
- clean up WAPlatformSpecificTest tests
- 4171 run, 4169 passed, 1 failed, 1 error

GLASS.230-dkh.202 [28 February 2009, 6:39 am]
- DO NOT LOAD
- fix a problem related to unresolved symbols
- fix a problem related to pool handling

GLASS.230-dkh.201 [28 February 2009, 1:37:36 am]
- DO NOT LOAD
- wrap MC initializer with an Error handler…for now logging and ignoring the error

GLASS.230-dkh.200 [27 February 2009, 7:03:47 pm]
- DO NOT LOAD
- restore missing class instance variable in OBRecentClasses

GLASS.230-dkh.199 [27 February 2009, 4:53:12 pm]
- DO NOT LOAD
- clean up an UndefinedSymbol in SeasideTesting
- restore OBRecentClasses
- automatic window updates when add/remove protocol
- SystemChangeNotifier was keeping old OB window instances alive
- fix Bug39820 – packages dirtied unnecessarily when recompiling subclasses
- fix Bug38105 – HTTPSocketError not correctly loaded
- fix Bug38794 – Subclass creation method leaves instance creation disabled
- fix Bug39838 – ExceptionA class>>hasFixFor39741 breaks some things
- fix Bug38146 – unload class and remove method should clean up undeclared sybmols
- fix Bug39798 – UndefinedSymbols is not maintained correctly
- fix Bug39850 – MCPackageBrowser doesn’t update when package dirtied
- fix Bug39345 – ‘Squeak browser tools need move-to-category button’
- fix Bug39578 – ‘”revert to version” in “Versions of” method browser does not autocommit’
- fix Bug39303 – sorting of change list in Monticello brower is strange

GLASS.230-dkh.198 [20 February 2009, 5:04 pm]
- DO NOT LOAD
- include SeasideTesting in GLASS (34 run, 34 passed, 0 failed, 0 errors)
- fix OBProtocolBrowser
- fix Bug39823 – missing OSkSocketReadStream>>upToEnd
- fix Bug39800 – SeasideTesting has probably decayed…
- fix Bug39777 – Cannot ‘browse’ ProtoObject without a walkbalk
- fix Bug39772 – Class>>allSubInstancesDo: always fails
- fix Bug39582 – lots of key-not-found errors using Vocabulary browser
- fix Bug38140 – ‘highlight inspect’ feature for debugger
- fix Bug38274 – need visual separation between ancestors in MCWorkingCopy>>summary
- fix Bug38304 – CTL-i on a String or Smallinteger ends up with Squeak inspector
- fix Bug39662 – Inspecting a float in GLASS results in a ‘Float out of Range’ error in Squeak

GLASS.230-dkh.197 [18 February 2009, 5:24:05 pm]
- DO NOT LOAD
- 4113 run, 4113 passed, 0 failed, 0 errors

GLASS.230-dkh.196 [18 February 2009, 5:08:10 pm]
- DO NOT LOAD
- fixed a problem with recursive update recording in OBUpdateConcentrator
- remove MIMEHeaderValue – incompletely implmented and not used
- remove MCSubDirectoryRepository, MCFtpRepository, MCSMCacheRepository, MCGOODSRepository – not supported in GemStone
- remove MCConfigurationTool, MCConfigurationNode, MCCmdConfiration (and subclasses) – MCConfigurations not supported by these tools
- remove OBMethodVersion – not used in GemStone
- finished sent but not implemented cleanup
- fix MiniCalendar

GLASS.230-dkh.195 [17 February 2009, 7:46:35 am]
- DO NOT LOAD
- OBUpdateConcentrator requires ClientForwarder>>_asOop which may not always be availalbe … don’t fail if it isn’t present

GLASS.230-dkh.194 [17 February 2009, 3:59:06 pm]
- DO NOT LOAD
- OBUpdateConcentrator for reducing round trips (~50% reduction in round trips)
- requires GemStone-dkh.363 or later
- proposed bugfix for bug39838 – ‘ExceptionA class>>hasFixFor39741 breaks some things’

GLASS.230-dkh.193 [13 February 2009, 5:07:31 pm]
- DO NOT LOAD
- remove MCServerDirectoryRequest (no longer used)
- start work on OBUpdateConcentrator – an experiment in roundtrip reduction

GLASS.230-dkh.192 [13 February 2009, 9:27:57 am]
- DO NOT LOAD
- finish MAPriorityContainerTest>>testResort
- clean up ‘sent but not implemented’
- remove MCSmtpRepository (not supported)
- remove MailMessage, QuotedPrintableMimeConverter, RFC2047MimeConverter (unused not properly implemented)

GLASS.230-dkh.191 [11 February 2009, 10:23:04 am]
- DO NOT LOAD
- update to Pier 1.1
- removed Pier-LightBox and Pier-Twitter
- fix Bug39827 – missing base method for GLASS
- fix Bug39795 – MAPriorityContainer>>remove: fails unexpectedly
- doit ‘MADescriptionBuilder initialize’
- still need to test update to existing Pier installation

GLASS.230-dkh.190 [4 February 2009, 3:22:39 pm]
- added an ensure test for Continuations (see bug39824)

GLASS.230-dkh.189 [22 January 2009, 3:28:16 pm]
- added a persitent root to SIXX for writing out a large object graph

GLASS.230-dkh.188 [22 January 2009, 11:46:23 am]
- pick up the Exception code from James

GLASS.230-dkh.187 [14 January 2009, 3:07:34 pm]
- merge Pier-Model-lr.245, load Pier-Blog-lr.103
- third column in OSTestRunneris turned into a single-selection column
- debugIt and exploreIt
- ‘new’ window updating mechanism
- requires GemStone-dkh.352 or later