|
Mono 2.8.2 has just released been released. It contains an important security fix for users of ASP.NET as well as various updates to the Parallel Frameworks.
The security fix rectifies an unloading bug that can, under some circumstances, let ASP.NET applications misbehave and return the source code (.aspx) of the application or any other file in the web application directory. The Mono Project blog notes:
We strongly advise every Mono 2.8.xx user to upgrade to Mono 2.8.2 if they host web applications with it

The other changes are:
- Backport ParallelFx improvements from master (jlaval)
- Fix state check for short-circuiting with SupportRecursion in ReaderWriterLockSlim #655361 (jlaval)
- Increment Count even on single-processor in SpinWait. Fix #624849. (jlaval)
- Update ThreadLocal to use default(T) for initialization with parameterless ctor. Fix #658689. (jlaval)
Related article: Mono 2.8
Google Announces BigQuery-Managed AI Functions 27/11/2025
Google has announced the public preview of BigQuery-managed AI functions. The three new functions let developers use generative AI for common analytical tasks directly within their SQL queries.
[ ... ]
|
Python In The Age Of AI 30/11/2025
For its Octoverse event, GitHub recorded an interview with Guido van Rossum, the creator of Python. From it we learn about the origins of Python and its name and its role in the age of AI.
| | More News |
|