kopia lustrzana https://github.com/Hamlib/Hamlib
Bump ABI version, updated README.release
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@3072 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.2.13.1
rodzic
33242c91eb
commit
f22f3a82dc
|
@ -37,7 +37,7 @@ Releasing Hamlib:
|
||||||
-m "release x.y.z"
|
-m "release x.y.z"
|
||||||
|
|
||||||
* Build source tarball:
|
* Build source tarball:
|
||||||
svn co -r N https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk hamlib
|
svn co -r N https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk hamlib
|
||||||
sh autogen.sh --enable-maintainer-mode
|
sh autogen.sh --enable-maintainer-mode
|
||||||
|
|
||||||
# (Would the above command be better invoked as:
|
# (Would the above command be better invoked as:
|
||||||
|
@ -73,11 +73,13 @@ Releasing Hamlib:
|
||||||
Subsitute cdecl by stdcall in README.txt.
|
Subsitute cdecl by stdcall in README.txt.
|
||||||
|
|
||||||
* Release the file(s)
|
* Release the file(s)
|
||||||
- https://sourceforge.net/project/admin/explorer.php?group_id=8305
|
- https://sourceforge.net/projects/hamlib/files/
|
||||||
- Select subdirectory hamlib, left click on the grey gear, "New folder", x.y.z
|
- Select Hamlib
|
||||||
- Select subdirectory hamlib/x.y.z
|
- Click Add Folder, name it X.Y.Z
|
||||||
- Left click on the grey gear of the folder, "Upload here"
|
- Select X.Y.Z
|
||||||
- Letf click on file name, on right side, set platform as default for download. Save.
|
- Click Add File button
|
||||||
|
- Click Choose File button
|
||||||
|
- Click Upload
|
||||||
|
|
||||||
* Update http://www.hamlib.org Wiki
|
* Update http://www.hamlib.org Wiki
|
||||||
- Download section
|
- Download section
|
||||||
|
@ -85,14 +87,14 @@ Releasing Hamlib:
|
||||||
|
|
||||||
- Documentation (requires doxygen)
|
- Documentation (requires doxygen)
|
||||||
make -C doc doc
|
make -C doc doc
|
||||||
ssh shell.sourceforge.net mkdir /home/groups/h/ha/hamlib/htdocs/manuals/x-y-z
|
ssh shell.sourceforge.net mkdir /home/project-web/h/ha/hamlib/htdocs/manuals/x-y-z
|
||||||
scp -r doc/html shell.sourceforge.net:/home/groups/h/ha/hamlib/htdocs/manuals/x-y-z/.
|
scp -r doc/html shell.sourceforge.net:/home/project-web/h/ha/hamlib/htdocs/manuals/x-y-z/.
|
||||||
Edit Wiki Documentation section
|
Edit Wiki Documentation section
|
||||||
|
|
||||||
- Supported Radios/Rotators
|
- Supported Radios/Rotators
|
||||||
make -C tests rigmatrix.html
|
make -C tests rigmatrix.html
|
||||||
ssh -t USER,hamlib@shell.sourceforge.net create
|
ssh -t USER,hamlib@shell.sourceforge.net create
|
||||||
scp -r tests/sup-info/* shell.sourceforge.net:/home/groups/h/ha/hamlib/htdocs/sup-info/.
|
scp -r tests/sup-info/* USER,hamlib@shell.sourceforge.net:/home/project-web/hamlib/htdocs/sup-info/.
|
||||||
|
|
||||||
* Notify various sites:
|
* Notify various sites:
|
||||||
- Sourceforge/News: https://sourceforge.net/news/submit.php?group_id=8305
|
- Sourceforge/News: https://sourceforge.net/news/submit.php?group_id=8305
|
||||||
|
|
|
@ -5,7 +5,7 @@ RIGSRC = rig.c serial.c misc.c register.c event.c cal.c conf.c tones.c \
|
||||||
|
|
||||||
lib_LTLIBRARIES = libhamlib.la
|
lib_LTLIBRARIES = libhamlib.la
|
||||||
libhamlib_la_SOURCES = $(RIGSRC)
|
libhamlib_la_SOURCES = $(RIGSRC)
|
||||||
libhamlib_la_LDFLAGS = $(WINLDFLAGS) $(OSXLDFLAGS) -no-undefined -version-info @ABI_VERSION@:13:0
|
libhamlib_la_LDFLAGS = $(WINLDFLAGS) $(OSXLDFLAGS) -no-undefined -version-info @ABI_VERSION@:14:0
|
||||||
libhamlib_la_CFLAGS = -DIN_HAMLIB $(AM_CFLAGS) -DHAMLIB_MODULE_DIR=\"$(pkglibdir)\"
|
libhamlib_la_CFLAGS = -DIN_HAMLIB $(AM_CFLAGS) -DHAMLIB_MODULE_DIR=\"$(pkglibdir)\"
|
||||||
libhamlib_la_LIBADD = @LIBLTDL@ $(top_builddir)/lib/libmisc.la \
|
libhamlib_la_LIBADD = @LIBLTDL@ $(top_builddir)/lib/libmisc.la \
|
||||||
@NET_LIBS@ @MATH_LIBS@ $(LIBUSB_LIBS)
|
@NET_LIBS@ @MATH_LIBS@ $(LIBUSB_LIBS)
|
||||||
|
|
Ładowanie…
Reference in New Issue