Home | Back

version 2.0.2
renamed jwCGI library. new name: ceegeye.
xhtml.cpp: fixed standard content-type in header to be application/xhtml+xml.
xhtml class only sends to console out.
added outputbase class to base cgi streams not on xhtml e.g. json, images.
xhtml class specializes outputbase class.
changed mysql demo to use ajax paradigm, simplified the demo and added dojo as the calling library in the demo.
updated html docs.
removed visual C scripts. Use cygwin instead on blindows.
removed wincgi in cgi constructor as it was silly anyway.
______________________________________________________________________________________________
version 1.30.1
  switched to version 2 of GPL explicitly, no later versions allowed of license.
______________________________________________________________________________________________
version 1.30.0
  session class rewrite. No longer relies on cookies. sessions are written to
    file on the server. The constructor call has changed because of this.
  new configure script variables:
     --enable-demos          compile demo cgi
     --enable-mysqldemo      compile mysql demo cgi
  By default demos are not compiled/installed, need --enable-demos switch
    to configure
  New mySQL tutorial and html code generation file to assist in database connection
    find the tutorial in the docs/mySQL directory
  To compile the mysql demo you need the --enable-demos switch plus the --enable-mysqldemo
    switch to configure.
______________________________________________________________________________________________
version 1.27.1
Bug fix.
Non compilation.
errant parameter name in inputpasswd function in xhtml.cpp
really sorry
______________________________________________________________________________________________
version 1.27.0
  Added css class attribute to these functions:
    xhtml::inputsubmit
    xhtml::inputbutton
    xhtml::inputfile
    xhtml::inputradio
    xhtml::inputtext
    xhtml::inputpassword
    xhtml::inputcheck
    xhtml::inputimage
    xhtml::inputselect
    xhtml::inputreset
    xhtml::h1 through xhtml::h6
  updated docs to reflect this.
  note: this breaks 1.26 code in some cases as these attributes have been
    added to the middle of the functions arguments. see xhtml.h
______________________________________________________________________________________________

version 1.26.2
  Fixed broken pc.in file
  pkg-config --libs jwcgi-1.26 now works correctly when compiling
______________________________________________________________________________________________

version 1.26.1
  Added all files under autotools control (easier for me).
  can use pkg-config as a result of this (see docs)
  added xhtml bindings via the xhtml class.
  can use css via external linked files see xhtml::pagebegin for details
  windows dll currently broken (partial template specialization problems)
    I believe VC 6 specific, ain't buying newer version so probably will remain this way.
    the code works fine if you link against compiled object code.
  all demos render xhtml 1.0 strict pages.
  new documentation to reflect changes.
  in debug mode ( NDEBUG not defined ) xhtml class asserts if closing tags called out of order.
    if your pages do not render properly check your web logs!!
  CGI class interface unchanged, still silly simple
______________________________________________________________________________________________
version 1.24
  Changed the webpage class header to add a typedef for long long to __int64
    now non linux specific
  added new compilation flags to reduce library size.
______________________________________________________________________________________________
version 1.23
  Added SSL specific Environment functions.
  changed the environment demo cgi to reflect this.
______________________________________________________________________________________________
version 1.22
  mostly changes to the webpage object class "wp" textarea
  now takes a vector of strings as an argument. tooltips
  added to some of the form objects e.g. submit buttons bug
  fix for the H1-6 functions..
______________________________________________________________________________________________
version 1.21
  Initial sourceforge public release.
______________________________________________________________________________________________