Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo-1
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
solo-1
Commits
45c38b6b
Commit
45c38b6b
authored
Feb 01, 2018
by
Liang Ding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🔖
Release v2.6.0
parent
edd3bee4
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1428 additions
and
980 deletions
+1428
-980
CHANGE_LOGS.html
CHANGE_LOGS.html
+533
-309
pom.xml
pom.xml
+2
-2
src/main/java/org/b3log/solo/SoloServletListener.java
src/main/java/org/b3log/solo/SoloServletListener.java
+2
-2
src/main/java/org/b3log/solo/service/UpgradeService.java
src/main/java/org/b3log/solo/service/UpgradeService.java
+2
-2
src/main/webapp/CHANGE_LOGS.html
src/main/webapp/CHANGE_LOGS.html
+889
-665
No files found.
CHANGE_LOGS.html
View file @
45c38b6b
This diff is collapsed.
Click to expand it.
pom.xml
View file @
45c38b6b
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
<!--
Description: Solo POM.
Description: Solo POM.
Version: 3.18.2.5
2, Jan
1, 2018
Version: 3.18.2.5
3, Feb
1, 2018
Author: <a href="http://88250.b3log.org">Liang Ding</a>
Author: <a href="http://88250.b3log.org">Liang Ding</a>
Author: <a href="http://www.annpeter.cn">Ann Peter</a>
Author: <a href="http://www.annpeter.cn">Ann Peter</a>
Author: <a href="http://vanessa.b3log.org">Vanessa</a>
Author: <a href="http://vanessa.b3log.org">Vanessa</a>
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
<artifactId>
solo
</artifactId>
<artifactId>
solo
</artifactId>
<packaging>
war
</packaging>
<packaging>
war
</packaging>
<name>
Solo
</name>
<name>
Solo
</name>
<version>
2.
5
.0
</version>
<version>
2.
6
.0
</version>
<description>
<description>
A blogging system written in Java, feel free to create your or your team own blog.
A blogging system written in Java, feel free to create your or your team own blog.
一个用 Java 实现的博客系统,为你或你的团队创建个博客吧!
一个用 Java 实现的博客系统,为你或你的团队创建个博客吧!
...
...
src/main/java/org/b3log/solo/SoloServletListener.java
View file @
45c38b6b
...
@@ -60,7 +60,7 @@ import java.util.concurrent.locks.ReentrantLock;
...
@@ -60,7 +60,7 @@ import java.util.concurrent.locks.ReentrantLock;
* Solo Servlet listener.
* Solo Servlet listener.
*
*
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.9.3.2
7, Dec 20, 2017
* @version 1.9.3.2
8, Feb 1, 2018
* @since 0.3.1
* @since 0.3.1
*/
*/
public
final
class
SoloServletListener
extends
AbstractServletListener
{
public
final
class
SoloServletListener
extends
AbstractServletListener
{
...
@@ -68,7 +68,7 @@ public final class SoloServletListener extends AbstractServletListener {
...
@@ -68,7 +68,7 @@ public final class SoloServletListener extends AbstractServletListener {
/**
/**
* Solo version.
* Solo version.
*/
*/
public
static
final
String
VERSION
=
"2.
5
.0"
;
public
static
final
String
VERSION
=
"2.
6
.0"
;
/**
/**
* B3log Rhythm address.
* B3log Rhythm address.
...
...
src/main/java/org/b3log/solo/service/UpgradeService.java
View file @
45c38b6b
...
@@ -52,7 +52,7 @@ import java.sql.Statement;
...
@@ -52,7 +52,7 @@ import java.sql.Statement;
*
*
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @author <a href="mailto:dongxu.wang@acm.org">Dongxu Wang</a>
* @author <a href="mailto:dongxu.wang@acm.org">Dongxu Wang</a>
* @version 1.2.0.2
1, Dec 20, 2017
* @version 1.2.0.2
2, Feb 1, 2018
* @since 1.2.0
* @since 1.2.0
*/
*/
@Service
@Service
...
@@ -76,7 +76,7 @@ public class UpgradeService {
...
@@ -76,7 +76,7 @@ public class UpgradeService {
/**
/**
* Old version.
* Old version.
*/
*/
private
static
final
String
FROM_VER
=
"2.
4
.0"
;
private
static
final
String
FROM_VER
=
"2.
5
.0"
;
/**
/**
* New version.
* New version.
...
...
src/main/webapp/CHANGE_LOGS.html
View file @
45c38b6b
This source diff could not be displayed because it is too large. You can
view the blob
instead.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment