Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Bump version number |
---|---|
Timelines: | family | ancestors | descendants | both | trunk | 0.9.1-20190822 |
Files: | files | file ages | folders |
SHA1: |
c7456d90e991e8967c764de7b8739fa4 |
User & Date: | bernd 2019-08-22 11:22:10 |
Context
2019-08-26
| ||
14:54 | Fix responses to entering new IDs check-in: f880b8bbe9 user: bernd tags: trunk | |
2019-08-22
| ||
11:22 | Bump version number check-in: c7456d90e9 user: bernd tags: trunk, 0.9.1-20190822 | |
2019-08-21
| ||
21:01 | Test otrify, works check-in: 901360a4c6 user: bernd tags: trunk | |
Changes
Changes to configure.ac.
11 11 # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 13 # GNU Affero General Public License for more details. 14 14 15 15 # You should have received a copy of the GNU Affero General Public License 16 16 # along with this program. If not, see <http://www.gnu.org/licenses/>. 17 17 18 -AC_INIT([net2o], [0.9.0-20190801], [bernd@net2o.de], [net2o], [https://fossil.net2o.de/net2o/reportlist]) 18 +AC_INIT([net2o], [0.9.1-20190822], [bernd@net2o.de], [net2o], [https://fossil.net2o.de/net2o/reportlist]) 19 19 AC_PREREQ([2.59]) 20 20 AC_CONFIG_MACRO_DIR([m4]) 21 21 AC_USE_SYSTEM_EXTENSIONS 22 22 LT_INIT 23 23 24 24 AC_MSG_CHECKING([for gforth]) 25 25
Changes to do.
1 1 #!/bin/bash 2 2 3 3 echo "This script builds net2o from scratch" 4 4 5 -GFORTH=gforth-0.7.9_20190801 5 +GFORTH=gforth-0.7.9_20190822 6 6 7 7 if [ "$(uname -o)" = "Cygwin" ] 8 8 then 9 9 CONFOPT="--prefix=/usr $*" 10 10 else 11 11 CONFOPT="$*" 12 12 fi
Changes to wiki/commands.md.
1 1 # Commands # 2 2 3 -Version 0.9.0-20190801. 3 +Version 0.9.1-20190822. 4 4 5 5 net2o separates data and commands. Data is passed through to higher 6 6 layers, commands are interpreted when they arrive. For connection 7 7 requests, a special bit is set, and the address then isn't used as 8 8 address, but as IV for the opportunistic encoding. 9 9 10 10 The command interpreter is a stack machine with two data types: 64