pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/doc
Module Name: pkgsrc
Committed By: nia
Date: Mon Mar 30 10:04:27 UTC 2020
Modified Files:
pkgsrc/doc: NEWS
Log Message:
doc/NEWS: Note changes to Lua and Fortran defaults
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/doc/NEWS
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/doc/NEWS
diff -u pkgsrc/doc/NEWS:1.12 pkgsrc/doc/NEWS:1.13
--- pkgsrc/doc/NEWS:1.12 Wed Apr 24 13:19:31 2019
+++ pkgsrc/doc/NEWS Mon Mar 30 10:04:27 2020
@@ -1,4 +1,4 @@
-# $NetBSD: NEWS,v 1.12 2019/04/24 13:19:31 maya Exp $
+# $NetBSD: NEWS,v 1.13 2020/03/30 10:04:27 nia Exp $
PKGSRC NEWS
===========
@@ -7,6 +7,17 @@ PKGSRC NEWS
pkgsrc. The intended readers are the pkgsrc developers as well as anyone
tracking pkgsrc-current.
+lua 5.3 default [nia 2020-03-30]
+ The default Lua version was switched to 5.3.
+ Since many packages specify a preferred Lua version, this is mainly
+ expected to affect users of Lua modules who were using the default
+ settings.
+
+gfortran default [nia 2020-03-30]
+ gfortran is now the default Fortran compiler instead of g95.
+ gfortran is expected to support more pkgsrc platforms and be
+ better at compiling newer Fortran code.
+
python 3.7 default [maya 2019-04-24]
As Python 2.x versions are nearing end of life, we have switched
the default to a newer version.
Home |
Main Index |
Thread Index |
Old Index