Changeset 389 in ntrip


Ignore:
Timestamp:
Feb 1, 2007, 4:23:48 PM (17 years ago)
Author:
weber
Message:

* empty log message *

Location:
trunk/BNC
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncapp.cpp

    r354 r389  
    5858  _logStream   = 0;
    5959
    60   _bncVersion  = "BNC 1.1b";
     60  _bncVersion  = "BNC 1.2b";
    6161}
    6262
  • trunk/BNC/bncgetthread.cpp

    r369 r389  
    151151   reqStr = "GET " + hlp.path().toAscii() +
    152152            " HTTP/1.0\r\n"
    153             "User-Agent: NTRIP BNC 1.1b\r\n"
     153            "User-Agent: NTRIP BNC 1.2b\r\n"
    154154            "Authorization: Basic " +
    155155            userAndPwd.toBase64() + "\r\n\r\n";
     
    157157   reqStr = "GET " + hlp.toEncoded() +
    158158            " HTTP/1.0\r\n"
    159             "User-Agent: NTRIP BNC 1.1b\r\n"
     159            "User-Agent: NTRIP BNC 1.2b\r\n"
    160160            "Authorization: Basic " +
    161161            userAndPwd.toBase64() + "\r\n\r\n";
  • trunk/BNC/bnchelp.html

    r384 r389  
    1313<tr><td><b>History</b></td></tr>
    1414<tr><td>Dec 1, 2006 &nbsp;</td><td>Version 1.0b &nbsp;</td><td>Binaries of first beta version published.</td></tr>
    15 <tr><td>Jan 20, 2007 &nbsp;</td><td>Version 1.1b &nbsp;</td><td>[Add] Observables C2, S1, and S2<br>[Add] Full VRS capability<br>[Bug] RTCM2 decoder time tag fixed<br>[Mod] Small letters for public RINEX skeleton files<br>[Add] Online help through Shift+F1
     15<tr><td>Jan 20, 2007 &nbsp;</td><td>Version 1.1b &nbsp;</td><td>[Add] Observables C2, S1, and S2<br>[Add] Full VRS capability<br>[Bug] RTCM2 decoder time tag fixed<br>[Mod] Small letters for public RINEX skeleton files<br>[Add] Online help through Shift+F1</td></tr>
     16<tr><td>Feb 1, 2007 &nbsp;</td><td>Version 1.2b &nbsp;</td><td>[Bug] Stream output through IP port improved<br>[Bug] Method 'reconnecting' now thread-save
    1617</table>
    1718</p>
  • trunk/BNC/bncwindow.cpp

    r375 r389  
    6161  setMinimumSize(77*ww, 65*ww);
    6262
    63   setWindowTitle(tr("BKG Ntrip Client (BNC), Version 1.1b"));
     63  setWindowTitle(tr("BKG Ntrip Client (BNC), Version 1.2b"));
    6464
    6565  // Create Actions
     
    574574  img->setPixmap(QPixmap(":ntrip-logo.png"));
    575575  dlgLayout->addWidget(img, 0,0);
    576   dlgLayout->addWidget(new QLabel("BKG NTRIP Client (BNC), Version 1.1b"), 0,1);
     576  dlgLayout->addWidget(new QLabel("BKG NTRIP Client (BNC), Version 1.2b"), 0,1);
    577577  dlgLayout->addWidget(tb,1,0,1,2);
    578578
Note: See TracChangeset for help on using the changeset viewer.