*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7621 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-12-17 05:25:47 +00:00
parent 76480c71bc
commit 9b33fe7159
3 changed files with 13 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
Fri Dec 17 06:23:26 1999 Assar Westerlund <assar@juguete.sics.se>
1999-12-17 Assar Westerlund <assar@sics.se>
* Release 0.2g

10
NEWS
View File

@@ -1,3 +1,13 @@
Changes in release 0.2g:
* lots of bug fixes:
* push works
* repair appl/test programs
* sockaddr_storage works on solaris (alignment issues)
* works better with non-roken getaddrinfo
* rsh works
* some non standard C constructs removed
Changes in release 0.2f:
* support SRV records for kpasswd

View File

@@ -1,5 +1,7 @@
1999-12-16 Assar Westerlund <assar@sics.se>
* Makefile.am (libroken_la_LDFLAGS): bump version to 4:2:0
* roken.h.in (struct sockaddr_storage): redefine with the example
code from rfc2553