This is an automated email from the ASF dual-hosted git repository.

bmarwell pushed a commit to branch jbake
in repository https://gitbox.apache.org/repos/asf/shiro-site.git


The following commit(s) were added to refs/heads/jbake by this push:
     new 3c7bab9  Convert blog entries from 2012.
3c7bab9 is described below

commit 3c7bab99a4d55d685619047dc07eaa6f182ee4fb
Author: Benjamin Marwell <[email protected]>
AuthorDate: Wed Sep 15 23:33:01 2021 +0200

    Convert blog entries from 2012.
---
 2012/01/24/apache-shiro-120-released.html          | 41 ----------
 2012/03/13/whats-new-in-apache-shiro-12.html       |  3 -
 2012/07/29/apache-shiro-121-released.html          | 13 ----
 .../blog/2012/01/24/apache-shiro-120-released.adoc | 62 +++++++++++++++
 .../2012/03/13/whats-new-in-apache-shiro-12.adoc   | 11 +++
 .../blog/2012/07/29/apache-shiro-121-released.adoc | 24 ++++++
 news.html                                          | 88 ----------------------
 7 files changed, 97 insertions(+), 145 deletions(-)

diff --git a/2012/01/24/apache-shiro-120-released.html 
b/2012/01/24/apache-shiro-120-released.html
deleted file mode 100644
index cc73fd4..0000000
--- a/2012/01/24/apache-shiro-120-released.html
+++ /dev/null
@@ -1,41 +0,0 @@
-<p><font color="#222222">Dear Apache Shiro Community,</font></p>
-
-<p><font color="#222222">The Shiro team is pleased to announce the release of 
Apache Shiro version 1.2.0!</font></p>
-
-<p><font color="#222222">This release includes a number of bug fixes and new 
features since the&#160;</font><font color="#222222">1.1.0 release. &#160;The 
1.2.0 release is available from</font> <font color="#222222"><a 
href="../../../download.html" title="Download">the Download 
page</a></font><font color="#222222">.</font></p>
-
-<p><font color="#222222">All binaries (.jars) are available in Maven Central 
already. &#160;Please&#160;</font><font color="#222222">note that the Apache 
mirrors are still updating to reflect the source&#160;</font><font 
color="#222222">distribution, but some mirrors may not be updated yet. &#160;If 
a mirror&#160;</font><font color="#222222">download link does not work, please 
try another or wait another 12 to&#160;</font><font color="#222222">24 
hours.</font></p>
-
-<h3><a name="ApacheShiro1.2.0Released%21-NewFeatures"></a>New Features</h3>
-
-<ul><li>The ability to disable sessions per filter chain or entirely for 
an&#160;application.</li><li>Servlet Context Listener initialization in web 
apps (to allow&#160;components to utilize Shiro before Filter 
initialization)</li><li>A command line program to securely hash passwords (or 
any url, file&#160;or stream input for that matter).</li><li>New secure 
password hash formats that adhere to Modular Crypt Format&#160;conventions. 
&#160;These secure password hashes can be computed with [...]
-       <ul><li><font color="#222222">PasswordService:&#160;</font><a 
class="external-link" 
href="static/current/apidocs/org/apache/shiro/authc/credential/PasswordService.html">static/current/apidocs/org/apache/shiro/authc/credential/PasswordService.html</a></li><li><font
 color="#222222">PasswordMatcher:&#160;</font><a class="external-link" 
href="static/current/apidocs/org/apache/shiro/authc/credential/PasswordMatcher.html">static/current/apidocs/org/apache/shiro/authc/credential/PasswordMatche
 [...]
-       </li></ul>
-
-
-<p><font color="#222222">More complete PasswordService and related config 
documentation will be&#160;</font><font color="#222222">added to the Shiro 
website in the next few days - it was better to&#160;</font><font 
color="#222222">release now for the many who are waiting on the release, and 
follow up&#160;</font><font color="#222222">with this part of the documentation 
shortly.</font></p>
-<ul><li><font color="#222222">Three new 'support' modules:</font>
-       <ul><li><font color="#222222">Apache Karaf features 
(shiro-features-1.2.0.jar)</font></li><li><font color="#222222">Google 
Guice:&#160;</font><a class="external-link" 
href="guice.html">guice.html</a></li><li><font color="#222222">Jasig 
CAS:&#160;</font><a class="external-link" href="cas.html">cas.html</a></li></ul>
-       </li></ul>
-
-
-<p><font color="#222222">And even more new features! &#160;See the 'Resolved 
Issues' below for a&#160;</font><font color="#222222">complete list.</font></p>
-
-<h3><a 
name="ApacheShiro1.2.0Released%21-Backwardsincompatibleorpotentialbreakingchanges"></a>Backwards-incompatible
 or potential breaking changes</h3>
-
-<p><font color="#222222">There are only a few small cases where breakage could 
occur - please&#160;</font><font color="#222222">view the release notes to 
ensure you mitigate any potential breaking&#160;</font><font 
color="#222222">change - particularly if you are using the 
SecureRandomNumberGenerator</font><br clear="none">
-<font color="#222222">or Shiro's Block Cipher Services (AES, 
Blowfish):</font></p>
-
-<p><a class="external-link" 
href="https://raw.githubusercontent.com/apache/shiro/shiro-root-1.2.0/RELEASE-NOTES";>https://raw.githubusercontent.com/apache/shiro/shiro-root-1.2.0/RELEASE-NOTES</a></p>
-
-<h3><a name="ApacheShiro1.2.0Released%21-ResolvedIssues"></a>Resolved 
Issues</h3>
-
-<p><font color="#222222">Jira resolved issue report:</font></p>
-
-<p><a class="external-link" 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310950&amp;version=12315478";>https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310950&amp;version=12315478</a></p>
-
-<p><font color="#222222">Enjoy!</font></p>
-
-
-
-<p><font color="#222222">The Apache Shiro</font> Team</p>
\ No newline at end of file
diff --git a/2012/03/13/whats-new-in-apache-shiro-12.html 
b/2012/03/13/whats-new-in-apache-shiro-12.html
deleted file mode 100644
index d7e2bc8..0000000
--- a/2012/03/13/whats-new-in-apache-shiro-12.html
+++ /dev/null
@@ -1,3 +0,0 @@
-<p>Here's an article covering some of the main features and enhancements in 
Apache Shiro 1.2:</p>
-
-<p><a class="external-link" 
href="https://stormpath.com/blog/whats-new-apache-shiro-12"; 
rel="nofollow">https://stormpath.com/blog/whats-new-apache-shiro-12</a></p>
\ No newline at end of file
diff --git a/2012/07/29/apache-shiro-121-released.html 
b/2012/07/29/apache-shiro-121-released.html
deleted file mode 100644
index a64719d..0000000
--- a/2012/07/29/apache-shiro-121-released.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<p>Dear Apache Shiro Community,</p>
-
-<p>The Shiro team is pleased to announce the release of Apache Shiro version 
1.2.1.  This is the first bug fix point release after 1.2.0.</p>
-
-<p>This release includes <a class="external-link" 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310950&amp;version=12319511";>11
 bug fixes</a> since the 1.2.0 release and is available for <a 
href="../../../download.html" title="Download">Download</a> now.</p>
-
-<p>All binaries (.jars) are available in Maven Central already.  Please note 
that the Apache mirrors are still updating to reflect the source distribution, 
but some mirrors may not be updated yet.  If a mirror download link does not 
work, please try another or wait another 12 to 24 hours.</p>
-
-<p>For more information on Shiro 1.2, please read the "<a 
class="external-link" 
href="https://stormpath.com/blog/whats-new-apache-shiro-12"; 
rel="nofollow">What's new in Apache Shiro 1.2?</a>" article or the previous <a 
class="external-link" href="2012/01/24/apache-shiro-120-released.html">1.2 
release announcement</a>.</p>
-
-<p>Enjoy!</p>
-
-<p>The Apache Shiro Team</p>
\ No newline at end of file
diff --git a/jbake/content/blog/2012/01/24/apache-shiro-120-released.adoc 
b/jbake/content/blog/2012/01/24/apache-shiro-120-released.adoc
new file mode 100644
index 0000000..ee9f73d
--- /dev/null
+++ b/jbake/content/blog/2012/01/24/apache-shiro-120-released.adoc
@@ -0,0 +1,62 @@
+= Apache Shiro 1.2.0 Released!
+:jbake-author: Lez Hazelwood
+:jbake-date: 2012-01-24
+:jbake-type: post
+:jbake-status: published
+:jbake-tags: blog
+:idprefix:
+
+Dear Apache Shiro Community,
+
+The Shiro team is pleased to announce the release of Apache Shiro version 
1.2.0!
+
+This release includes a number of bug fixes and new features since 
the&nbsp;1.1.0 release.
+The 1.2.0 release is available from link:/download.html[the Download page].
+
+All binaries (.jars) are available in Maven Central already.
+Please note that the Apache mirrors are still updating to reflect the 
source&nbsp;distribution, but some mirrors may not be updated yet.
+If a mirror&nbsp;download link does not work, please try another or wait 
another 12 to&nbsp;24 hours.
+
+== New Features
+
+* The ability to disable sessions per filter chain or entirely for an 
application.
+* Servlet Context Listener initialization in web apps (to allow components to 
utilize Shiro before Filter initialization)
+* A command line program to securely hash passwords (or any url, file or 
stream input for that matter).
+* New secure password hash formats that adhere to Modular Crypt Format 
conventions. +
+These secure password hashes can be computed with the above named command line 
program and saved in text config (e.g. shiro.ini) directly. +
+Plaintext passwords should never be stored. +
+For those familiar with the Apache HTTPD passwd program, this achieves the 
same benefits.
+* A new LogoutFilter, as many apps don't need to show a view during logout 
(just logout and redirect to some known location).
+* Shiro filters can be enabled or disabled without removing them from the 
filter chain - useful in development (e.g. turn ssl requirement off in dev, but 
keep it on in production).
+* A lot of work has gone into making secure password hash storage and 
comparison a much simpler task in Shiro, focused around the new concept of a 
PasswordService. +
+You can use a PasswordService directly in your application code to hash 
passwords securely. +
+You can then configure a PasswordMatcher on your Realm(s) to use the same 
PasswordService for password comparisons. +
+See the PasswordService JavaDoc for example .ini configuration:
+** PasswordService: 
link:/static/current/apidocs/org/apache/shiro/authc/credential/PasswordService.html[]
+** PasswordMatcher: 
link:/static/current/apidocs/org/apache/shiro/authc/credential/PasswordMatcher.html[]
+
+More complete PasswordService and related config documentation will 
be&nbsp;added to the Shiro website in the next few days - it was better 
to&nbsp;release now for the many who are waiting on the release, and follow 
up&nbsp;with this part of the documentation shortly.
+
+* Three new 'support' modules:
+** Apache Karaf features (shiro-features-1.2.0.jar)
+** Google Guice: link:/guice.html[]
+** Jasig CAS: link:/cas.html[]
+
+And even more new features!
+See the 'Resolved Issues' below for a&nbsp;complete list.
+
+== Backwards-incompatible or potential breaking changes
+
+There are only a few small cases where breakage could occur - please&nbsp;view 
the release notes to ensure you mitigate any potential breaking&nbsp;change - 
particularly if you are using the SecureRandomNumberGenerator or Shiro's Block 
Cipher Services (AES, Blowfish):
+
+link:https://raw.githubusercontent.com/apache/shiro/shiro-root-1.2.0/RELEASE-NOTES[https://raw.githubusercontent.com/apache/shiro/shiro-root-1.2.0/RELEASE-NOTES]
+
+== Resolved Issues
+
+Jira resolved issue report:
+
+link:https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310950&amp;version=12315478[https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310950&amp;version=12315478]
+
+Enjoy!
+
+The Apache Shiro Team
diff --git a/jbake/content/blog/2012/03/13/whats-new-in-apache-shiro-12.adoc 
b/jbake/content/blog/2012/03/13/whats-new-in-apache-shiro-12.adoc
new file mode 100644
index 0000000..d0e2b26
--- /dev/null
+++ b/jbake/content/blog/2012/03/13/whats-new-in-apache-shiro-12.adoc
@@ -0,0 +1,11 @@
+= What's new in Apache Shiro 1.2?
+:jbake-author: Lez Hazelwood
+:jbake-date: 2012-03-13
+:jbake-type: post
+:jbake-status: published
+:jbake-tags: blog
+:idprefix:
+
+Here's an article covering some of the main features and enhancements in 
Apache Shiro 1.2:
+
+link:https://stormpath.com/blog/whats-new-apache-shiro-12[https://stormpath.com/blog/whats-new-apache-shiro-12]
diff --git a/jbake/content/blog/2012/07/29/apache-shiro-121-released.adoc 
b/jbake/content/blog/2012/07/29/apache-shiro-121-released.adoc
new file mode 100644
index 0000000..504b5d3
--- /dev/null
+++ b/jbake/content/blog/2012/07/29/apache-shiro-121-released.adoc
@@ -0,0 +1,24 @@
+= Apache Shiro 1.2.2 Released
+Les Hazlewood
+:jbake-date: 2012-07-29
+:jbake-type: post
+:jbake-status: published
+:jbake-tags: blog, release
+:idprefix:
+
+Dear Apache Shiro Community,
+
+The Shiro team is pleased to announce the release of Apache Shiro version 
1.2.1.
+This is the first bug fix point release after 1.2.0.
+
+This release includes 
link:https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310950&amp;version=12319511[11
 bug fixes] since the 1.2.0 release and is available for 
link:/download.html[Download] now.
+
+All binaries (`.jars`) are available in Maven Central already.
+Please note that the Apache mirrors are still updating to reflect the source 
distribution, but some mirrors may not be updated yet.
+If a mirror download link does not work, please try another or wait another 12 
to 24 hours.
+
+For more information on Shiro 1.2, please read the 
"link:https://stormpath.com/blog/whats-new-apache-shiro-12[What's new in Apache 
Shiro 1.2?]" article or the previous 
link:/2012/01/24/apache-shiro-120-released.html[1.2 release announcement].
+
+Enjoy!
+
+The Apache Shiro Team
diff --git a/news.html b/news.html
index 1dbd1b9..7aa86ce 100644
--- a/news.html
+++ b/news.html
@@ -385,94 +385,6 @@ For more information on Shiro, please read the 
documentation.</p>
 
 <div class="blog-post-listing">
     <div class="logo-heading-block">
-        <a class="blogHeading" 
href="2012/07/29/apache-shiro-121-released.html">Apache Shiro 1.2.1 Released</a>
-        <div class="page-metadata"><a class="url fn news-userlink" 
href="https://stormpath.com/blog/author/les";>Les Hazlewood</a> posted on Jul 
29, 2012</div>
-
-    </div>
-
-    <div class="news-content">
-        <p>Dear Apache Shiro Community,</p>
-
-        <p>The Shiro team is pleased to announce the release of Apache Shiro 
version 1.2.1.  This is the first bug fix point release after 1.2.0.</p>
-
-        <p>This release includes <a class="external-link" 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310950&amp;version=12319511";>11
 bug fixes</a> since the 1.2.0 release and is available for <a 
href="download.html" title="Download">Download</a> now.</p>
-
-        <p>All binaries (.jars) are available in Maven Central already.  
Please note that the Apache mirrors are still updating to reflect the source 
distribution, but some mirrors may not be updated yet.  If a mirror download 
link does not work, please try another or wait another 12 to 24 hours.</p>
-
-        <p>For more information on Shiro 1.2, please read the "<a 
class="external-link" 
href="https://stormpath.com/blog/whats-new-apache-shiro-12"; 
rel="nofollow">What's new in Apache Shiro 1.2?</a>" article or the previous <a 
class="external-link" href="2012/01/24/apache-shiro-120-released.html">1.2 
release announcement</a>.</p>
-
-        <p>Enjoy!</p>
-
-        <p>The Apache Shiro Team</p>
-    </div>
-</div>
-
-
-<div class="blog-post-listing">
-    <div class="logo-heading-block">
-        <a class="blogHeading" 
href="https://stormpath.com/blog/whats-new-apache-shiro-12";>What's New in 
Apache Shiro 1.2?</a>
-        <div class="page-metadata"><a class="url fn news-userlink" 
href="https://stormpath.com/blog/author/les";>Les Hazlewood</a> posted on Mar 
13, 2012</div>
-    </div>
-
-    <div class="news-content">
-        <p>Here's an article covering some of the main features and 
enhancements in Apache Shiro 1.2:</p>
-
-        <p><a class="external-link" 
href="https://stormpath.com/blog/whats-new-apache-shiro-12"; 
rel="nofollow">https://stormpath.com/blog/whats-new-apache-shiro-12</a></p>
-    </div>
-</div>
-
-
-<div class="blog-post-listing">
-
-    <span class="blogHeading"><a class="blogHeading" 
href="2012/01/24/apache-shiro-120-released.html">Apache Shiro 1.2.0 
Released!</a></span>
-    <div class="page-metadata"><a class="url fn news-userlink" 
href="https://stormpath.com/blog/author/les";>Les Hazlewood</a> posted on Jan 
24, 2012</div>
-
-
-    <div class="news-content">
-        <p>Dear Apache Shiro Community,</p>
-
-        <p>The Shiro team is pleased to announce the release of Apache Shiro 
version 1.2.0!</p>
-
-        <p>This release includes a number of bug fixes and new features since 
the&#160;1.1.0 release. &#160;The 1.2.0 release is available from <a 
href="download.html" title="Download">the Download page</a>.</p>
-
-        <p>All binaries (.jars) are available in Maven Central already. 
&#160;Please&#160;note that the Apache mirrors are still updating to reflect 
the source&#160;distribution, but some mirrors may not be updated yet. &#160;If 
a mirror&#160;download link does not work, please try another or wait another 
12 to&#160;24 hours.</p>
-
-        <h3><a name="ApacheShiro1.2.0Released%21-NewFeatures"></a>New 
Features</h3>
-
-        <ul><li>The ability to disable sessions per filter chain or entirely 
for an&#160;application.</li><li>Servlet Context Listener initialization in web 
apps (to allow&#160;components to utilize Shiro before Filter 
initialization)</li><li>A command line program to securely hash passwords (or 
any url, file&#160;or stream input for that matter).</li><li>New secure 
password hash formats that adhere to Modular Crypt Format&#160;conventions. 
&#160;These secure password hashes can be compu [...]
-            <ul><li>PasswordService:&#160;<a class="external-link" 
href="static/current/apidocs/org/apache/shiro/authc/credential/PasswordService.html">static/current/apidocs/org/apache/shiro/authc/credential/PasswordService.html</a></li><li>PasswordMatcher:&#160;<a
 class="external-link" 
href="static/current/apidocs/org/apache/shiro/authc/credential/PasswordMatcher.html">static/current/apidocs/org/apache/shiro/authc/credential/PasswordMatcher.html</a></li></ul>
-            </li></ul>
-
-
-        <p>More complete PasswordService and related config documentation will 
be&#160;added to the Shiro website in the next few days - it was better 
to&#160;release now for the many who are waiting on the release, and follow 
up&#160;with this part of the documentation shortly.</p>
-        <ul><li>Three new 'support' modules:
-            <ul><li>Apache Karaf features 
(shiro-features-1.2.0.jar)</li><li>Google Guice:&#160;<a class="external-link" 
href="guice.html">guice.html</a></li><li>Jasig CAS:&#160;<a 
class="external-link" href="cas.html">cas.html</a></li></ul>
-            </li></ul>
-
-
-        <p>And even more new features! &#160;See the 'Resolved Issues' below 
for a&#160;complete list.</p>
-
-        <h3><a 
name="ApacheShiro1.2.0Released%21-Backwardsincompatibleorpotentialbreakingchanges"></a>Backwards-incompatible
 or potential breaking changes</h3>
-
-        <p>There are only a few small cases where breakage could occur - 
please&#160;view the release notes to ensure you mitigate any potential 
breaking&#160;change - particularly if you are using the 
SecureRandomNumberGenerator<br clear="none">
-        or Shiro's Block Cipher Services (AES, Blowfish):</p>
-
-        <p><a class="external-link" 
href="https://raw.githubusercontent.com/apache/shiro/shiro-root-1.2.0/RELEASE-NOTES";>https://raw.githubusercontent.com/apache/shiro/shiro-root-1.2.0/RELEASE-NOTES</a></p>
-
-        <h3><a name="ApacheShiro1.2.0Released%21-ResolvedIssues"></a>Resolved 
Issues</h3>
-
-        <p>Jira resolved issue report:</p>
-
-        <p><a class="external-link" 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310950&amp;version=12315478";>https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310950&amp;version=12315478</a></p>
-
-        <p>Enjoy!</p>
-
-        <p>The Apache Shiro Team</p>
-    </div>
-</div>
-
-<div class="blog-post-listing">
-    <div class="logo-heading-block">
         <a class="blogHeading" 
href="2010/11/03/apache-shiro-110-released.html">Apache Shiro 1.1.0 Released</a>
         <div class="page-metadata"><a class="url fn news-userlink" 
href="https://stormpath.com/blog/author/les";>Les Hazlewood</a> posted on Nov 
03, 2010</div>
     </div>

Reply via email to