I had uploaded to subkeys.pgp.net originally, wasn't sure why people.apache.org wasn't picking up the new sub key. I've just uploaded to pgp.mit.edu just now.
See also http://people.apache.org/~ndimiduk/KEY On Mon, May 4, 2015 at 6:42 PM, Enis Söztutar <enis....@gmail.com> wrote: > Nick did you upload your keys to MIT servers? > > I am not able to verify the sig. > > gpg --list-keys > > pub 4096R/8644EEB6 2014-03-11 [expires: 2016-04-14] > > uid Nick Dimiduk <ndimi...@apache.org> > > uid Nick Dimiduk <ndimi...@gmail.com> > > sub 4096R/D2DCE494 2014-03-11 [expires: 2016-04-14] > > gpg --verify hbase-1.1.0-bin.tar.gz.asc > > gpg: Signature made Wed Apr 29 18:45:38 2015 PDT using RSA key ID 1C3489BD > > gpg: Can't check signature: public key not found > > Did you use a different key (1C3489BD) then the one at > https://people.apache.org/keys/committer/ndimiduk.asc ? > > Enis > > On Wed, Apr 29, 2015 at 10:35 PM, Nick Dimiduk <ndimi...@apache.org> > wrote: > > > I'm happy to announce the first release candidate of HBase 1.1.0 > > (HBase-1.1.0RC0) is available for download at > > https://dist.apache.org/repos/dist/dev/hbase/hbase-1.0.1RC2/ > > > > Maven artifacts are also available in the staging repository > > https://repository.apache.org/content/repositories/orgapachehbase-1076 > > > > Artifacts are signed with my code signing subkey 0xAD9039071C3489BD, > > available in the Apache keys directory > > https://people.apache.org/keys/committer/ndimiduk.asc and in > > http://people.apache.org/~ndimiduk/KEY > > > > There's also a signed tag for this release at > > > > > https://git-wip-us.apache.org/repos/asf?p=hbase.git;a=tag;h=2c102dbe56116ca342abd08e906d70d900048a55 > > > > HBase 1.1.0 is the first minor release in the HBase 1.x line, continuing > on > > the theme of bringing a stable, reliable database to the Hadoop and NoSQL > > communities. This release includes nearly 200 resolved issues above the > > 1.0.x series to date. Notable features include: > > > > - Async RPC client (HBASE-12684) > > - Simple RPC throttling (HBASE-11598) > > - Improved compaction controls (HBASE-8329, HBASE-12859) > > - New extension interfaces for coprocessor users, better supporting > > projects like Phoenix (HBASE-12972, HBASE-12975) > > - Per-column family flush (HBASE-10201) > > - WAL on SSD (HBASE-12848) > > - BlockCache in Memcached (HBASE-13170) > > - Tons of region replica enhancements around META, WAL, and bulk loading > > (HBASE-11574, HBASE-11568, HBASE-11571, HBASE-11567) > > > > The full list of issues can be found at > > > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310753&version=12329043 > > > > Please try out this candidate and vote +/-1 by midnight Pacific time on > > 2015-05-06 as to whether we should release these bits as HBase 1.1.0. > > > > Thanks, > > Nick > > >