Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Bump version number |
---|---|
Timelines: | family | ancestors | descendants | both | trunk | 0.9.1-20190919 |
Files: | files | file ages | folders |
SHA1: |
47b47a47d46e2a821898d1af68fed463 |
User & Date: | bernd 2019-09-19 17:50:00.193 |
Context
2019-09-20
| ||
23:18 | mention check-in: 1e98680188 user: bernd tags: trunk | |
2019-09-19
| ||
17:50 | Bump version number check-in: 47b47a47d4 user: bernd tags: trunk, 0.9.1-20190919 | |
2019-09-12
| ||
14:54 | Bump version number check-in: 481ac56330 user: bernd tags: trunk, 0.9.1-20190912 | |
Changes
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.9.1-20190919], [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]) |
︙ | ︙ |
Changes to do.
1 2 3 4 | #!/bin/bash echo "This script builds net2o from scratch" | | | 1 2 3 4 5 6 7 8 9 10 11 12 | #!/bin/bash echo "This script builds net2o from scratch" GFORTH=gforth-0.7.9_20190919 if [ "$(uname -o)" = "Cygwin" ] then CONFOPT="--prefix=/usr $*" else CONFOPT="$*" fi |
︙ | ︙ |
Changes to doc/ef2019-presentation.fs.
︙ | ︙ | |||
76 77 78 79 80 81 82 | Constant coa-glue /center glue*l }}glue }}v box[] {{ {{ glue*l }}glue \ ) $CCDDDD3F color, 4e }}frame dup .button1 l" CloudCalypse" /title | | | | 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 | Constant coa-glue /center glue*l }}glue }}v box[] {{ {{ glue*l }}glue \ ) $CCDDDD3F color, 4e }}frame dup .button1 l" CloudCalypse" /title l" building a social network on top of net2o," /subtitle l" and importing your existing data" /subtitle {{ {{ \tiny glue*l }}glue {{ nt {{ glue*lll }}glue l" ἀποκάλυψις" }}text' }}h bx-tab l" ➡ " }}text' {{ l" uncovering" }}text' glue*lll }}glue }}h bx-tab |
︙ | ︙ | |||
138 139 140 141 142 143 144 | {{ l" EU parliament wants upload filters" "🤦" e\\ l" EU parliament taxes the link (instead: “right”)" "🤦🤦" e\\ l" EU parliament wants filtering “terrorist contents”" "🤦🤦🤦" e\\ l" Germany wants a Cyberadministration like CAC (Medienstaatsvertrag)" "🤦🤦🤦🤦" e\\ l" Tor– and VPN–ban planned" "🤦🤦🤦🤦🤦" e\\ l" Seehofer plans reveal–your–password law" "🤦🤦🤦🤦🤦🤦" e\\ | | | 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 | {{ l" EU parliament wants upload filters" "🤦" e\\ l" EU parliament taxes the link (instead: “right”)" "🤦🤦" e\\ l" EU parliament wants filtering “terrorist contents”" "🤦🤦🤦" e\\ l" Germany wants a Cyberadministration like CAC (Medienstaatsvertrag)" "🤦🤦🤦🤦" e\\ l" Tor– and VPN–ban planned" "🤦🤦🤦🤦🤦" e\\ l" Seehofer plans reveal–your–password law" "🤦🤦🤦🤦🤦🤦" e\\ l" And he wants Alexa’s “tapes” & disable E2E encryption [2]" "🤦🤦🤦🤦🤦🤦🤦" e\\ }}v box[] \skip \skip l" Progress" /subsection l" The ECHR ruled that GCHQ’s dragnet surveillances violates your rights" \\ l" net2o becomes more and more usable" \\ glue*l }}glue \ ) $CCDDDD3F 4e }}frame dup .button1 |
︙ | ︙ | |||
703 704 705 706 707 708 709 | "https://informationisbeautiful.net/visualizations/worlds-biggest-data-breaches-hacks/" link[] l" Marvin Strathmann " l" Hallo Mark, viel Spaß mit Deinen Erinnerungen auf Facebook 2018" bi\\ l" 🔗" l" https://heise.de/-4254681" bm\\ "https://heise.de/-4254681" link[] }}vt glue*l }}glue tex: qr-code | | | 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 | "https://informationisbeautiful.net/visualizations/worlds-biggest-data-breaches-hacks/" link[] l" Marvin Strathmann " l" Hallo Mark, viel Spaß mit Deinen Erinnerungen auf Facebook 2018" bi\\ l" 🔗" l" https://heise.de/-4254681" bm\\ "https://heise.de/-4254681" link[] }}vt glue*l }}glue tex: qr-code ' qr-code "qr-code.png" 8e }}image-file drop /center qr-code nearest glue*l }}glue }}v box[] >bdr }}z box[] /flip dup >slides ' }}text is }}text' |
︙ | ︙ |