* (bug)[6ee162] crash in [ttk::style configure]
* Permit [tk scaling] to return scale factor in safe interp * Correct rounding of [nsFont pointSize] * (bug)[cee095] X error handler management in Tk_MeasureChars * (bug)[170551] crash in [tk busy forget] * (bug)[6cd476] crash using [tk busy hold] * (bug)[93fe36] Fix <<MenuSelect>> with -tearoff * (bug)[15c685] menu clones, tests menu-20.1[2-6] * (bug)[f4d9d7] canvas items ignored -disabledwidth * (bug)[a9cf21] Text selection omits first character * (bug)[310c74] No theme change attempts after Tk finalize * (bug)[3414695] Dialogs robust against parent destruction * (bug)[ab9581] Guard against use-after-free crashes * (bug)[7447ed] [tk_chooseColor] handle grab fail * (bug)[4666f2] Protect aganst NULL windows * (bug)[a418aa] bogus @x,y menu entry indices, menu-22.[6-9] * (bug)[578441] memleak in TkScrollWindow * (bug)[228476] link wish to correct libtk * (bug)[f9eddb] region clip & copy better OS implementations * (bug)[c35c34] memleak in Initialize OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=99
This commit is contained in:
parent
ed6adc1a89
commit
d4b05b8095
28
tk.changes
28
tk.changes
@ -1,13 +1,27 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 26 18:22:09 UTC 2024 - Reinhard Max <max@suse.com>
|
Fri Mar 1 17:32:13 UTC 2024 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
- rc1
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu Feb 8 17:26:24 UTC 2024 - Reinhard Max <max@suse.com>
|
|
||||||
|
|
||||||
- New version 8.6.14:
|
- New version 8.6.14:
|
||||||
* [...]
|
* (bug)[6ee162] crash in [ttk::style configure]
|
||||||
|
* Permit [tk scaling] to return scale factor in safe interp
|
||||||
|
* Correct rounding of [nsFont pointSize]
|
||||||
|
* (bug)[cee095] X error handler management in Tk_MeasureChars
|
||||||
|
* (bug)[170551] crash in [tk busy forget]
|
||||||
|
* (bug)[6cd476] crash using [tk busy hold]
|
||||||
|
* (bug)[93fe36] Fix <<MenuSelect>> with -tearoff
|
||||||
|
* (bug)[15c685] menu clones, tests menu-20.1[2-6]
|
||||||
|
* (bug)[f4d9d7] canvas items ignored -disabledwidth
|
||||||
|
* (bug)[a9cf21] Text selection omits first character
|
||||||
|
* (bug)[310c74] No theme change attempts after Tk finalize
|
||||||
|
* (bug)[3414695] Dialogs robust against parent destruction
|
||||||
|
* (bug)[ab9581] Guard against use-after-free crashes
|
||||||
|
* (bug)[7447ed] [tk_chooseColor] handle grab fail
|
||||||
|
* (bug)[4666f2] Protect aganst NULL windows
|
||||||
|
* (bug)[a418aa] bogus @x,y menu entry indices, menu-22.[6-9]
|
||||||
|
* (bug)[578441] memleak in TkScrollWindow
|
||||||
|
* (bug)[228476] link wish to correct libtk
|
||||||
|
* (bug)[f9eddb] region clip & copy better OS implementations
|
||||||
|
* (bug)[c35c34] memleak in Initialize
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 23 16:45:26 UTC 2022 - Reinhard Max <max@suse.com>
|
Wed Nov 23 16:45:26 UTC 2022 - Reinhard Max <max@suse.com>
|
||||||
|
2
tk.spec
2
tk.spec
@ -28,7 +28,7 @@ BuildRequires: tcl-devel
|
|||||||
URL: http://www.tcl.tk
|
URL: http://www.tcl.tk
|
||||||
Version: 8.6.14
|
Version: 8.6.14
|
||||||
Release: 0
|
Release: 0
|
||||||
%define rrc %{nil}rc1
|
%define rrc %{nil}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Summary: Graphical User Interface Toolkit for Tcl
|
Summary: Graphical User Interface Toolkit for Tcl
|
||||||
License: TCL
|
License: TCL
|
||||||
|
3
tk8.6.14-src.tar.gz
Normal file
3
tk8.6.14-src.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8ffdb720f47a6ca6107eac2dd877e30b0ef7fac14f3a84ebbd0b3612cee41a94
|
||||||
|
size 4510695
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fd030c06c47d1d333fc0e4bf61fb6187264d0d9536b5b5b75f0870cac47a36dd
|
|
||||||
size 4510655
|
|
Loading…
x
Reference in New Issue
Block a user