kopia lustrzana https://github.com/Hamlib/Hamlib
some fixes
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2298 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.2.7.1
rodzic
f069527b8e
commit
5650684c80
|
@ -20,14 +20,14 @@ Before deciding release:
|
||||||
|
|
||||||
Releasing Hamlib:
|
Releasing Hamlib:
|
||||||
----------------
|
----------------
|
||||||
* Regenerate ChangeLog with cvs2cl.pl
|
* Regenerate ChangeLog with:
|
||||||
|
TZ=UTC ./cvs2cl.pl
|
||||||
* Update NEWS, TODO, AUTHORS
|
* Update NEWS, TODO, AUTHORS
|
||||||
* Update the version in the macro AC_INIT of configure.ac
|
* Update the version in the macro AC_INIT of configure.ac
|
||||||
* Tag the CVS rep with version 'HAMLIB-x-y-z'
|
* Tag the CVS rep with version 'HAMLIB-x-y-z'
|
||||||
* Build source tarball:
|
* Build source tarball:
|
||||||
cvs -d:ext:yourloginhere@cvs.sourceforge.net:/cvsroot/hamlib co -P -r HAMLIB-x-y-z hamlib
|
cvs -d:ext:yourloginhere@hamlib.cvs.sourceforge.net:/cvsroot/hamlib co -P -r HAMLIB-x-y-z hamlib
|
||||||
bootstrap.sh
|
sh autogen.sh --enable-maintainer-mode
|
||||||
configure --enable-maintainer-mode
|
|
||||||
make dist
|
make dist
|
||||||
* Build Windows DLL from previous tarball, and .LIB, then create .zip file
|
* Build Windows DLL from previous tarball, and .LIB, then create .zip file
|
||||||
Rem: under Linux, you need the package mingw32 to cross-compile it,
|
Rem: under Linux, you need the package mingw32 to cross-compile it,
|
||||||
|
@ -52,7 +52,10 @@ Releasing Hamlib:
|
||||||
|
|
||||||
* Release the file(s)
|
* Release the file(s)
|
||||||
- ncftp ftp://upload.sourceforge.net/incoming
|
- ncftp ftp://upload.sourceforge.net/incoming
|
||||||
- then https://sourceforge.net/project/admin/editpackages.php?group_id=8305
|
- then go to https://sourceforge.net/project/admin/editpackages.php?group_id=8305
|
||||||
|
[Add release] "x-y-z"
|
||||||
|
Paste NEWS section and ChangeLog, select file, change file processor type to "Any"/"Source .gz"
|
||||||
|
and notify users.
|
||||||
* Update http://hamlib.org web pages
|
* Update http://hamlib.org web pages
|
||||||
- News (to be killed)
|
- News (to be killed)
|
||||||
- Download section
|
- Download section
|
||||||
|
|
Ładowanie…
Reference in New Issue