Skip to content

Commit

Permalink
Release 1.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
boyter committed Jun 15, 2018
1 parent 8dea63b commit 74eb986
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,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 NOT YET SPECIFIED the software version '1.3.13' 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 15 June 2021 the software version '1.3.13' 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 @@ -202,7 +202,7 @@ File Classifier Database is licensed under https://creativecommons.org/licenses/
Change Log
==========

XX XXXXXXXX XXXX - 1.3.13 https://github.com/boyter/searchcode-server/projects/6
15 June 2018 - 1.3.13 https://github.com/boyter/searchcode-server/projects/6
- Repository names now support any character https://github.com/boyter/searchcode-server/issues/122
- Better reporting on repository failures with indicator in repository list admin page https://github.com/boyter/searchcode-server/issues/164
- Resolve issue where By File Count and By Line Count would not match on repository overview page
Expand Down Expand Up @@ -453,7 +453,7 @@ Deployment Checklist

- update README.md and replace NOT SPECIFIED YET with current date and the change log entry
- fab build_all_release
- scp searchcode-server-community.tar.gz to searchcodeserver.com
- scp searchcode-server-community.tar.gz to searchcodeserver.com
- generate sha1sum and md5sum of searchcode-server-community.tar.gz
- update pricing.html with hashes calculated in previous step
- check that version.json is correct version
Expand Down
4 changes: 2 additions & 2 deletions assets/sales/pricing.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ <h1 class="white">Pricing for searchcode server.</h1>
<p>
<ul class="text-left list-unstyled">
<li>Current version hash</li>
<li>MD5 - 1d6fc6cff17bc582a59737f32a4e79a6</li>
<li>SHA1 - bcb936aef611660c44bfd1f756e56ed9dbbbd078</li>
<li>MD5 - 611081560678346c4a6678f0aa4b09a1</li>
<li>SHA1 - 662492072f0e40b81ac008e79337bc6d0730d81c</li>
</ul>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/searchcode/app/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*/
public class App {

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

public static void main(String[] args) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ var preload = ${searchResultJson};
</script>
${embed}
</body>
<script src="/js/mithril.min.js"></script><script src="/js/underscore-min.js"></script><script src="/js/chart.js"></script><script src="/js/cache.js"></script><script src="/js/script.js"></script>
<script src="/js/script.min.js"></script>
</html>

0 comments on commit 74eb986

Please sign in to comment.