[Pkg-tcltk-devel] ANNOUNCE: TclUDP 1.0.13 Release

Brian brian199 at comcast.net
Wed Jul 1 02:04:48 BST 2026


This is the release of v1.0.13 of the TclUDP package. This is a bug-fix 
only release. Note: This project is a fork of the repo available at 
https://core.tcl-lang.org/tcludp/index since access issues prevent 
including these changes in that repo.


TclUDP 1.0.13 Release Notes:

     - Bug fixes, improvements, etc.
     - Updated to latest TEA config
     - Makefile improvements
     - Thread event handling improvements from AndroWish


Tested with:

     TCL 8.6.14, 9.0.3, and 9.0.4
     Windows 7, Windows 10, Msys64, OpenSuSE Linux Leap 16.0, and FreeBSD


Download links:

Repositories:

     https://github.com/bohagan1/TclUDP
     or
     https://chiselapp.com/user/bohagan/repository/TclUDP/home


Source code is available in the following release files:

  
https://chiselapp.com/user/bohagan/repository/TclUDP/uv/tcludp1.0.13.tar.gz
     or
  
https://github.com/bohagan1/TclUDP/releases/download/tcludp-1-0-13/tcludp1.0.13.tar.gz


Windows library file link:

  
https://chiselapp.com/user/bohagan/repository/TclUDP/uv/tcludp1.0.13_win64_msvc.zip
     or
  
https://github.com/bohagan1/TclUDP/releases/download/tcludp-1-0-13/tcludp1.0.13_win64_msvc.zip


------------------------

TclUDP 1.0.12 Release Notes:
(NOTE: this is not the same as a package with the same name and version 
released by the Debian team)

Notable New Features:

     - Updated to work with TCL 9.0.
     - Use TCL object commands instead of old string commands APIs.
     - Support for UDP datagrams up to max 64K size.
     - Documentation was updated and converted to man page and HTML format.
     - Updated to latest TEA config
     - Extensive *nix makefile and Windows make file updates
     - Added ::udp::getaddrinfo command to get address info for hostname.
     - Added get -family config option to select IPv4 vs IPv6
     - Added ::udp::getnameinfo command to query names for IP address

     See the documentation for further details.

Notable Bug Fixes:

     (Some of these issues have been around for many years on Source 
Forge and core.tcl.tk)
     - Many bugs, patches, etc. submitted to sourceforge.net and 
core.tcl.tk have been fixed or implemented.
     - Many errors were fixes, memory leaks addressed, etc.
     - Numerous improvements from AndroWish.



More information about the Pkg-tcltk-devel mailing list