- update to 1.21: * https://core.tcl-lang.org/tcllib/doc/tcllib-1-21/support/releases/history/README-1.21.txt OBS-URL: https://build.opensuse.org/request/show/1039984 OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcllib?expand=0&rev=22
213 lines
7.1 KiB
Plaintext
213 lines
7.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Dec 4 14:03:23 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 1.21:
|
|
* https://core.tcl-lang.org/tcllib/doc/tcllib-1-21/support/releases/history/README-1.21.txt
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 25 15:09:43 UTC 2021 - Reinhard Max <max@suse.com>
|
|
|
|
- Update to version 1.20: /usr/share/doc/packages/tcllib/README
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 7 12:59:23 UTC 2018 - Reinhard Max <max@suse.com>
|
|
|
|
- Update to version 1.19
|
|
* Too many changes to list, please see included README files.
|
|
* Fixes bsc#1105803
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 2 12:32:05 UTC 2014 - coolo@suse.com
|
|
|
|
- fix license for spdx 1.2
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 12 11:57:06 UTC 2014 - kpetsch@suse.com
|
|
|
|
- Update to version 1.16.
|
|
For details see /usr/share/doc/packages/tcllib/README-1.16.txt
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 20 12:49:49 UTC 2013 - max@suse.com
|
|
|
|
- Update to version 1.15.
|
|
For details see /usr/share/doc/packages/tcllib/README-1.13.txt
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 5 07:49:08 UTC 2012 - cfarrell@suse.com
|
|
|
|
- license update: SUSE-TCL
|
|
Make compatible with tcl license (it is the stated license of the package
|
|
anyway)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 29 10:41:32 UTC 2012 - gber@opensuse.org
|
|
|
|
- Update to version 1.14
|
|
* New module and packages:
|
|
+ oo::util: right now only easy referencing of instance methods
|
|
for callbacks
|
|
+ lambda: easy anonymous procedures for Tcl 8.5+
|
|
+ try: Tcl 8.5+ forward compatibility implementation of
|
|
try/catch/finally (TIP 329)
|
|
+ valtype: validation types, snit validation types for various
|
|
classes of numbers (ISBN, EAN, ...) and general check-digit
|
|
algorithms (luhn(5), verhoeff, ...).
|
|
* Bufixes, for details see
|
|
/usr/share/doc/packages/tcllib/README-1.14.txt
|
|
- fix shebang lines
|
|
- fix CRLF lineendings in modules/math/kruskal.tcl
|
|
- examples/ftp/hpupdate.tcl is under GPL-2.0+
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 19 11:29:19 UTC 2011 - max@suse.com
|
|
|
|
- New version: 1.13.
|
|
- For details, see /usr/share/doc/packages/tcllib/README-1.13.txt
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 29 17:32:47 CEST 2009 - max@suse.de
|
|
|
|
- New version: 1.11.1, which adds the modules cache and map.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 24 17:41:06 CEST 2008 - max@suse.de
|
|
|
|
- New version: 1.11
|
|
- Added packages and modules:
|
|
* amazon-s3: access to amazon's S3 service
|
|
* xsxp: XML processing helper
|
|
* picoirc: minimal irc client
|
|
* simulation: simulation tools
|
|
* stringprep, unicode: preparation for internationalized strings
|
|
* struct::disjointset: union-merge structure
|
|
* huddle: generic serialization format
|
|
* yaml: YAML processing
|
|
- Modules that got new features and/or bug fixes: aes, asn,
|
|
base64, bench, blowfish, cmdline, comm, crc, dns, doctools,
|
|
fileutil, ftp, ftpd, grammar_fa, htmlparse, http, inifile,
|
|
jpeg, ldap, log, math, md4, md5, md5crypt, mime, nmea, nns,
|
|
pluginmgr, sasl, term. textutil, tie, tiff, transfer, uev, wip
|
|
- Details can be found under /usr/share/doc/packages/tcllib .
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 3 17:17:51 CEST 2008 - max@suse.de
|
|
|
|
- New version: 1.10
|
|
- Added modules:
|
|
* mapproj: Map projections
|
|
* nns: nameservice
|
|
* uevent: user events
|
|
* wip: word interpreter
|
|
- Modules that got new features and/or bug fixes: asn, base64,
|
|
bench, blowfish, comm, des, dns, doctools, fileutil, ftp, ftpd,
|
|
grammar, http, inifile, interp, ldap, log, math, mime, nmea,
|
|
page, png, sasl, sha1, snit, struct, tar, uri.
|
|
- Details can be found under /usr/share/doc/packages/tcllib .
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 18 16:08:41 CEST 2006 - tpatzig@suse.de
|
|
|
|
- New version: 1.9
|
|
- Added modules:
|
|
base32: Base32 encoding
|
|
bench: Benchmarking support
|
|
interp: Interpreter utilities
|
|
json: JavaScript Object Notation
|
|
ldapx: OO wrapper around ldap
|
|
math::bigfloat: Large FP numbers
|
|
nmea: NMEA gps messages
|
|
otp: RFC 2289 One-Time Passwd
|
|
page: Generator for MEcpu code and graph-based compiler
|
|
SASL::XGoogleToken: X-GOOGLE-TOKEN auth
|
|
term: Low-level terminal control
|
|
tiff: TIFF image manipulation
|
|
transfer: Classes handling and organizing various types of
|
|
data transfers across sockets.
|
|
- Textutil functionality split into separate packages.
|
|
- Updates and bugfixes to most other modules.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 21:48:16 CET 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 23 11:35:27 CET 2005 - max@suse.de
|
|
|
|
- New version: 1.8
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 14 15:53:09 CEST 2005 - max@suse.de
|
|
|
|
- Moved to /usr/share/tcl .
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 7 16:13:07 CEST 2004 - max@suse.de
|
|
|
|
- New version: 1.7
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 17 15:23:08 CEST 2004 - max@suse.de
|
|
|
|
- New version: 1.6.1
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 27 19:16:22 CET 2004 - max@suse.de
|
|
|
|
- Fixed path and name of tclsh in the examples.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 16 17:06:51 CET 2004 - max@suse.de
|
|
|
|
- New version: 1.6.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 12 12:01:17 CEST 2003 - max@suse.de
|
|
|
|
- New version: 1.4.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 5 17:49:53 CEST 2002 - max@suse.de
|
|
|
|
- Copying man.macros into the manpages.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 11 19:32:03 CEST 2002 - max@suse.de
|
|
|
|
- New version 1.3
|
|
|
|
- Many new modules. See /usr/share/doc/packages/tcllib/ChangeLog
|
|
for details.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 13 12:37:45 CET 2002 - max@suse.de
|
|
|
|
- fixed the install script to also install the modules
|
|
irc, doctools, and stats.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 21 15:31:16 CET 2002 - max@suse.de
|
|
|
|
- added creation of install dirs
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 21 13:23:45 CET 2002 - max@suse.de
|
|
|
|
- new version: 1.2
|
|
- new modules: calendar, crc, doctools, irc, smtpd, and stooop.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 5 11:33:54 CET 2001 - max@suse.de
|
|
|
|
- new version: 1.1
|
|
- new module: comm - remote communications facility
|
|
- new module: control - Procedures for control flow structures
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 2 18:04:07 CEST 2001 - max@suse.de
|
|
|
|
- new package tcllib
|
|
- A script-only standard library for Tcl/Tk
|
|
|