Skip to content

Commit

Permalink
Increment next version
Browse files Browse the repository at this point in the history
  • Loading branch information
boyter committed Mar 19, 2017
1 parent c73b8ca commit 2dbae02
Show file tree
Hide file tree
Showing 84 changed files with 93 additions and 91 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Copyright (C) 2016 Ben Boyter

Licensor: Boyter Online Services

Software: searchcode server 1.3.8
Software: searchcode server 1.3.9

Use Limitation: 5 users

Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ To upgrade your current instance of searchcode perform the following steps.
* You can either
* Copy the uncompressed files over your current instance overwriting if prompted.
* Copy the directory dependancy-jars and all contents overwriting your current
* Copy the following files searchcode-1.3.8.jar searchcode-server.bar and searchcode-server.sh to your instance directory
* Copy the following files searchcode-1.3.9.jar searchcode-server.bar and searchcode-server.sh to your instance directory

* Start your instance again
* Login to the admin screen and click the "Recrawl & Rebuild Indexes" button
Expand All @@ -175,7 +175,7 @@ Use of this software is governed by the Fair Source License included in the LICE

In order to deal with the case of my death or this software becoming abandoned it has an open eventually clause where the licence will change exactly 3 years after the publish date of a version release. This means that if version 1.0.0 was released on 1 July 2010 then it can be taken using the listed alternate licence on 2 July 2013. This licence, version and time is all specified below.

After the following date 20 March 2020 YET this software version '1.3.8' is dual licenced under the Fair Source Licence included in the LICENSE.txt file or under the GNU General Public License Version 3 with terms specified at https://www.gnu.org/licenses/gpl-3.0.txt
After the following date DATE NOT SPECIFIED this software version '1.3.9' is dual licenced under the Fair Source Licence included in the LICENSE.txt file or under the GNU General Public License Version 3 with terms specified at https://www.gnu.org/licenses/gpl-3.0.txt

OWASP Database is licensed under https://creativecommons.org/licenses/by-sa/3.0/ sourced under Creative Commons from https://codecrawler.codeplex.com/ https://www.owasp.org/index.php/Category:OWASP_Code_Crawler and https://www.owasp.org/index.php/OWASP_Code_Review_Guide_Table_of_Contents this database was modified to JSON and with slight corrections to spelling and puncuation where applicable.

Expand All @@ -185,6 +185,8 @@ File Classifier Database is licensed under https://creativecommons.org/licenses/
Change Log
==========

XX XXXXX XXXX - 1.3.9

20 March 2017 - 1.3.8
- Fix bug where if only_localhost is set to false but log_indexed is set to true the CSV will not be written
- Small CSS display issues on search pages
Expand Down
4 changes: 2 additions & 2 deletions assets/documentation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
# built documents.
#
# The short X.Y version.
version = u'1.3.8'
version = u'1.3.9'
# The full version, including alpha/beta/rc tags.
release = u'1.3.8'
release = u'1.3.9'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion assets/documentation/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ To upgrade your current instance of searchcode perform the following steps.
* You can either
* Copy the uncompressed files over your current instance overwriting if prompted.
* Copy the directory dependancy-jars and all contents overwriting your current
* Copy the following files searchcode-1.3.8.jar searchcode-server.bar and searchcode-server.sh to your instance directory
* Copy the following files searchcode-1.3.9.jar searchcode-server.bar and searchcode-server.sh to your instance directory

* Start your instance again
* Login to the admin screen and click the "Recrawl & Rebuild Indexes" button
Expand Down
2 changes: 1 addition & 1 deletion assets/documentation/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Use of this software is governed by the Fair Source License included in the LICE

In order to deal with the case of my death or this software becoming abandoned it has an open eventually clause where the licence will change exactly 3 years after the publish date of a version release. This means that if version 1.0.0 was released on 1 July 2010 then it can be taken using the listed alternate licence on 2 July 2013. This licence, version and time is all specified below.

After the following date DATE NOT SPECIFIED YET this software version '1.3.8' is dual licenced under the Fair Source Licence included in the LICENSE.txt file or under the GNU General Public License Version 3 with terms specified at https://www.gnu.org/licenses/gpl-3.0.txt
After the following date DATE NOT SPECIFIED YET this software version '1.3.9' is dual licenced under the Fair Source Licence included in the LICENSE.txt file or under the GNU General Public License Version 3 with terms specified at https://www.gnu.org/licenses/gpl-3.0.txt

OWASP Database is licensed under https://creativecommons.org/licenses/by-sa/3.0/ sourced under Creative Commons from https://codecrawler.codeplex.com/ https://www.owasp.org/index.php/Category:OWASP_Code_Crawler and https://www.owasp.org/index.php/OWASP_Code_Review_Guide_Table_of_Contents this database was modified to JSON and with slight corrections to spelling and puncuation where applicable.

4 changes: 2 additions & 2 deletions fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* in the LICENSE.TXT file, but will be eventually open under GNU General Public License Version 3
* see the README.md for when this clause will take effect
*
* Version 1.3.8
* Version 1.3.9
*/
'''

Expand All @@ -30,7 +30,7 @@
import sys
import datetime

VERSION = "1.3.8"
VERSION = "1.3.9"


def setup_npm():
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.searchcode.app</groupId>
<artifactId>searchcode</artifactId>
<packaging>jar</packaging>
<version>1.3.8</version>
<version>1.3.9</version>
<name>searchcode</name>
<url>http://maven.apache.org</url>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion searchcode-server.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
echo "Launching searchcode server..."
java -jar searchcode-1.3.8.jar
java -jar searchcode-1.3.9.jar

2 changes: 1 addition & 1 deletion searchcode-server.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
echo "Launching searchcode server..."
exec java -jar searchcode-1.3.8.jar "$@"
exec java -jar searchcode-1.3.9.jar "$@"
6 changes: 3 additions & 3 deletions src/main/java/com/searchcode/app/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* in the LICENSE.TXT file, but will be eventually open under GNU General Public License Version 3
* see the README.md for when this clause will take effect
*
* Version 1.3.8
* Version 1.3.9
*/

package com.searchcode.app;
Expand Down Expand Up @@ -35,8 +35,8 @@
*/
public class App {

public static final boolean ISCOMMUNITY = false;
public static final String VERSION = "1.3.8";
public static final boolean ISCOMMUNITY = true;
public static final String VERSION = "1.3.9";

public static void main(String[] args) {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* in the LICENSE.TXT file, but will be eventually open under GNU General Public License Version 3
* see the README.md for when this clause will take effect
*
* Version 1.3.8
* Version 1.3.9
*/

package com.searchcode.app.config;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* in the LICENSE.TXT file, but will be eventually open under GNU General Public License Version 3
* see the README.md for when this clause will take effect
*
* Version 1.3.8
* Version 1.3.9
*/

package com.searchcode.app.config;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* in the LICENSE.TXT file, but will be eventually open under GNU General Public License Version 3
* see the README.md for when this clause will take effect
*
* Version 1.3.8
* Version 1.3.9
*/

package com.searchcode.app.config;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/searchcode/app/config/Values.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* in the LICENSE.TXT file, but will be eventually open under GNU General Public License Version 3
* see the README.md for when this clause will take effect
*
* Version 1.3.8
* Version 1.3.9
*/

package com.searchcode.app.config;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/searchcode/app/dao/Api.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* in the LICENSE.TXT file, but will be eventually open under GNU General Public License Version 3
* see the README.md for when this clause will take effect
*
* Version 1.3.8
* Version 1.3.9
*/

package com.searchcode.app.dao;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/searchcode/app/dao/Data.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* in the LICENSE.TXT file, but will be eventually open under GNU General Public License Version 3
* see the README.md for when this clause will take effect
*
* Version 1.3.8
* Version 1.3.9
*/

package com.searchcode.app.dao;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/searchcode/app/dao/IApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* in the LICENSE.TXT file, but will be eventually open under GNU General Public License Version 3
* see the README.md for when this clause will take effect
*
* Version 1.3.8
* Version 1.3.9
*/

package com.searchcode.app.dao;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/searchcode/app/dao/IData.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* in the LICENSE.TXT file, but will be eventually open under GNU General Public License Version 3
* see the README.md for when this clause will take effect
*
* Version 1.3.8
* Version 1.3.9
*/

package com.searchcode.app.dao;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/searchcode/app/dao/IRepo.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* in the LICENSE.TXT file, but will be eventually open under GNU General Public License Version 3
* see the README.md for when this clause will take effect
*
* Version 1.3.8
* Version 1.3.9
*/

package com.searchcode.app.dao;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/searchcode/app/dao/Repo.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* in the LICENSE.TXT file, but will be eventually open under GNU General Public License Version 3
* see the README.md for when this clause will take effect
*
* Version 1.3.8
* Version 1.3.9
*/

package com.searchcode.app.dao;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/searchcode/app/dto/BinaryFinding.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* in the LICENSE.TXT file, but will be eventually open under GNU General Public License Version 3
* see the README.md for when this clause will take effect
*
* Version 1.3.8
* Version 1.3.9
*/

public class BinaryFinding {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* in the LICENSE.TXT file, but will be eventually open under GNU General Public License Version 3
* see the README.md for when this clause will take effect
*
* Version 1.3.8
* Version 1.3.9
*/

package com.searchcode.app.dto;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/searchcode/app/dto/CodeFacetOwner.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* in the LICENSE.TXT file, but will be eventually open under GNU General Public License Version 3
* see the README.md for when this clause will take effect
*
* Version 1.3.8
* Version 1.3.9
*/

package com.searchcode.app.dto;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/searchcode/app/dto/CodeFacetRepo.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* in the LICENSE.TXT file, but will be eventually open under GNU General Public License Version 3
* see the README.md for when this clause will take effect
*
* Version 1.3.8
* Version 1.3.9
*/

package com.searchcode.app.dto;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* in the LICENSE.TXT file, but will be eventually open under GNU General Public License Version 3
* see the README.md for when this clause will take effect
*
* Version 1.3.8
* Version 1.3.9
*/

package com.searchcode.app.dto;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/searchcode/app/dto/CodeMatchResult.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* in the LICENSE.TXT file, but will be eventually open under GNU General Public License Version 3
* see the README.md for when this clause will take effect
*
* Version 1.3.8
* Version 1.3.9
*/

package com.searchcode.app.dto;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/searchcode/app/dto/CodeOwner.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* in the LICENSE.TXT file, but will be eventually open under GNU General Public License Version 3
* see the README.md for when this clause will take effect
*
* Version 1.3.8
* Version 1.3.9
*/

package com.searchcode.app.dto;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/searchcode/app/dto/CodePreload.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* in the LICENSE.TXT file, but will be eventually open under GNU General Public License Version 3
* see the README.md for when this clause will take effect
*
* Version 1.3.8
* Version 1.3.9
*/

package com.searchcode.app.dto;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/searchcode/app/dto/CodeResult.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* in the LICENSE.TXT file, but will be eventually open under GNU General Public License Version 3
* see the README.md for when this clause will take effect
*
* Version 1.3.8
* Version 1.3.9
*/

package com.searchcode.app.dto;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* in the LICENSE.TXT file, but will be eventually open under GNU General Public License Version 3
* see the README.md for when this clause will take effect
*
* Version 1.3.8
* Version 1.3.9
*/

package com.searchcode.app.dto;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* in the LICENSE.TXT file, but will be eventually open under GNU General Public License Version 3
* see the README.md for when this clause will take effect
*
* Version 1.3.8
* Version 1.3.9
*/

package com.searchcode.app.dto;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/searchcode/app/dto/ProjectStats.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* in the LICENSE.TXT file, but will be eventually open under GNU General Public License Version 3
* see the README.md for when this clause will take effect
*
* Version 1.3.8
* Version 1.3.9
*/

package com.searchcode.app.dto;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/searchcode/app/dto/RepoData.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* in the LICENSE.TXT file, but will be eventually open under GNU General Public License Version 3
* see the README.md for when this clause will take effect
*
* Version 1.3.8
* Version 1.3.9
*/

package com.searchcode.app.dto;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* in the LICENSE.TXT file, but will be eventually open under GNU General Public License Version 3
* see the README.md for when this clause will take effect
*
* Version 1.3.8
* Version 1.3.9
*/

package com.searchcode.app.dto;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/searchcode/app/dto/SearchResult.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* in the LICENSE.TXT file, but will be eventually open under GNU General Public License Version 3
* see the README.md for when this clause will take effect
*
* Version 1.3.8
* Version 1.3.9
*/

package com.searchcode.app.dto;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/searchcode/app/dto/api/ApiResponse.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* in the LICENSE.TXT file, but will be eventually open under GNU General Public License Version 3
* see the README.md for when this clause will take effect
*
* Version 1.3.8
* Version 1.3.9
*/

package com.searchcode.app.dto.api;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* in the LICENSE.TXT file, but will be eventually open under GNU General Public License Version 3
* see the README.md for when this clause will take effect
*
* Version 1.3.8
* Version 1.3.9
*/

package com.searchcode.app.dto.api;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* in the LICENSE.TXT file, but will be eventually open under GNU General Public License Version 3
* see the README.md for when this clause will take effect
*
* Version 1.3.8
* Version 1.3.9
*/

package com.searchcode.app.jobs;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* in the LICENSE.TXT file, but will be eventually open under GNU General Public License Version 3
* see the README.md for when this clause will take effect
*
* Version 1.3.8
* Version 1.3.9
*/

package com.searchcode.app.jobs.enqueue;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* in the LICENSE.TXT file, but will be eventually open under GNU General Public License Version 3
* see the README.md for when this clause will take effect
*
* Version 1.3.8
* Version 1.3.9
*/

package com.searchcode.app.jobs.enqueue;
Expand Down
Loading

0 comments on commit 2dbae02

Please sign in to comment.