2011-01-31 00:06 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* contrib/3rd/sqlite3/sqlite3.hbc
  * contrib/hbmxml/3rd/minixml/mxml.hbc
  * contrib/hbmzip/3rd/minizip/minizip.hbc
  * contrib/hbexpat/3rd/expat/expat.hbc
  * contrib/hblzf/3rd/liblzf/lzf.hbc
  * contrib/hbbz2/3rd/bz2/bz2.hbc
  * contrib/hbxdiff/3rd/libxdiff/xdiff.hbc
  * contrib/hbhpdf/3rd/libhpdf/libhpdf.hbc
    ! Fixed linking in HB_BUILD_CONTRIB_DYN=yes mode.

  * contrib/hbexpat/hbexpat.hbp
    ! Fixed linking in HB_BUILD_CONTRIB_DYN=yes mode with
      certain win compilers (f.e. msvc).

  * ChangeLog
    * Corrected information about recently fixed HBQT problem.
This commit is contained in:
Viktor Szakats
2011-01-30 23:09:11 +00:00
parent 600de4ff05
commit 655adbdf10
10 changed files with 35 additions and 15 deletions

View File

@@ -16,17 +16,35 @@
The license applies to all entries newer than 2009-04-28.
*/
2011-01-31 00:06 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/3rd/sqlite3/sqlite3.hbc
* contrib/hbmxml/3rd/minixml/mxml.hbc
* contrib/hbmzip/3rd/minizip/minizip.hbc
* contrib/hbexpat/3rd/expat/expat.hbc
* contrib/hblzf/3rd/liblzf/lzf.hbc
* contrib/hbbz2/3rd/bz2/bz2.hbc
* contrib/hbxdiff/3rd/libxdiff/xdiff.hbc
* contrib/hbhpdf/3rd/libhpdf/libhpdf.hbc
! Fixed linking in HB_BUILD_CONTRIB_DYN=yes mode.
* contrib/hbexpat/hbexpat.hbp
! Fixed linking in HB_BUILD_CONTRIB_DYN=yes mode with
certain win compilers (f.e. msvc).
* ChangeLog
* Corrected information about recently fixed HBQT problem.
2011-01-30 14:38 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbnetio/utils/hbnetioq/hbnetioq.hbp
+ contrib/hbnetio/utils/hbnetioq/manageips.ui
* contrib/hbnetio/utils/hbnetioq/netiosrq.prg
* contrib/hbnetio/utils/hbnetioq/netiosrq.qrc
+ contrib/hbnetio/utils/hbnetioq/refresh.png
+ Implemented: activate/deactivate banning IPs from connecting
to server. This implementation provides for the -ini=cINIFile
+ Implemented: activate/deactivate banning IPs from connecting
to server. This implementation provides for the -ini=cINIFile
command line switch. <cINIFile> contains the info about IPs.
User-interface to manage activations is via toolbar button
which allows to <Add><Delete><Save> IPs and also to flag
User-interface to manage activations is via toolbar button
which allows to <Add><Delete><Save> IPs and also to flag
to activate/deactivate IPs on-the-go.
TODO: take use of console daemon by separating the user inetrface.
@@ -49,9 +67,9 @@
2011-01-30 18:35 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbqt/hbqt_hbmk2_plugin.hbs
! Fixed to initialize pText value to avoid GPF when reaching hb_strfree(),
if non-string parameter is passed instead of string type.
Pls review, test, etc.
! Fixed to initialize pText value to avoid MSVC warning about
possible uninitialized variable:
a:\lib\win\msvc.vc_900a6\.hbmk\hbqtcore\qbytearray.cpp(564) : warning C4701: potentially uninitialized local variable 'pText' used
* contrib/hbide/hbide.hbp
! Added static libs required for embedded Harbour compiler.

View File

@@ -2,4 +2,4 @@
# $Id$
#
libs=${hb_name}${__HB_DYN__}
libs=${hb_name}

View File

@@ -2,4 +2,4 @@
# $Id$
#
libs=${hb_name}${__HB_DYN__}
libs=${hb_name}

View File

@@ -2,4 +2,4 @@
# $Id$
#
libs=${hb_name}${__HB_DYN__}
libs=${hb_name}

View File

@@ -18,6 +18,8 @@
-instfile=inc:hbexpat.ch
-cflag=-DXML_STATIC
hbexpat.c
hbexpatc.c
hbexpatp.prg

View File

@@ -2,5 +2,5 @@
# $Id$
#
libs=${hb_name}${__HB_DYN__}
libs=${hb_name}
libs=png

View File

@@ -2,4 +2,4 @@
# $Id$
#
libs=${hb_name}${__HB_DYN__}
libs=${hb_name}

View File

@@ -2,4 +2,4 @@
# $Id$
#
libs=${hb_name}${__HB_DYN__}
libs=${hb_name}

View File

@@ -2,4 +2,4 @@
# $Id$
#
libs=${hb_name}${__HB_DYN__}
libs=${hb_name}

View File

@@ -2,4 +2,4 @@
# $Id$
#
libs=${hb_name}${__HB_DYN__}
libs=${hb_name}