Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Bumped revision to 2.8.4 |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
cb69d0b5827a5aaa76c8c51b9374c232 |
User & Date: | peter 2019-02-06 00:00:50.958 |
Context
2019-02-06
| ||
00:06 | Release 2.8.4 check-in: e01ff53217 user: peter tags: trunk | |
00:00 | Bumped revision to 2.8.4 check-in: cb69d0b582 user: peter tags: trunk | |
2019-02-05
| ||
23:53 | Use a dynamic grid to handle file list in commit dialog. check-in: 4da657b981 user: peter tags: trunk | |
Changes
Changes to Changes.
1 2 3 4 5 6 7 | 2019-02-04 Include a file selector when committing multiple files. Allow directory with -review. 2018-10-03 Handle deleted files in GIT vcsvfs | > > > | 1 2 3 4 5 6 7 8 9 10 | 2019-02-06 Bumped revision to 2.8.4 2019-02-04 Include a file selector when committing multiple files. Allow directory with -review. 2018-10-03 Handle deleted files in GIT vcsvfs |
︙ | ︙ |
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 = 284 # This string is used to tag the version shown in Eskil DOTVERSION = 2.8.4 # Path to the TclKits used for creating StarPacks. TCLKIT = /home/$(USER)/tclkit/v86 TCLKIT_LINUX = $(TCLKIT)/tclkit-linux TCLKIT_WIN = $(TCLKIT)/tclkit-win32.upx.exe TCLKIT_MAC = $(TCLKIT)/tclkit-mac-867 |
︙ | ︙ |
Changes to bumprev.txt.
1 2 3 4 5 6 7 8 | These files need to be changed when bumping revisions: Makefile (VERSION and DOTVERSION) eskil.vfs/tclkit.inf (fileversion/productversion) Also, mark it in: Changes | > > > > | > | | | > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | These files need to be changed when bumping revisions: Makefile (VERSION and DOTVERSION) eskil.vfs/tclkit.inf (fileversion/productversion) Also, mark it in: Changes ------------ File Release Make sure revision is bumped and everything is committed. make release make tofossil Update htdocs/download.html with info from above. Update htdocs/changes.wiki Update Changes Commit, and do 'fossil unversioned sync' --------------- New Source File These changes are needed when adding a new source files: Add source to e.g. src/apa.tcl (plus add to fossil) In src/startup.tcl, update InitReSource In Makefile, update SRCFILES Do make -B newsrc |
Changes to eskil.vfs/tclkit.inf.
1 | CompanyName "Peter Spjuth" | | | | | 1 2 3 4 5 6 | CompanyName "Peter Spjuth" LegalCopyright "Copyright (c) 1998-2019 Peter Spjuth et al." FileDescription "File difference viewer" ProductName "Eskil" ProductVersion "2.8.4" FileVersion "2.8.4" |