Chronos is one of the many Smalltalk-related blogs syndicated on Planet Smalltalk
χρόνος

Discussion of the Essence# programming language, and related issues and technologies.

Blog Timezone: America/Los_Angeles [Winter: -0800 hhmm | Summer: -0700 hhmm] 
Your local time:  

2006-02-09

Chronos Version B1.32 Published

The new version is available from the Chronos web site, or from the Cincom Public StORE Repository. If you have never installed Chronos before, you'll also need the Chronos Time Zone Repository.

Changes in version B1.32:

1. Created a new package named Chronos-Semantic Dates; moved all code relating to SemanticDates (e.g., holidays) to this package.
2. Added ChronosUtility class>>isNilOrEmpty:
3. Changed the various senders of "x size", where the receiver ("x") was intended to sometimes be nil, to use "ChronosUtility isNilOrEmpty: x" instead.
Reason: Not all Smalltalk environments implement nil so that it answers 0 in response to the message #size.

4. Fixed bug in SemanticDatePolicy class>>usFederalHolidaySemanticKeys (there was a typo: WashingtonsBirthDay => WashingtonsBirthday)

5. Fixed minor bug in the example method AnnualDate class>>showSelectedJewishHolidaysForThisYearAndNextYear


No comments: