File: 3.2-2.RELEASE_NOTES

package info (click to toggle)
squeak-vm 1%3A4.10.2.2614-4.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 13,284 kB
  • ctags: 15,344
  • sloc: ansic: 75,096; cs: 11,191; objc: 5,494; sh: 3,170; asm: 1,533; cpp: 449; pascal: 372; makefile: 366; awk: 103
file content (23 lines) | stat: -rw-r--r-- 825 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Since 3.2-1:

- RPMs for ppc and i386 binaries, and noarch .image/.changes and
  .sources, are available (with prefix /usr)

- fixes serious problem in selection handling (many thanks to Ned 
  Konz for spotting the missing "break" :o)

- sysAttr #0 is now full pathname to VM (as per method comment in the
  image)

- control key behaviour is inverted as per Ned's insistence: mouse
  wheel to scroll pane, ctrl+wheel to scroll selection

- images are now in version-independent libdir and are installed
  compressed to save space.  inisqueak uncompresses them to
  squeak.{image,changes} in the cwd

- lots of subtle changes to cope with automated builds of tarballs and
  RPMs from cron jobs

- slight version numbering shuffle to allow tarballs and RPMs to have
  exactly the same version numbers for corresponding files