Page 1 of 1

Fw: Harbour 3.2.0 stable release

Posted: Tue Jul 07, 2026 3:04 pm
by gfilatov
Hi everyone,

We are pleased to announce Harbour 3.2.0, the first official stable release since 3.0.0 (July 2011). :)

Downloads

Stable source (3.2.0):
https://github.com/harbour/core/releases/tag/v3.2.0
• Asset: harbour-3.2.0.src.tar.gz

Development tree (master):
https://github.com/harbour/core
• Current trunk version: 3.2.1dev

Windows nightly builds (development snapshots, not stable):
https://sourceforge.net/projects/harbou ... s/nightly/

Homepage: https://harbour.github.io/
(Being updated to show 3.2.0 as the current stable release.)

Highlights since 3.0.0

This release reflects fifteen years of work on the master branch, including:

• Unicode and wide-character support in the RTL
• FOR EACH iteration over arrays, strings, and objects
• Updates to networking and security contribs (hbssl, hbcurl, and others)
• Qt5/Qt6 improvements in GTQTC
• Continuous integration on Linux, Windows, and macOS (GitHub Actions)
• A large number of RDD, GT, and cross-platform fixes

For full details, see ChangeLog.txt in the source tree.

Upgrade notes

If you are upgrading from 3.0.0, please review ChangeLog.txt carefully. Pay special attention to:

• Unicode string handling
• Removal of legacy C types in third-party and extension code
• Any contrib-specific changes you rely on

As always, test your applications against 3.2.0 before deploying to production.

Building from source

Clone or unpack the release, then follow README.md:

git clone https://github.com/harbour/core.git harbour-core
cd harbour-core
git checkout v3.2.0

Or download and unpack the release archive from GitHub.

Feedback and support

• Users' list: https://groups.google.com/group/harbour-users/
• Development list: https://groups.google.com/group/harbour-devel/
• Issues: https://github.com/harbour/core/issues

Windows stable binaries and SourceForge uploads may follow. The source release is available now.

Thank you to everyone who contributed code, testing, and feedback over the years.

Best regards,
Antonio Linares
FiveTech Software

Re: Fw: Harbour 3.2.0 stable release

Posted: Tue Jul 07, 2026 3:49 pm
by danielmaximiliano
Gracias por la información Grigory .

Re: Fw: Harbour 3.2.0 stable release

Posted: Wed Jul 08, 2026 6:11 pm
by mol
Can it be integrated with hmg 3.6?