ChipMaster's trial hacks on C++CMS starting with v1.2.1. Not sure I'll follow on with the v2 since it looks to be breaking and mostly frivolous.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 lines
828 B

  1. Version 0.0.4
  2. =============
  3. - Embedded system configuration support
  4. - Identifiers like "$1" are depricated
  5. Version 0.0.3
  6. =============
  7. - Forms API cleanup
  8. - Fixed configuration with latest autoconf/automake
  9. - gcc 4.3 compilation fixes
  10. - Added an option to disable gzip compression
  11. - Changed manual output control to flush all headers on request
  12. - Fixed incorrect use of readdir_r with dirent on Solaris that caused crash
  13. - Added an option for manual output stream control
  14. - Changed cppcms_make_key now written in C instead of unportable bash/od
  15. - Fixed -- widgets are default constructable
  16. - Added help to templates compiler, BSD bugfix
  17. - Now session timeout is preserved withing session.
  18. - Added "notriggers" to store cache functions as well
  19. - Fixed incorrect triggers behavior in cache_iface.
  20. Version 0.0.2
  21. =============