From 0f7be2573e539cb1a446cb90b9da8a9f2d59b17c Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Mon, 7 Mar 2005 21:52:57 +0000
Subject: [PATCH] - Bumped the RSS version from 0.92 to 2.0

---
 CHANGELOG.txt            | 2 ++
 modules/node.module      | 2 +-
 modules/node/node.module | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 609c9cc81b55..531a1ae4380c 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -10,6 +10,8 @@ Drupal x.x.x, xxxx-xx-xx
     * added search block.
 - syndication:
     * made the ping module ping pingomatic.com which, in turn, will ping all the major ping services.
+    * made Drupal generete RSS 2.0 feeds.
+    * made RSS feeds extensible.
     * added categories to RSS feeds.
     * added enclosures to RSS feeds.
 - flood control mechanism:
diff --git a/modules/node.module b/modules/node.module
index ab2b4c876898..676543c4c767 100644
--- a/modules/node.module
+++ b/modules/node.module
@@ -1165,7 +1165,7 @@ function node_feed($nodes = 0, $channel = array()) {
   }
 
   $channel_defaults = array(
-    'version'     => '0.92',
+    'version'     => '2.0',
     'title'       => variable_get('site_name', 'drupal') .' - '. variable_get('site_slogan', ''),
     'link'        => $base_url,
     'description' => variable_get('site_mission', ''),
diff --git a/modules/node/node.module b/modules/node/node.module
index ab2b4c876898..676543c4c767 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -1165,7 +1165,7 @@ function node_feed($nodes = 0, $channel = array()) {
   }
 
   $channel_defaults = array(
-    'version'     => '0.92',
+    'version'     => '2.0',
     'title'       => variable_get('site_name', 'drupal') .' - '. variable_get('site_slogan', ''),
     'link'        => $base_url,
     'description' => variable_get('site_mission', ''),
-- 
GitLab