Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Bump version number |
---|---|
Timelines: | family | ancestors | descendants | both | trunk | 0.8.3-20181107 |
Files: | files | file ages | folders |
SHA1: |
ccdccc9a2f229583b5faf4b46d00cf07 |
User & Date: | bernd 2018-11-07 22:11:09.653 |
Context
2018-11-15
| ||
11:55 | Bump version number check-in: da769b84bb user: bernd tags: trunk, 0.8.3-20181115 | |
2018-11-07
| ||
22:11 | Bump version number check-in: ccdccc9a2f user: bernd tags: trunk, 0.8.3-20181107 | |
21:47 | More work on DVCS refs check-in: b969f6bac2 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 wiki/commands.md.
1 2 | 1 2 3 4 5 6 7 8 9 10 | - + | # Commands # |
︙ | |||
421 422 423 424 425 426 427 | 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 | - + | delete directory + $23 dvcs-patch ( $:diff len -- ) apply patch, len is the size of the result + $24 dvcs-write ( $:perm+name size -- ) write out file + $25 dvcs-unzip ( $:diffgz size algo -- $:diff ) unzip an object |
︙ |