Index: /trunk/BNC/bnchelp.html
===================================================================
--- /trunk/BNC/bnchelp.html	(revision 367)
+++ /trunk/BNC/bnchelp.html	(revision 368)
@@ -9,4 +9,10 @@
 <p>
 BNC has been written under GNU General Public License (GPL). Binaries for BNC are available for Windows, Linux, and Solaris systems. It is likely that BNC can be compiled on other systems where a GNU compiler and Qt Version 4.0.1 are installed.
+<table>
+<tr></tr>
+<tr><td><b>History</b></td></tr>
+<tr><td>Dec 1, 2006 &nbsp;</td><td>Version 1.0b &nbsp;</td><td>Binaries of first beta version published.</td></tr>
+<tr><td>Jan 20, 2007 &nbsp;</td><td>Version 1.1b &nbsp;</td><td>Observables C2, S1, and S1 added, full VRS capability added, bug in RTCM2 decoder time tag solved, access to EUREF and IGS RINEX skeletons enabled.
+</table>
 </p>
 <h3>Contents</h3>
Index: /trunk/BNC/bncwindow.cpp
===================================================================
--- /trunk/BNC/bncwindow.cpp	(revision 367)
+++ /trunk/BNC/bncwindow.cpp	(revision 368)
@@ -59,5 +59,5 @@
   static const QStringList labels = QString("account,mountpoint,decoder,lat,long,type,bytes").split(",");
 
-  setMinimumSize(77*ww, 60*ww);
+  setMinimumSize(77*ww, 65*ww); // weber
   setWindowTitle(tr("BKG Ntrip Client (BNC), Version 1.1b"));
 
