Board index » delphi » ANN: Indy 9.0.11 is now available for download

ANN: Indy 9.0.11 is now available for download

In article <MPG.1826e2867d30234e989...@forums.borland.com>,
oma00...@mail.wvnet.edu says...
Quote
> The Indy Pit Crew is pleased to announce that Indy 9.0.11 is now
> available for download at http://www.nevrona.com/Indy and
> http://indy.torry.net.  This is an update to the original Indy 9.0
> distribution.  This is just a bug fix release only and does not add any
> new features.  

> If you saw this in a newsgroup, please follow up to
> borland.public.delphi.internet.winsock.  Thank you and don't forget to
> tip the waiter.

Hi, I just read this post... is there a way of knowing which bugs have
been fixed on this release that where not closed yet on version 9.0.10???
Now I'm still using 9.0.10 and I'd like to know if I'd need to move on to
the new release...

Thanks,

                                        Luca

 

Re:ANN: Indy 9.0.11 is now available for download


Quote
<Luca.Bald...@NOSPAM.magnetimarelli.com> wrote in message

news:MPG.186c271ea2962e609896a6@news.marelli.it...

Quote
> Hi, I just read this post... is there a way of knowing which bugs have
> been fixed on this release that where not closed yet on version 9.0.10???
> Now I'm still using 9.0.10 and I'd like to know if I'd need to move on to
> the new release...

There is no new functionality in release 9.0.11, so all changes will have
been bug fixes.  I would recommend using the most recent release.

The best I have to offer at the moment is a change log, and does not
correlate changes to bug report numbers.

hth...

Change Log Indy 9.0.10 - 9.0.11

  * IdEchoUDP.pas:
    Corrected case in uses clause.

  Modified to use GetTickCount from the default namespace instead of
  IdGlobal.

  * IdServerIOHandlerSocket.pas:
    Added begin..end block to function TIdServerIOHandlerSocket
    Accept.

  * IdDNSResolver.pas:
    Removed IdNetworkCalculator unit from uses clause.

  Modified TIdDNSResolver.CreateQuery to initilaize default Answer
  value.

  * IdVCard.pas:
    Added local procedure StrToFloat that sets the decimal and
  thousands separators.  (May differ from the locale settings).

  * IdDsnPropEdBinding.pas:
    Removed function NumericOnly.

  * IdEchoUDPServer.pas:
    Corrected case in uses clause.

  * IdNNTP.pas:
    Modified TIdNNTP.Post to look for response code 240 using
  GetResponse instead of SendCmd.

  * IdThreadSafe.pas:
    Modified interface for TIdThreadSafeStringList to remove Values
  property and Empty method.

  * IdFTP.pas:
    Modified InternalPut to correctly handle FTP APPE.  Added
  AFRomBeginning argument.

  * IdUserAccounts.pas:
    ModifiedTIdUserManager.AuthenticateUser to use Username and
  Password parameter arguments instead of local variables.

  * IdTelnet.pas:
    Modified TIdTelnet.Disconnect to check for an assigned telnet
    thread, and wait for the thread to terminate.

  * IdCookie.pas:
    Modified TIdCookieRFC2109.LoadProperties to set Expires using
    DateTimeToInternetStr instead of DateTimeGMTToHttpStr.

    More code beautification.

  * IdHTTPHeaderInfo.pas:
    Modified TIdEntityHeaderInfo.SetHeaders to use
  DateTimeToInternetStr (instead of DateTimeGMTToHttpStr) when
  setting Date, Expires, and If-Modified-Since header values.

  Modified TIdResponseHeaderInfo.ProcessHeaders to set default
  values for content range when unused.

  * IdSMTPServer.pas:
    Added protected TIdSMTPServerThread.BeforeRun method to the
    interface.  Inits thread state and calls the inherited method.

  * IdPOP3Server.pas:
    Added TIdPOP3ServerThread.BeforeRun method to init thread
  state and call the inherited method.

  Modified TIdPOP3Server.CommandPass to look for an assigned
  CheckUser handler prior to triggering the event.

  * IdGlobal.pas:
    Modified DateTimeGMTToHttpStr to adhere to RFC 2616 formatting
    for day number (2-digits) and year (4-digits).

  * IdSSLOpenSSL.pas:
    Modified TIdSSLSocket.Destroy to free an assigned SSLCipher
    before destruction.

  * IdDayTimeUDPServer.pas:
  * IdSysLog.pas:
  * IdTimeUDP.pas:
  * IdTimeUDPServer.pas:
    Corrected case in uses clause.

  * IdFTPList.pas:
    Backported updated MS-DOS parser from Indy 10.   A bug would be
  triggered with MS-DOS-MicrosoftFTP5.0-1.txt.  The parser would
  locate the first 43 in a seconds portion of the dir entry instead
  of the file size column which also  contained 43. Thanks, Jeff
  Easton for reporting this little gem.  Also removed some unneeded
  variables from the MS-DOS parser.

  * IdRFCReply.pas:
    Removed overridden TIdRFCReply.GetDisplayName method for the
    collection item.

  * IdCustomHTTPServer.pas:
    Modified TIdCustomHTTPServer.DoExecute to use '&' instead of EOL
  after unparsed parameters when Query parameters are not used.

  Modified TIdCustomHTTPServer.DoExecute to use corrected logic for
  setting CloseConnection in the HTP Response.

  * IdCompilerDefines.inc:
    Mofified to use correct RTLVersion defs under Kylix.

  * IdChargenUDPServer.pas:
    Code formatting.

  * IdAuthenticationNTLM.pas:
    Moved the user query one step up: the domain name is required
    to properly format the Type 1 message.

  * IdFTPServer.pas:
    Modified TIdFTPServer.CommandCDUP to send result code 212 (not
    250) on successful directory change.

  * IdCookieManager.pas:
    Modified TIdCookieManager.GenerateCookieList to use IndyPos
    when locating CookieDomain.

--
Don Siders [Team Indy]

Join the Indy Docs project! (http://www.nevrona.com/indy/teams/docs)

ELKNews - Get your free copy at http://www.atozedsoftware.com

Re:ANN: Indy 9.0.11 is now available for download


Quote
"DJ Bo" <d...@gios.nl> wrote in message

news:3e02ef50$1@newsgroups.borland.com...

Quote
> Strange however, that I found a file called: IdHTTPProxyServer.pas in the
9.0.11
> If it isn't finished, why is the file there?

I don't know the answer to that.  But I do know it's not used in any of the
packages.

--
Don Siders [Team Indy]

Join the Indy Docs project! (http://www.nevrona.com/indy/teams/docs)

ELKNews - Get your free copy at http://www.atozedsoftware.com

Other Threads