null+****@clear*****
null+****@clear*****
2012年 4月 25日 (水) 15:02:12 JST
Kouhei Sutou 2012-04-25 15:02:12 +0900 (Wed, 25 Apr 2012)
New Revision: a366a90d2660fa5f2a0ff611477ce2c6c2b929cb
Log:
Add caution about changing sign key
Modified files:
doc/source/news.txt
Modified: doc/source/news.txt (+17 -0)
===================================================================
--- doc/source/news.txt 2012-04-25 13:46:38 +0900 (b00fb8c)
+++ doc/source/news.txt 2012-04-25 15:02:12 +0900 (7e8e22a)
@@ -10,6 +10,22 @@ News
Release 2.0.2 - 2012/04/29
--------------------------
+.. caution::
+
+ The package sign key is changed since this release. Import the new
+ package sign key before updating groogna packages.
+
+ Debian/Ubuntu::
+
+ % sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com F10399C0
+ % sudo apt-get update
+ % sudo apt-get -V -y install groonga-keyring
+
+ CentOS/Fedora::
+
+ % sudo yum update
+ % sudo yum install -y groonga-repository
+
Improvements
^^^^^^^^^^^^
@@ -25,6 +41,7 @@ Improvements
* [load] Supported error report when a column value can't be set.
* Supported similar search. ``select --filter "column *S 'TEXT'"``
is the similar search syntax. [#1342]
+* [apt][yum] Changed package sign key.
Fixes
^^^^^