diff options
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..d64f0a1 --- /dev/null +++ b/NEWS @@ -0,0 +1,44 @@ +;;; -*- lisp-data -*- +;;; guix-forge --- Guix software forge meta-service +;;; Copyright © 2025, 2026 Arun Isaac <arunisaac@systemreboot.net> +;;; +;;; This file is part of guix-forge. +;;; +;;; guix-forge is free software: you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation, either version 3 of the License, +;;; or (at your option) any later version. +;;; +;;; guix-forge is distributed in the hope that it will be useful, but +;;; WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +;;; General Public License for more details. +;;; +;;; You should have received a copy of the GNU General Public License +;;; along with guix-forge. If not, see +;;; <https://www.gnu.org/licenses/>. + +(channel-news + (version 0) + (entry (commit "3c8dc85a584c98bc90088ec1c85933d4d10e7383") + (title (en "We now have news!") + (ta "அறிமுகம் செய்திகள்!")) + (body (en "We now have news in this channel. Hopefully, there will be something +to say in the future!") + (ta "இவ்வலைவரிசையில் இப்போது செய்திகள் உள்ளன. வருங்காலத்தில் சொல்வதற்கு ஏதாவது +இருக்கமென நம்புகிறோம்!"))) + (entry (commit "3bf70c5c6d51ecdc9fc3671b483c00cf3a90ceb4") + (title (en "New Anubis service") + (ta "புதிய Anubis பணி")) + (body (en "We have a new Anubis package and service. @code{<forge-nginx-server-configuration>} now comes with a new @code{anubis?} field to enable Anubis protection.") + (ta "அறிமுகம் புதிய Anubis நிரல்பொதியும் பணியும். Anubis பாதுகாப்பை அமைக்க @code{<forge-nginx-server-configuration>} @code{anubis?} என்னும் புதிய களத்தைப் பெற்றது."))) + (entry (commit "321bfd3891c23fceba2660ff68a17febb6083465") + (title (en "cgit now has Anubis protection") + (ta "cgit Anubis பாதுகாப்பு பெற்றது")) + (body (en "cgit now has Anubis protection. Hopefully that will make the onslaught of AI crawlers more bearable.") + (ta "cgit Anubis பாதுகாப்பு பெற்றது. செயற்கை நுண்ணறிவு இயலிகளின் கொடுமைகளைக் கட்டுப்படுத்த உதவுமென நம்புகிறோம்."))) + (entry (commit "685db9d6fd90b76a8314a21328217039932b6070") + (title (en "cgit source filter default switched from Pygments to Chroma") + (ta "cgit source filter இயனிலை Pygments உரைநிரலிலிருந்து Chroma நிரலுக்கு மாறியது")) + (body (en "The default source filter of the cgit service now uses Chroma instead of Pygments. Hopefully, this will improve performance and hold up better under heavy load; a must-have in the age of rampant AI crawlers") + (ta "cgit பணியின் இயனிலை source filter Pygments உரைநிரலிலிருந்து Chroma நிரலுக்கு மாற்றப்பட்டது. இது விரைவாற்றலை மேம்படுத்தி பெருஞ்சுமைகளைத் தாங்க உதவும்; செயற்கை நுண்ணறிவு இயலிகளினால் கண்டிப்பாக இதுத் தேவை.")))) |
