Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Bump version number |
---|---|
Timelines: | family | ancestors | descendants | both | trunk | 0.8.0-20181011 |
Files: | files | file ages | folders |
SHA1: |
1ec8bfd5859cbb6e76da8ca4061fc88b |
User & Date: | bernd 2018-10-10 22:49:51.521 |
Context
2018-10-10
| ||
23:10 | Fix ?json-token check-in: 0523c31f46 user: bernd tags: trunk | |
22:49 | Bump version number check-in: 1ec8bfd585 user: bernd tags: trunk, 0.8.0-20181011 | |
22:16 | Fix ?json-token check-in: cf719549e2 user: bernd tags: trunk | |
Changes
Changes to Makefile.in.
︙ | ︙ | |||
41 42 43 44 45 46 47 | cmd.fs connected.fs connect.fs crypt.fs dht.fs err.fs file.fs \ gui.fs net2o.fs ip.fs helper.fs keys.fs log.fs msg.fs notify.fs \ qr.fs socks.fs squid.fs tools.fs vault.fs rng.fs xtype.fs $(TESTS) \ $(FORTHLIB) ed25519-donnalib.fs keccaklib.fs threefishlib.fs \ startn2o.fs doc/net2o-logo.png version.fs.in android/net.fs \ android/notify.fs linux/net.fs linux/notify.fs dhtroot.fs dvcs.fs \ qrscan.fs android/qrscan-android.fs linux/qrscan-linux.fs \ | | | 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | cmd.fs connected.fs connect.fs crypt.fs dht.fs err.fs file.fs \ gui.fs net2o.fs ip.fs helper.fs keys.fs log.fs msg.fs notify.fs \ qr.fs socks.fs squid.fs tools.fs vault.fs rng.fs xtype.fs $(TESTS) \ $(FORTHLIB) ed25519-donnalib.fs keccaklib.fs threefishlib.fs \ startn2o.fs doc/net2o-logo.png version.fs.in android/net.fs \ android/notify.fs linux/net.fs linux/notify.fs dhtroot.fs dvcs.fs \ qrscan.fs android/qrscan-android.fs linux/qrscan-linux.fs \ doc/net2o-200.png doc/net2o.png json/parser.fs json/g+-schema.fs LANGS = lang/en lang/de lang/zh ifeq "$(FAST)" "yes" FORTHLIB += ed25519-donnafast.fs keccakfast.fs threefishfast.fs else SOURCES += ed25519-donnafast.fs keccakfast.fs threefishfast.fs |
︙ | ︙ |
Changes to configure.ac.
︙ | ︙ | |||
11 12 13 14 15 16 17 | # 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/>. | | | 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/>. AC_INIT([net2o], [0.8.0-20181011], [bernd@net2o.de], [net2o], [https://fossil.net2o.de/net2o/reportlist]) AC_PREREQ([2.59]) AC_CONFIG_MACRO_DIR([m4]) AC_USE_SYSTEM_EXTENSIONS LT_INIT AC_MSG_CHECKING([for gforth]) |
︙ | ︙ |