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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
ui:
-drop-down list to select track - can do multitrack
-checkboxes and lables not aligned in change permissions window
-button to browse for temp dir
-remove Utility from .desktop to get it out of 'accessories'
-'open recent' list
-check out thunar translators
bk:
-dos doesn't like names to start with underscores
-add path tables, boot record to size estimate
-need a bk_set_warning_foo()
-using access() to check whether a file exists is no good, target of a dead symlink will get written
-fedora7 dvd takes forever to remangle. try either fix the algorithm or allow longer 9660 names.
-sorting 9660/joliet can also be slow
-why never checking the return from seekset?
-images to support:
-bin/cue
-multitrack mdf
-uif
manual:
-add_as() and extract_as()
-get_ and set_permissions()
-bk_set_publisher() and bk_set_vol_name() now return int
tests to run before a release:
- open iso from command-line
- create blank, see if it mounts (try norock, nojoliet)
- make a bootable windows (also add, delete some files)
- see if it mounts (try norock, nojoliet)
- see if it boots
- edit a linux disk and save without rock, without joliet, without any
- make a dos bootable cd, see if it boots
- from scratch
- starting with an existing no emulation bootable disk
- delete config file, make sure it still works
- add a bunch of files to an iso, delete all the files, add some more, save
- edit some text and binary files, make sure they extract and write properly
- add a 3 gig file, make sure image saves and can extract it afterwords
- make an iso with some 3G files in it, open it, save it, make sure the files are not corrupted
to make a fedora package:
- install rpmdevtools (via yum)
- fedora-buildrpmtree (as *your* user)
- Check if there is a file ~/.rpmmacros (if not create it).
- Make sure there is a line:
- %dist .fc7
- Download my SRPMS [1] to ~/rpmbuild/SRPMS
- Call: rpmbuild --rebuild isomaster-1.0-1.src.rpm
- Wait a moment and look for a built RPM in ~/rpmbuild/RPMS/i386
to package a release:
- cd po && ./updateall.sh
- cp sr\@latin.po sr\@Latn.po
- update VERSION in the makefile
- update version in man page
- remove -g and -DDEBUG from Makefile and bk/Makefile
- update changelog.txt
- update credits and credits.txt
- check readme.txt
- cd isomaster && svn export src releases/isomaster-version
- delete icons/originals
- tar cvjf isomaster-version.tar.bz2 isomaster-version/
fonts:
- 'the ultimate...' Mukti Narrow Bold or Nimbus Sans L Bold
|