Sorcery 1.14.1 Release Notes
Stable Sorcery 1.14.1 has finally been released! Two years in the making, it contains lots of new features, changes and bugfixes. It is the first stable release of the 1.14 branch.
Executive executive summary: sub-dependencies, stage-root (cast castfs to use it), runtime/suggested dependencies
For the major part of the release notes, look at this page: Sorcery/Releases/Sorcery_1.14.0_Release_Notes.
Since the test 1.14.0 release, the changes consist mostly of bugfixes. The most noticable new feature is the improvement in choosing the default for the provider query when you have more than one provider installed and the previously chosen one isn't the first one in the list. If you're still following: that isn't a problem anymore.
Here is the ChangeLog:
2008-08-28 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- version: 1.14.1 release!
2008-08-28 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- common: when staging, gather_docs into the stage, the live system is
- not available at this point (rightly so) #14197
2008-08-26 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- made two variables explicitly local
2008-08-25 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- libdepends: removed a variable leak causing problems for hard deps on
- providers - previous query's choice was used as default, usually resulting in the first choice being the default, since the value was not in the list; patch by Mikael Morin #14681
2008-08-21 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- libtablet: REPAIR^all can now "repair" non-existing files
2008-08-20 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- dl_git: use the multicall git binary; the hardlinks aren't available
- by default anymore since 1.6 #14648
2008-08-20 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- gaze: made gaze search not display duplicates
2008-08-18 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- confmeld: make sure the config stage dir exists
2008-07-18 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- sorcery: properly check for empty files in *_execute()
2008-08-08 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- libtablet: fixed a coalescing regression #14618
- follow symbolic links when searching for the grimoire
2008-07-18 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- libsorcery: fixed pop_queue to not create the queue if it doesn't exist
2008-07-18 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- libapi: fixed a wrong function name in the starting comment
2008-07-07 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- libcast: removed extraneus spaces in acquire_cast_lock messages
2008-07-05 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- libstage: install the rest of the files first, so any leading directories
- the configs need get properly created; renamed stage_install_rest to stage_install_ordinary fixed a regression that caused us not to install excluded configs #14339
2008-06-25 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- libsorcery: in verify_source print "failure" instead of the
- unusual "failed"
2008-06-19 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- sorcery.8: clarify the sorcery default subcommands with examples #14528
2008-06-18 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- cast, summon, vcast, libapi, libmisc: removed --url remnants #14525
- If you want to download from a different location, use summon --raw
2008-06-17 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- increment the counter before drawing the progress bar - this way it will
- reach 100%
- cleanse: call tablet_coalesce_files with $BACKUPDIR, so the log isn't
- discarded right away
2008-06-17 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- append to the link_log, don't overwrite it each time
2008-06-17 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- libtablet: sped up tablet_coalesce_files to take a third of the time
2008-06-07 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- libcodex: fixed an ancient minibug in codex_check_cache - the error
- message was printing the wrong variable
2008-05-31 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- build: fixed a typo in the pwd error message
2008-05-18 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- config: use $HOME instead of hardcoding /root
2008-04-26 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- libcast: made the optional dependency on xinetd suggested and changed two
- comments
2008-04-19 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- scribe: fixed case in scribe update message
2008-04-19 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- sorcery: sanitized the saving of CCACHE in the feature_menu
- fixed CCACHE and STORE_CONF_LOG not being disablable
2008-04-16 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- change tee to sed p in clean_logs, it didn't work nicely for Vlad
2008-04-16 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- libsorcery: removed a use of hardcoded $INSTALL_CACHE
2008-04-16 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- libdepends: when falling back to installed spells as default choices for
- providers, try to use the currently used provider; added a warning
2008-04-16 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- gaze: don't show find errors when searching for aliens
2008-04-11 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- made it also echo castfs logs and echo absolute paths
- rewrote clean_logs to be more slick and as a result a lot faster
2008-04-11 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- libsorcery: rewrote log_list to conform with sorcery standards and be 50
- times faster
2008-04-10 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- sustained: added some missing basesystem entries and removed the now
- nonexistant util-linux-crypto
- libgpg: fixed gpg_verify_grimoire not liking versioned grimoires #13461
2008-04-02 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- libapi: fixed #9676 using a slightly modified comment from the real code
2008-03-31 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- added a toggle_depends_status for toggling dependencies on/off
- libdepends: fixed private_recast_optionals. It never worked. #14411
2008-03-30 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- libgrimoire: dereference the deaddir in rm_source_dir #14399
2008-03-28 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- libgpg: nicely quit verify_grimoire_tree for alien grimoire trees #14398
2008-03-26 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- fixed real_show_up_depends showing false positives
2008-03-26 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- fixed private_upward_depends matching spells too loosely
2008-03-26 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- fixed the check if spell is held in real_sub_depends and improved the msg
2008-03-25 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- roots: honor environment variables #13263 and improve sourcing #14304
