Opened 5 years ago

Closed 5 years ago

#12264 closed enhancement (wontfix)

tk-8.6.9.1

Reported by: Douglas R. Reno Owned by: Bruce Dubbs
Priority: normal Milestone: 9.0
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New micro version

I was scouring Arch earlier and noticed that they had a 8.6.9.1. After looking, it's available here:

https://sourceforge.net/projects/tcl/files/Tcl/8.6.9/tk8.6.9.1-src.tar.gz/download

Released on 2018-11-17, a day later than the previous one.

No changelog that I can find, at least for this micro

Change History (2)

comment:1 by Bruce Dubbs, 5 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 5 years ago

Resolution: wontfix
Status: assignedclosed

I'm going to skip this. It expands to the directory tk8.6.9 and not tk8.6.9.1.

Doing a diff, the only change is:

--- tk8.6.9-old/macosx/tkMacOSXWindowEvent.c    2018-11-16 13:02:17.000000000 -0600
+++ tk8.6.9/macosx/tkMacOSXWindowEvent.c        2018-11-17 16:33:17.000000000 -0600
@@ -929,6 +929,9 @@
        HIShapeRef shape = HIShapeCreateWithRect(&bounds);
        [self generateExposeEvents: shape];
        [w displayIfNeeded];
+       if ([NSApp macMinorVersion] > 13) {
+           [NSApp setIsDrawing:NO];
+       }

So it only applies to macosx.

Note: See TracTickets for help on using tickets.