Overview
Comment: | AppFS 1.6 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | 1.6 |
Files: | files | file ages | folders |
SHA1: |
11de1e2cff2a318906bd653885b928e6 |
User & Date: | rkeene on 2015-03-20 15:19:47 |
Other Links: | manifest | tags |
Context
2015-03-20
| ||
15:20 | Post-release version increment check-in: f2103b6461 user: rkeene tags: trunk | |
15:19 | AppFS 1.6 check-in: 11de1e2cff user: rkeene tags: trunk, 1.6 | |
03:13 | Updated to allow users to specify permissions on files by their SHA1 in addition to filename check-in: 79c3658a52 user: rkeene tags: trunk | |
Changes
Modified Makefile from [18ed88dcb7] to [ad4855488c].
|
| | | 1 2 3 4 5 6 7 8 | APPFS_VERSION = 1.6 CC = gcc PKG_CONFIG = pkg-config FUSE_CFLAGS = $(shell $(PKG_CONFIG) --cflags fuse) CFLAGS_DEBUG = -Wall -g3 -ggdb3 -DDEBUG=1 -UNDEBUG -O0 -DAPPFS_EXIT_PATH=1 CFLAGS_RELEASE = -Wall -UDEBUG -DNDEBUG=1 -O3 ifneq ($(APPFS_DEBUG_BUILD),1) CFLAGS += $(FUSE_CFLAGS) $(TCL_CFLAGS) $(CFLAGS_RELEASE) |
︙ | ︙ |