Recent

Author Topic: Lazarus Release Candidate 2 of 1.8  (Read 74724 times)

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 9754
  • Debugger - SynEdit - and more
    • wiki
Lazarus Release Candidate 2 of 1.8
« on: June 06, 2017, 11:48:54 pm »
The Lazarus team is glad to announce the second release candidate of
Lazarus 1.8.

This release was built with FPC 3.0.2.
The previous release Lazarus 1.6.4 was built with FPC 3.0.2 too.
The Linux releases are built with FPC 3.0.3 r36408 due to bug
https://bugs.freepascal.org/view.php?id=31629

Here is the list of fixes for Lazarus 1.8.x:
http://wiki.freepascal.org/Lazarus_1.8_fixes_branch

Here is the list of changes for Lazarus and Free Pascal:
http://wiki.lazarus.freepascal.org/Lazarus_1.8.0_release_notes
http://wiki.lazarus.freepascal.org/User_Changes_3.0.2

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

Choose your CPU, OS, distro and then the "Lazarus 1.8 RC2" directory.

Checksums for the SourceForge files:
http://www.lazarus-ide.org/index.php?page=checksums#1_8_0RC2

Minimum requirements:

Windows:       
  2k, XP, Vista, 7, 8, 8.1 and 10, 32 or 64bit.

FreeBSD/Linux:
  gtk 2.8 for gtk2, qt4.5 for qt, qt5.6 for qt5, 32 or 64bit.

Mac OS X:
  10.5 to 10.12, LCL only 32bit, non LCL apps can be 64bit.

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

For people who are blocked by SF, the Lazarus releases from SourceForge are mirrored at:
ftp://ftp.freepascal.org/pub/lazarus/releases/
and later at (after some time for synchronization)
http://mirrors.iwi.me/lazarus/

== Why should everybody (including you) test the release candidate? ==

In the past weeks the Lazarus team has stabilized the 1.8 fixes branch. The resulting 1.8RC2 is now stable enough to be used by any one for test purposes.

However many of the fixes and new features that where committed since the release of 1.6 required changes to the code of existing features too. While we have tested those ourself, there may still be problems that only occur with very specific configurations or one project in a million.

Yes, it may be that you are the only person with a project, that will not work in the new IDE. So if you do not test, we can not fix it.

Please do not wait for the final release, in order to test. It may be too late. Once the release is out we will have to be more selective about which fixes can be merged for further 1.8.x releases. So it may be, that we can not merge the fix you require. And then you will miss out on all the new features.

== How to test ==

Download and install the 1.8 RC2.
- On Windows you can install as a 2ndary install, that will not affect your current install:
  http://wiki.lazarus.freepascal.org/Multiple_Lazarus#Installation_of_multiple_Lazarus
- On other platforms, if you install to a new location you need to use --primary-config-path

In either case you should make backups. (including your primary config)

Open your project in the current Lazarus (1.6.x), and use "Publish Project" from the project menu. This creates a clean copy of your project.

You can then open that copy in the RC2. Please test:
- If you can edit forms in the designer
   - rename components / change properties in Object inspector / Add new events
   - Add components to form / Move components on form
   - Frames, if you use them
- If you can navigate the source code (e.g. jump to implementation)
- Auto completion in source code
- Compile, debug and run
- Anything else you use in your daily work

« Last Edit: June 07, 2017, 04:10:51 am by Martin_fr »

ermeneuta

  • Jr. Member
  • **
  • Posts: 63
Re: Lazarus Release Canditate 2 of 1.8
« Reply #1 on: June 07, 2017, 01:12:36 am »
I saw a Linux Lazarus V1.9.0  ..... is that a bogus release, or what ?

The About says :

Version #: 1.9.0
Date 2017-05-03
FPC Version: 3.0.2
SVN Revision: 54803
arm-linux-gtk2




Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 9754
  • Debugger - SynEdit - and more
    • wiki
Re: Lazarus Release Canditate 2 of 1.8
« Reply #2 on: June 07, 2017, 01:50:09 am »
1.9.0 is currently trunk. That is the development version with daily (untested) changes.

Versions with an odd digit in 2nd or 3rd are between releases.

1.9.0 => trunk (before branching 1.8, trunk was 1.7)
1.6.5 => development on the 1.6 branch

thijsvandien

  • Newbie
  • Posts: 2
Re: Lazarus Release Canditate 2 of 1.8
« Reply #3 on: June 07, 2017, 03:09:44 am »
Just a minor remark not directly related to the RC: both topic titles have 'candidate' misspelt. :)

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 9754
  • Debugger - SynEdit - and more
    • wiki
Re: Lazarus Release Candidate 2 of 1.8
« Reply #4 on: June 07, 2017, 04:12:27 am »
Fixed, form auto-complete explains the second.

JZS

  • Full Member
  • ***
  • Posts: 194
Re: Lazarus Release Candidate 2 of 1.8
« Reply #5 on: June 07, 2017, 04:42:36 am »
Thank you Lazarus Team.

Your efforts are appreciated.
I use recent stable release

ahiggins

  • Jr. Member
  • **
  • Posts: 92
Re: Lazarus Release Candidate 2 of 1.8
« Reply #6 on: June 07, 2017, 11:40:09 am »
Great work, many thanks  :)

Zoran

  • Hero Member
  • *****
  • Posts: 1824
    • http://wiki.lazarus.freepascal.org/User:Zoran
Re: Lazarus Release Canditate 2 of 1.8
« Reply #7 on: June 07, 2017, 11:58:33 am »
I saw a Linux Lazarus V1.9.0  ..... is that a bogus release, or what ?

See http://wiki.lazarus.freepascal.org/Version_Numbering

bobihot

  • New Member
  • *
  • Posts: 35
Re: Lazarus Release Candidate 2 of 1.8
« Reply #8 on: June 07, 2017, 01:35:26 pm »
Thanks,
Run well on Windows and Linux Mint. 1.8RC1 was not linked in Linux.

Eugene Loza

  • Hero Member
  • *****
  • Posts: 656
    • My games in Pascal
Re: Lazarus Release Candidate 2 of 1.8
« Reply #9 on: June 07, 2017, 02:46:13 pm »
Thanks a lot!!!  :D
My FOSS games in FreePascal&CastleGameEngine: https://decoherence.itch.io/ (Sources: https://gitlab.com/EugeneLoza)

PeterX

  • Sr. Member
  • ****
  • Posts: 404
Re: Lazarus Release Candidate 2 of 1.8
« Reply #10 on: June 07, 2017, 04:25:11 pm »
Yeah, yeah, yeah !!!   :)
usually using latest Lazarus release version with Windows 10

Tommi

  • Full Member
  • ***
  • Posts: 213

Ondrej Pokorny

  • Full Member
  • ***
  • Posts: 220
Re: Lazarus Release Candidate 2 of 1.8
« Reply #12 on: June 07, 2017, 08:45:02 pm »
This bug : http://forum.lazarus.freepascal.org/index.php/topic,36907.msg248260.html#msg248260 is still alive

Report to mantis with a demo application. Is this a regression?

Tommi

  • Full Member
  • ***
  • Posts: 213
Re: Lazarus Release Candidate 2 of 1.8
« Reply #13 on: June 07, 2017, 08:53:16 pm »
No,it isn't a regression. Ok, I am going to report to mantis

Tommi

  • Full Member
  • ***
  • Posts: 213
Re: Lazarus Release Candidate 2 of 1.8
« Reply #14 on: June 07, 2017, 08:55:58 pm »
It seems that no forum user is named "mantis"

 

TinyPortal © 2005-2018