Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Bump version number |
---|---|
Timelines: | family | ancestors | descendants | both | trunk | 0.8.9-20190523 |
Files: | files | file ages | folders |
SHA1: |
c5f9a26a1f4e47548557ad3d1cc618ea |
User & Date: | bernd 2019-05-23 14:44:29.657 |
Context
2019-05-23
| ||
15:35 | Fix gui on android check-in: 6017e64a28 user: bernd tags: trunk | |
14:44 | Bump version number check-in: c5f9a26a1f user: bernd tags: trunk, 0.8.9-20190523 | |
2019-05-22
| ||
23:06 | Add invitations notification check-in: 8d79e35784 user: bernd tags: trunk | |
Changes
Changes to configure.ac.
︙ | |||
11 12 13 14 15 16 17 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | - + | # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. |
︙ |
Changes to do.
1 2 3 4 | 1 2 3 4 5 6 7 8 9 10 11 12 | - + | #!/bin/bash echo "This script builds net2o from scratch" |
︙ |
Changes to keys.fs.
︙ | |||
159 160 161 162 163 164 165 | 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 | - - + + + | : key:new ( addr u -- o ) \G create new key, addr u is the public key sample-key >o ke-sk ke-end over - erase key-entry-table @ token-table ! >storekey @ ke-storekey ! key-read-offset 64@ ke-offset 64! 1 import-type @ lshift [ 1 import#new lshift ]L or ke-imports ! |
︙ |
Changes to wiki/commands.md.
1 2 | 1 2 3 4 5 6 7 8 9 10 | - + | # Commands # |
︙ |