Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Bumped revision to 2.8.2 |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
97def5b85e2189d9e092ae3e5be9406e |
User & Date: | peter 2018-05-12 23:30:47.364 |
Context
2018-05-13
| ||
00:01 | Fix filedrop in fourway check-in: 092ef70929 user: peter tags: trunk | |
2018-05-12
| ||
23:30 | Bumped revision to 2.8.2 check-in: 97def5b85e user: peter tags: trunk | |
23:28 | Fourway work. check-in: d0b5e344e7 user: peter tags: trunk | |
Changes
Changes to Changes.
1 2 3 4 5 6 7 8 | 2018-05-13 Fixed bug in Fossil handling. Rev -1 did not work. 2018-05-12 Started on fourway diff. Released 2.8.1 | > | 1 2 3 4 5 6 7 8 9 | 2018-05-13 Bumped revision to 2.8.2 Fixed bug in Fossil handling. Rev -1 did not work. 2018-05-12 Started on fourway diff. Released 2.8.1 |
︙ | ︙ |
Changes to Makefile.
1 2 3 4 5 | #---------------------------------------------------------------------- # Make file for Eskil #---------------------------------------------------------------------- # This string is used to generate release file names | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | #---------------------------------------------------------------------- # Make file for Eskil #---------------------------------------------------------------------- # This string is used to generate release file names VERSION = 282 # This string is used to tag the version shown in Eskil DOTVERSION = 2.8.2 # Path to the TclKits used for creating StarPacks. TCLKIT = /home/peter/tclkit/v85 TCLKIT_LINUX = $(TCLKIT)/tclkit-linux TCLKIT_SOLARIS = $(TCLKIT)/tclkit-solaris-sparc TCLKIT_WIN = $(TCLKIT)/tclkit-win32.upx.exe TCLKIT_MAC = $(TCLKIT)/tclkit-mac-866 |
︙ | ︙ |
Changes to eskil.vfs/tclkit.inf.
1 | CompanyName "Peter Spjuth" | | | | | 1 2 3 4 5 6 | CompanyName "Peter Spjuth" LegalCopyright "Copyright (c) 1998-2018 Peter Spjuth et al." FileDescription "File difference viewer" ProductName "Eskil" ProductVersion "2.8.2" FileVersion "2.8.2" |