Index: trunk/doc/developer/packaging/Changelog =================================================================== --- trunk/doc/developer/packaging/Changelog (revision 9564) +++ trunk/doc/developer/packaging/Changelog (revision 9565) @@ -1,10 +1,30 @@ How to get a release candidate tarball in /tmp: - ver=1.0.2 + ver=1.0.3 cd /tmp svn export svn://repo.hu/sch-rnd/trunk sch-rnd-$ver tar -cf sch-rnd-$ver.tar sch-rnd-$ver +Packaging changes between 1.0.3 and 1.0.2 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +A. changes that probably don't need action + +1. new plugin files in existing packages (static linked, no file changes but + ./configure argument changes): + - lib_anymap in sch-rnd-core + - lib_tedax in sch-rnd-core + + +B. changes that probably DO need action + +1. ./configure line changed for a few new plugins + +2. new plugin files in existing packages (dynamic loaded): + - lib_ucdf in sch-rnd-io-alien (.pup, .so) + +3. new plugin files in existing packages (static linked): + - funcmap in sch-rnd-core (.conf) + Packaging changes between 1.0.2 and 1.0.1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ A. changes that probably don't need action