summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-01-16 14:23:22 +0000
committerLennart Poettering <lennart@poettering.net>2005-01-16 14:23:22 +0000
commit621019be78cf3f9e7d12bef3ef915566e8cc6a34 (patch)
treef86fc044f2066f2dfab50ec615346027fdc30b00
parent652175dbc89bc2a436ea007ece2e3ed0422361aa (diff)
prepare release 0.3
git-svn-id: file:///home/lennart/svn/public/nss-mdns/trunk@71 0ee8848e-81ea-0310-a63a-f631d1a40d77
-rw-r--r--Makefile.am13
-rwxr-xr-xbootstrap.sh6
-rw-r--r--configure.ac4
-rw-r--r--doc/README.html.in8
-rw-r--r--doc/style.css17
5 files changed, 20 insertions, 28 deletions
diff --git a/Makefile.am b/Makefile.am
index 3cd2849..51a84e0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,7 +17,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
# USA.
-EXTRA_DIST=bootstrap.sh README LICENSE debian/changelog debian/compat debian/control debian/copyright debian/docs debian/rules
+EXTRA_DIST=bootstrap.sh README LICENSE \
+ debian/changelog debian/compat debian/control debian/copyright debian/docs debian/rules
SUBDIRS=src doc
MAINTAINERCLEANFILES=README
@@ -31,11 +32,7 @@ README:
homepage: all dist
test -d $$HOME/homepage/private
mkdir -p $$HOME/homepage/private/projects/nss-mdns
- cp nss-mdns-@PACKAGE_VERSION@.tar.gz $$HOME/homepage/private/projects/nss-mdns
- cp doc/README.html doc/style.css $$HOME/homepage/private/projects/nss-mdns
- cp $$HOME/homepage/private/projects/nss-mdns/README.html $$HOME/homepage/private/projects/nss-mdns/index.html
+ cp nss-mdns-@PACKAGE_VERSION@.tar.gz doc/README.html doc/style.css $$HOME/homepage/private/projects/nss-mdns
+ ln -sf README.html $$HOME/homepage/private/projects/nss-mdns/index.html
-distcleancheck:
- @:
-
-.PHONY: homepage distcleancheck
+.PHONY: homepage
diff --git a/bootstrap.sh b/bootstrap.sh
index 903c21d..a9feb8b 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -27,7 +27,7 @@ run_versioned() {
if [ "x$1" = "xam" ] ; then
set -ex
- run_versioned automake 1.7 -a -c --foreign
+ run_versioned automake 1.8 -a -c --foreign
./config.status
else
set -ex
@@ -35,10 +35,10 @@ else
rm -rf autom4te.cache
rm -f config.cache
- run_versioned aclocal 1.7
+ run_versioned aclocal 1.8
libtoolize -c --force
autoheader
- run_versioned automake 1.7 -a -c --foreign
+ run_versioned automake 1.8 -a -c --foreign
autoconf -Wall
CFLAGS="-g -O0" ./configure --sysconfdir=/etc "$@"
diff --git a/configure.ac b/configure.ac
index 848645e..f15f54e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@
# USA.
AC_PREREQ(2.57)
-AC_INIT([nss-mdns],[0.2],[mzaffzqaf (at) 0pointer (dot) de])
+AC_INIT([nss-mdns],[0.3],[mzaffzqaf (at) 0pointer (dot) de])
AC_CONFIG_SRCDIR([src/query.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign -Wall])
@@ -41,7 +41,7 @@ AC_PROG_LIBTOOL
# Checks for header files.
AC_HEADER_STDC
-AC_CHECK_HEADERS([arpa/inet.h fcntl.h inttypes.h netdb.h netinet/in.h stdlib.h string.h sys/socket.h sys/time.h unistd.h nss.h])
+AC_CHECK_HEADERS([arpa/inet.h fcntl.h inttypes.h netdb.h netinet/in.h stdlib.h string.h sys/socket.h sys/time.h unistd.h nss.h sys/ioctl.h])
# Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
diff --git a/doc/README.html.in b/doc/README.html.in
index 535f3f7..0a28ee0 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -10,7 +10,7 @@
<body>
<h1><a name="top">nss-mdns @PACKAGE_VERSION@</a></h1>
-<p><i>Copyright 2004 Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;</i></p>
+<p><i>Copyright 2004,2005 Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;</i></p>
<ul class="toc">
<li><a href="#license">License</a></li>
@@ -42,6 +42,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.</p>
<h2><a name="news">News</a></h2>
+<div class="news-date">Jan Sun 16 2004: </div> <p class="news-text"><a
+href="@PACKAGE_URL@nss-mdns-0.3.tar.gz">Version 0.3</a>
+released. Changes include: add Debianization, use <tt>ip6.arpa</tt> instead of <tt>ip6.int</tt> for reverse IPv6 lookups.</p>
+
<div class="news-date">Fri Dec 17 2004: </div> <p class="news-text"><a
href="@PACKAGE_URL@nss-mdns-0.2.tar.gz">Version 0.2</a>
released. Changes include: send mDNS queries on every interface that
@@ -171,7 +175,7 @@ compilation and <tt>make install</tt> (as root) for installation of
<p>If you want to be notified whenever I release a new version of this software use the subscription feature of <a href="http://freshmeat.net/projects/nss-mdns/">Freshmeat</a>.</p>
<hr/>
-<address class="grey">Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, December 2004</address>
+<address class="grey">Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, January 2005</address>
<div class="grey"><i>$Id$</i></div>
</body>
diff --git a/doc/style.css b/doc/style.css
index bfd04e4..7656ae3 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -18,17 +18,8 @@
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
***/
-body { color: black; background-color: white; margin: 0.5cm; }
+body { color: black; background-color: white; }
a:link, a:visited { color: #900000; }
-p { margin-left: 0.5cm; margin-right: 0.5cm; }
-div.news-date { margin-left: 0.5cm; font-size: 80%; color: #4f0000; }
-p.news-text { margin-left: 1cm; }
-h1 { color: #00009F; }
-h2 { color: #00009F; }
-h3 { color: #00004F; margin-left: 0.5cm; }
-ul { margin-left: .5cm; }
-ol { margin-left: .5cm; }
-pre { margin-left: .5cm; background-color: #f0f0f0; padding: 0.4cm;}
-.grey { color: #afafaf; }
-table { margin-left: 1cm; border:1px solid lightgrey; padding: 0.2cm; }
-td { padding-left:10px; padding-right:10px; }
+div.news-date { font-size: 80%; font-style: italic; }
+pre { background-color: #f0f0f0; padding: 0.4cm; }
+.grey { color: #8f8f8f; font-size: 80%; }