Atualização do Harbour 07-07-2026
Enviado: 07 Jul 2026 15:49
Olá!
Apenas atualizações cosméticas. Nada de mais.
Na realidade foi um chamado, uma atualização do status de 15 anos da versão 3.0 para 3.2.
Apenas atualizações cosméticas. Nada de mais.
Código: Selecionar todos
2026-07-07 12:05 UTC+0200 Antonio Linares
* include/hbver.h
* config/global.mk
* package/harbour.spec
* package/harbour-win.spec.in
* package/harbour-wce.spec.in
* package/winuni/mpkg_win_uni.bat
* trunk version bump. 3.2.0 -> 3.2.1dev
2026-07-07 12:00 UTC+0200 Antonio Linares
* include/hbver.h
* config/global.mk
* package/harbour.spec
* package/harbour-win.spec.in
* package/harbour-wce.spec.in
* package/harbour.rb
* package/winuni/mpkg_win_uni.bat
* package/winuni/RELNOTES.txt
* package/RELEASE-3.2.0.txt
* debian/changelog
* README.md
* Harbour 3.2.0 stable release
---------- 3.2.0 ----------
Teve outra no drive do SQLite.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):
• http://sourceforge.net/projects/harbour ... 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
Código: Selecionar todos
2026-05-14 14:50 UTC+0200 Aleksander Czajczynski (hb fki.pl)
* contrib/sddsqlt3/core.c
! fix RDDI_EXECUTE operation of SQLITE3 SDD, where SQL statement error
instead of raising a .prg runtime error, mostly led to a hard GPF.
Additional minor fix is that error message is now converted from
UTF8 to HVM codepage.