Bump ABI version, updated README.release

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@3072 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.13.1
Nate Bargmann, N0NB 2011-03-13 02:43:45 +00:00
rodzic 33242c91eb
commit f22f3a82dc
2 zmienionych plików z 12 dodań i 10 usunięć

Wyświetl plik

@ -37,7 +37,7 @@ Releasing Hamlib:
-m "release x.y.z"
* 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
# (Would the above command be better invoked as:
@ -73,11 +73,13 @@ Releasing Hamlib:
Subsitute cdecl by stdcall in README.txt.
* Release the file(s)
- https://sourceforge.net/project/admin/explorer.php?group_id=8305
- Select subdirectory hamlib, left click on the grey gear, "New folder", x.y.z
- Select subdirectory hamlib/x.y.z
- Left click on the grey gear of the folder, "Upload here"
- Letf click on file name, on right side, set platform as default for download. Save.
- https://sourceforge.net/projects/hamlib/files/
- Select Hamlib
- Click Add Folder, name it X.Y.Z
- Select X.Y.Z
- Click Add File button
- Click Choose File button
- Click Upload
* Update http://www.hamlib.org Wiki
- Download section
@ -85,14 +87,14 @@ Releasing Hamlib:
- Documentation (requires doxygen)
make -C doc doc
ssh shell.sourceforge.net mkdir /home/groups/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/.
ssh shell.sourceforge.net mkdir /home/project-web/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
- Supported Radios/Rotators
make -C tests rigmatrix.html
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:
- Sourceforge/News: https://sourceforge.net/news/submit.php?group_id=8305

Wyświetl plik

@ -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
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_LIBADD = @LIBLTDL@ $(top_builddir)/lib/libmisc.la \
@NET_LIBS@ @MATH_LIBS@ $(LIBUSB_LIBS)