Skip to content

Commit

Permalink
v0.89
Browse files Browse the repository at this point in the history
  • Loading branch information
scripting committed Jun 20, 2014
1 parent 43f2e31 commit 8591b90
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -77,6 +77,10 @@ Specifically thanks to Dan for writing the excellent <a href="https://github.com

#### Changes

##### v0.89 -- 6/19/14 by DW

One small change to package.json, and no changes to the JavaScript code.

##### v0.88 -- 6/17/14 by DW

A subscription list can now contain an include node, so you can have a list of lists. Full explanation in this <a href="http://river4.smallpict.com/2014/06/17/river4V088.html">blog post</a>.
Expand Down
2 changes: 1 addition & 1 deletion opml/dashboard.opml
@@ -1,5 +1,5 @@
<?xml encoding="ISO-8859-1" version="1.0"?>
<!-- OPML generated by OPML Editor v0.75 on 6/9/14; 11:34:22 AM -->
<!-- OPML generated by OPML Editor v0.75 on 6/18/14; 7:46:49 AM -->
<opml version="2.0">
<head>
<title>dashboard.html</title>
Expand Down
4 changes: 2 additions & 2 deletions opml/river4.opml
@@ -1,5 +1,5 @@
<?xml encoding="ISO-8859-1" version="1.0"?>
<!-- OPML generated by OPML Editor v0.75 on 6/17/14; 1:43:19 PM -->
<!-- OPML generated by OPML Editor v0.75 on 6/19/14; 10:42:46 PM -->
<opml version="2.0">
<head>
<title>river4.js</title>
Expand All @@ -11,7 +11,7 @@
<windowRight>1500</windowRight>
</head>
<body text="river4.js">
<outline text="var myVersion = &quot;0.88&quot;, myProductName = &quot;River4&quot;, flRunningOnServer = true;"></outline>
<outline text="var myVersion = &quot;0.89&quot;, myProductName = &quot;River4&quot;, flRunningOnServer = true;"></outline>
<outline text=""></outline>
<outline isComment="true" text="notes, building, testing">
<outline text="npm install MD5"></outline>
Expand Down
2 changes: 1 addition & 1 deletion opml/river4homepage.opml
@@ -1,5 +1,5 @@
<?xml encoding="ISO-8859-1" version="1.0"?>
<!-- OPML generated by OPML Editor v0.75 on 6/9/14; 11:34:21 AM -->
<!-- OPML generated by OPML Editor v0.75 on 6/18/14; 7:46:49 AM -->
<opml version="2.0">
<head>
<title>river4homepage.html</title>
Expand Down
4 changes: 1 addition & 3 deletions opml/utils.opml
@@ -1,5 +1,5 @@
<?xml encoding="ISO-8859-1" version="1.0"?>
<!-- OPML generated by OPML Editor v0.75 on 6/9/14; 11:34:16 AM -->
<!-- OPML generated by OPML Editor v0.75 on 6/18/14; 7:46:45 AM -->
<opml version="2.0">
<head>
<title>utils.js</title>
Expand All @@ -11,8 +11,6 @@
<windowRight>1500</windowRight>
</head>
<body text="utils.js">
<outline text="// Copyright 2013-2014, Small Picture, Inc."></outline>
<outline text=" "></outline>
<outline created="Tue, 15 Jan 2013 00:24:33 GMT" pgfnum="17115" text="function sameDay (d1, d2) { ">
<outline created="Tue, 29 Jan 2013 19:16:02 GMT" pgfnum="17889" text="//returns true if the two dates are on the same day"></outline>
<outline created="Tue, 15 Jan 2013 00:45:10 GMT" pgfnum="17126" text="d1 = new Date (d1);"></outline>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -16,6 +16,6 @@
},
"license": "GPL",
"engines": {
"node": "0.8.x"
"node": ">=0.8.x"
}
}
4 changes: 1 addition & 3 deletions river4.js
@@ -1,4 +1,4 @@
var myVersion = "0.88", myProductName = "River4", flRunningOnServer = true;
var myVersion = "0.89", myProductName = "River4", flRunningOnServer = true;


var http = require ("http");
Expand Down Expand Up @@ -215,8 +215,6 @@ function s3ListObjects (path, callback) {



// Copyright 2013-2014, Small Picture, Inc.

function sameDay (d1, d2) {
//returns true if the two dates are on the same day
d1 = new Date (d1);
Expand Down

0 comments on commit 8591b90

Please sign in to comment.