Package Release Info

ucblogo-6.2.4-bp156.1.5

Update Info: Base Release
Available in Package Hub : 15 SP6

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ucblogo
ucblogo-doc

Change Logs

* Sat Apr 01 2023 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 6.2.4:
  * Validate RANDOM range input has the smaller number first
    (gh#jrincayc/ucblogo-code#151).
  * Manual updates (gh#jrincayc/ucblogo-code#152).
  * Avoid more implicit function declarations by @fweimer-rh in
    (gh#jrincayc/ucblogo-code#156).
  * Move wait include to else of windows.
    (gh#jrincayc/ucblogo-code#157).
  * Migrate to wxWidgets 3.2 (gh#jrincayc/ucblogo-code#163).
* Tue Jan 24 2023 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 6.2.3:
  * Fix/standardize STANDOUT in wxWidgets builds
    (gh#jrincayc/ucblogo-code#122).
  * Refactor code so selection highlighting does not depend on
    platform supporting inverted blit mode.
    (gh#jrincayc/ucblogo-code#123).
  * Adding PRINT NOT "FALSE to show using quoted false.
    (gh#jrincayc/ucblogo-code#125).
  * Issue 126: Print preview on Windows
    (gh#jrincayc/ucblogo-code#128).
  * ISSUE-129: Remove obsolete macros from configure.ac
    (gh#jrincayc/ucblogo-code#131).
  * ISSUE-50: Indicate correct error line when GOTO has a
    nonexistent tag (gh#jrincayc/ucblogo-code#136).
  * ISSUE-134: Fixed issue with LOADPICT if it's called before
    other turtle commands (gh#jrincayc/ucblogo-code#135).
  * ISSUE-20: Resolving warnings about discarding const qualifier
    on assignment. (gh#jrincayc/ucblogo-code#141).
  * Fixes Stopping with repeat (gh#jrincayc/ucblogo-code#140).
  * Fix debug statements (gh#jrincayc/ucblogo-code#142).
Version: 6.2.2-bp155.1.5
* Sat Nov 26 2022 Atri Bhattacharya <badshah400@gmail.com>
- Initial package.
- Add ucblogo-wxString-to-c_str.patch -- Explicitly convert a
  wxString to c_string to match calling function's definition