[done] FreeCAD 0.20.2 release by the end of November

Here's the place for discussion related to coding in FreeCAD, C++ or Python. Design, interfaces and structures.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

[done] FreeCAD 0.20.2 release by the end of November

Post by uwestoehr »

Since FreeCAD 0.20.1 we could fix several bugs making it worth a new release.
The plan would be by the end of the November. Are there any objections?

@all developers, can you please check your recent merged commits and report which ones could be backported to the 0-20 branch? Please either backport directly or tell me in this thread: https://forum.freecadweb.org/viewtopic.php?f=10&t=69437
what commits I should backport.

many thanks in advance and regards
Uwe
User avatar
chennes
Veteran
Posts: 3884
Joined: Fri Dec 23, 2016 3:38 pm
Location: Norman, OK, USA
Contact:

Re: FreeCAD 0.20.2 release by the end of November

Post by chennes »

Thanks, @uwestoehr, I think that's a good idea. I believe I am up-to-date on my backports list. FYI next week is a holiday week in the US, so some developers may not be as available as usual towards the end of the week.
Chris Hennes
Pioneer Library System
GitHub profile, LinkedIn profile, chrishennes.com
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: FreeCAD 0.20.2 release by the end of November

Post by uwestoehr »

User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: FreeCAD 0.20.2 release by the end of November

Post by uwestoehr »

uwestoehr wrote: Mon Dec 05, 2022 2:27 am Here we are: https://github.com/FreeCAD/FreeCAD/releases/tag/0.20.2
@looo , please give it a try to make builds from the 0.20.2 tag of the 0-20 branch.
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: [done] FreeCAD 0.20.2 release by the end of November

Post by uwestoehr »

User avatar
onekk
Veteran
Posts: 6146
Joined: Sat Jan 17, 2015 7:48 am
Contact:

Re: [done] FreeCAD 0.20.2 release by the end of November

Post by onekk »

No AppImages for Linux with this point release?
GitHub page: https://github.com/onekk/freecad-doc.
- In deep articles on FreeCAD.
- Learning how to model with scripting.
- Various other stuffs.

Blog: https://okkmkblog.wordpress.com/
User avatar
adrianinsaval
Veteran
Posts: 5541
Joined: Thu Apr 05, 2018 5:15 pm

Re: [done] FreeCAD 0.20.2 release by the end of November

Post by adrianinsaval »

onekk wrote: Mon Dec 05, 2022 9:46 am No AppImages for Linux with this point release?
you can see two posts above yours that uwe asked looo to make builds
User avatar
onekk
Veteran
Posts: 6146
Joined: Sat Jan 17, 2015 7:48 am
Contact:

Re: [done] FreeCAD 0.20.2 release by the end of November

Post by onekk »

adrianinsaval wrote: Mon Dec 05, 2022 11:24 am ...
you can see two posts above yours that uwe asked looo to make builds
Sorry, my faulty memory. :oops: I have not remembered that @looo is responsible to make AppImages.

Regards

Carlo D.
GitHub page: https://github.com/onekk/freecad-doc.
- In deep articles on FreeCAD.
- Learning how to model with scripting.
- Various other stuffs.

Blog: https://okkmkblog.wordpress.com/
Syres
Veteran
Posts: 2893
Joined: Thu Aug 09, 2018 11:14 am

Re: FreeCAD 0.20.2 release by the end of November

Post by Syres »

uwestoehr wrote: Mon Dec 05, 2022 2:27 am Here we are: https://github.com/FreeCAD/FreeCAD/releases/tag/0.20.2
Have you tested AddonManager, I cannot get it to load either as a new user or using existing config files, looks to be a SSL issue?

Before FreeCAD has fully completed it's startup routine there's an error:

Code: Select all

21:18:22  During initialization the error "DLL load failed while importing _ssl: The specified module could not be found." occurred in C:\Users\JPS\AppData\Roaming\FreeCAD\Mod\CfdOF\.\InitGui.py
21:18:22  Please look into the log file for further information

and when trying to load AddonManager it gives message box:

Code: Select all

Unable to read data from GitHub: check your internet connection and proxy settings and try again
Suffice to say there's nothing wrong with my internet connection and my proxy settings are correct.

@hammax has also reported this issue so it's not just myself.

Code: Select all

OS: Windows 7 Version 6.1 (Build 7601: SP 1)
Word size of FreeCAD: 64-bit
Version: 0.20.2.29601 (Git)
Build type: Release
Branch: releases/FreeCAD-0-20
Hash: aaee1b5e3934a13b05028f6b2d19157732f47be8
Python 3.8.10, Qt 5.15.2, Coin 4.0.1, Vtk 8.2.0, OCC 7.6.3
Locale: English/United Kingdom (en_GB)
Installed mods: 
  * A2plus 0.4.56a
  * Assembly3 0.11.3
  * CfdOF 1.17.7
  * Curves 0.5.4
  * fasteners 0.3.51
  * fcgear 1.0.0
  * freecad.xray 2022.4.17
  * Help 1.0.3
  * Manipulator 1.4.9
  * Plot 2022.4.17
  * sheetmetal 0.2.57
  * Silk 1.0.0
  * timber
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: FreeCAD 0.20.2 release by the end of November

Post by uwestoehr »

Syres wrote: Tue Dec 06, 2022 9:22 pm Have you tested AddonManager, I cannot get it to load either as a new user or using existing config files, looks to be a SSL issue?
Many thanks for testing!

One of the new things in this release is the upgrade to OpenSSL 3.0.7, see this thread:
https://forum.freecadweb.org/viewtopic.php?p=639511

I tested the addon manager and I can install, uninstall and update packages.

Only after running an update when FC asks me to restart I get now this error:

Code: Select all

23:45:36  Traceback (most recent call last):
23:45:36    File "C:\Users\USti\AppData\Local\Programs\FreeCAD 0.20\Mod\AddonManager\AddonManager.py", line 1378, in update_all
23:45:36      functools.partial (self.subupdates_succeeded.append, repo)
23:45:36  NameError: name 'repo' is not defined
@chennes , can you reproduce this?
Post Reply