summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-05-16 22:15:33 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-05-16 22:15:33 +0200
commit901364ba0ec90e9050552795efe8d1c3571e83c1 (patch)
treef19ffff17ba7321f620a5834dd2e4a46ab8ca248
parent6ebfff26139a62a545bd46b05a26af7c509b75f7 (diff)
parentb3e01b11cf80c728d77cdc70e7014b3899dd415d (diff)
Merge remote-tracking branch 'origin/PubSubHubbub' into dev
Conflicts: CHANGELOG
-rw-r--r--CHANGELOG6
-rw-r--r--app/i18n/de/sub.php2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index fea4e8871..ed1f655f9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,11 @@
# Changelog
+## 2015-xx-xx FreshRSS 1.1.2 (beta)
+
+* Features
+ * Support for PubSubHubbub for instant notifications from compatible Web sites.
+
+
## 2015-xx-xx FreshRSS 1.1.1 (beta)
* Features
diff --git a/app/i18n/de/sub.php b/app/i18n/de/sub.php
index 7433bd61c..0f05a5635 100644
--- a/app/i18n/de/sub.php
+++ b/app/i18n/de/sub.php
@@ -37,7 +37,7 @@ return array(
'url' => 'Feed-URL',
'validator' => 'Überprüfen Sie die Gültigkeit des Feeds',
'website' => 'Webseiten-URL',
- 'pubsubhubbub' => 'Sofortige Benachrichtigung mit PubSubHubbub',
+ 'pubsubhubbub' => 'Sofortbenachrichtigung mit PubSubHubbub',
),
'import_export' => array(
'export' => 'Exportieren',