Recent

Author Topic: Lazarus 1.2.6 Release  (Read 66996 times)

mattias

  • Administrator
  • Full Member
  • *
  • Posts: 184
    • http://www.lazarus.freepascal.org
Lazarus 1.2.6 Release
« on: October 14, 2014, 05:18:00 pm »
The Lazarus team is glad to announce the release of Lazarus 1.2.6.

This release was built with fpc 2.6.4.

Here is the list of changes for Lazarus and Free Pascal:
http://wiki.lazarus.freepascal.org
http://wiki.lazarus.freepascal.org/Lazarus_1.2_fixes_branch#Fixes_for_1.2.6_.28Merged.29
http://wiki.lazarus.freepascal.org/User_Changes_2.6.4

On Windows the installer now allows 2 independent installations.
http://wiki.lazarus.freepascal.org/Multiple_Lazarus#Installation_of_multiple_Lazarus

The release is available for download on SourceForge:
http://sourceforge.net/projects/lazarus/files/

Choose your CPU, OS, distro and then the "Lazarus 1.2.6" directory.
Windows x64 users: please use the 32 bit installer if possible. See
http://wiki.lazarus.freepascal.org/Windows_Programming_Tips#FPC_2.6.x.2FLazarus_warning_.28Missing_support_for_SEH.29
for more details.

Minimum requirements:
Windows:       98
FreeBSD/Linux: gtk 2.8 or qt4.5, 32 or 64bit
Mac OS X:      10.5 for Intel cpus, 10.4 for PowerPC, LCL only 32bit,
               non LCL apps can be 64bit

The svn tag is
http://svn.freepascal.org/svn/lazarus/tags/lazarus_1_2_6

For people who are blocked by SF, the Lazarus releases from SourceForge
are mirrored at:
ftp://freepascal.dfmk.hu/pub/lazarus/releases/
and later at (after some time for synchronization)
http://michael-ep3.physik.uni-halle.de/Lazarus/releases/
and
http://mirrors.iwi.me/lazarus/

lainz

  • Hero Member
  • *****
  • Posts: 4460
    • https://lainz.github.io/
Re: Lazarus 1.2.6 Release
« Reply #1 on: October 14, 2014, 06:52:48 pm »
Thanks!

Question: is planned a lazarus with FPC 2.7+?

JuhaManninen

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4459
  • I like bugs.
Re: Lazarus 1.2.6 Release
« Reply #2 on: October 14, 2014, 07:45:04 pm »
Question: is planned a lazarus with FPC 2.7+?

FPC 2.7 is the development version. You can compile both Lazarus 1.2.6 and Lazarus trunk with it.
Mostly Lazarus trunk and FPC 3.2 on Manjaro Linux 64-bit.

Blaazen

  • Hero Member
  • *****
  • Posts: 3237
  • POKE 54296,15
    • Eye-Candy Controls
Re: Lazarus 1.2.6 Release
« Reply #3 on: October 14, 2014, 08:23:18 pm »
I successfully installed lazarus-1.2.6-fpc-2.6.4-win32.exe under Wine 1.7.28.

Works well, thanks.
Lazarus 2.3.0 (rev main-2_3-2863...) FPC 3.3.1 x86_64-linux-qt Chakra, Qt 4.8.7/5.13.2, Plasma 5.17.3
Lazarus 1.8.2 r57369 FPC 3.0.4 i386-win32-win32/win64 Wine 3.21

Try Eye-Candy Controls: https://sourceforge.net/projects/eccontrols/files/

jwdietrich

  • Hero Member
  • *****
  • Posts: 1232
    • formatio reticularis
Re: Lazarus 1.2.6 Release
« Reply #4 on: October 14, 2014, 08:28:02 pm »
Thanks, it works well on Mac OS X Intel. :)

Is there a version for PPC Macs underway? Your posting suggests that minimun requirements are "10.5 for Intel cpus, 10.4 for PowerPC", but the respective directory at SourceForge is empty.
function GetRandomNumber: integer; // xkcd.com
begin
  GetRandomNumber := 4; // chosen by fair dice roll. Guaranteed to be random.
end;

http://www.formatio-reticularis.de

Lazarus 2.2.6 | FPC 3.2.2 | PPC, Intel, ARM | macOS, Windows, Linux

Never

  • Sr. Member
  • ****
  • Posts: 409
  • OS:Win7 64bit / Lazarus 1.4
Re: Lazarus 1.2.6 Release
« Reply #5 on: October 14, 2014, 08:44:23 pm »
lazarus-1.2.6-fpc-2.6.4-win32.exe on win7 64 bit
running as expected
Thanks!
Νέπε Λάζαρε λάγγεψων οξωκά ο φίλοσ'ς αραεύσε

hypercode

  • Newbie
  • Posts: 1
Re: Lazarus 1.2.6 Release
« Reply #6 on: October 14, 2014, 09:44:57 pm »
Works well, thanks.

My first experience using lazarus and post in this forums

Leledumbo

  • Hero Member
  • *****
  • Posts: 8747
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: Lazarus 1.2.6 Release
« Reply #7 on: October 14, 2014, 11:17:02 pm »
Thanks!

Question: is planned a lazarus with FPC 2.7+?
Lazarus will NEVER be released using development version of FPC, only snapshots do.

Fred vS

  • Hero Member
  • *****
  • Posts: 3158
    • StrumPract is the musicians best friend
Re: Lazarus 1.2.6 Release
« Reply #8 on: October 15, 2014, 12:14:29 am »
@ Lazarus band => many thanks, works perfect  ;)

Quote
I successfully installed lazarus-1.2.6-fpc-2.6.4-win32.exe under Wine 1.7.28.

Excellent tip => installed  on Linux Mint => lazarus-1.2.6-fpc-2.6.4-win32.exe under Wine 1.6.2 => Works perfect !  ;)
So no need to cross-compile or re-boot to Windows, all can be compiled/tested on Linux.  :-X

Many thanks.

Fred
I use Lazarus 2.2.0 32/64 and FPC 3.2.2 32/64 on Debian 11 64 bit, Windows 10, Windows 7 32/64, Windows XP 32,  FreeBSD 64.
Widgetset: fpGUI, MSEgui, Win32, GTK2, Qt.

https://github.com/fredvs
https://gitlab.com/fredvs
https://codeberg.org/fredvs

lainz

  • Hero Member
  • *****
  • Posts: 4460
    • https://lainz.github.io/
Re: Lazarus 1.2.6 Release
« Reply #9 on: October 15, 2014, 03:52:34 am »
Question: is planned a lazarus with FPC 2.7+?

FPC 2.7 is the development version. You can compile both Lazarus 1.2.6 and Lazarus trunk with it.

I see, thanks!

Thanks!

Question: is planned a lazarus with FPC 2.7+?
Lazarus will NEVER be released using development version of FPC, only snapshots do.

Ok, now I get what is a development version.

allanregistos

  • Jr. Member
  • **
  • Posts: 55
  • In Christ Alone
Re: Lazarus 1.2.6 Release
« Reply #10 on: October 15, 2014, 04:56:32 am »
Good, Pascal is more alive with each new releases...
 :)
God is my refuge and my strength.

exdatis

  • Hero Member
  • *****
  • Posts: 668
    • exdatis
Re: Lazarus 1.2.6 Release
« Reply #11 on: October 15, 2014, 10:57:25 am »
Thanks!

jma_sp

  • Full Member
  • ***
  • Posts: 150
  • El conocimiento si ocupa lugar.
Re: Lazarus 1.2.6 Release
« Reply #12 on: October 15, 2014, 12:14:04 pm »
Thank you very much   :)

Now i have installed OK under:

Windows XP SP3:

Lazarus: 1.2.6
FPC: 2.6.4
Revision SVN: 46529
i386-win32

Debian Wheezy 7 64 bits:

Lazarus: 1.2.6
FPC: 2.6.4
Revision SVN: 46540
x86_64-linux-gtk2

Devuan Beowulf 3.0( JWM/ROX/iDesk) - Puppy Linux,  Haiku OS,.ReactOS 0.4.xx  - FreeDos .

snorkel

  • Hero Member
  • *****
  • Posts: 817
Re: Lazarus 1.2.6 Release
« Reply #13 on: October 15, 2014, 04:50:25 pm »
@ Lazarus band => many thanks, works perfect  ;)

Quote
I successfully installed lazarus-1.2.6-fpc-2.6.4-win32.exe under Wine 1.7.28.

Excellent tip => installed  on Linux Mint => lazarus-1.2.6-fpc-2.6.4-win32.exe under Wine 1.6.2 => Works perfect !  ;)
So no need to cross-compile or re-boot to Windows, all can be compiled/tested on Linux.  :-X

Many thanks.

Fred

Just a FYI, the win32 cross compiler works great on linux as well.
***Snorkel***
If I forget, I always use the latest stable 32bit version of Lazarus and FPC. At the time of this signature that is Laz 3.0RC2 and FPC 3.2.2
OS: Windows 10 64 bit

JZS

  • Full Member
  • ***
  • Posts: 194
Re: Lazarus 1.2.6 Release
« Reply #14 on: October 16, 2014, 08:41:41 am »
Downloading......

Many Thanks Laz Team.
I use recent stable release

 

TinyPortal © 2005-2018