[Magellancms-cvs] magellan CHANGES,1.22,1.23
Brought to you by:
burzmali
|
From: <bur...@us...> - 2003-04-19 13:08:36
|
Update of /cvsroot/magellancms/magellan
In directory sc8-pr-cvs1:/tmp/cvs-serv15484
Modified Files:
CHANGES
Log Message:
posix_getpid() is no more used.
Index: CHANGES
===================================================================
RCS file: /cvsroot/magellancms/magellan/CHANGES,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** CHANGES 4 Apr 2003 16:45:56 -0000 1.22
--- CHANGES 19 Apr 2003 13:08:29 -0000 1.23
***************
*** 26,30 ****
type page field when the corresponding image is removed. (robywan)
- Fixed two wrong queries that prevent associations to be correctly
! removed in MagellanRelationsHandler::RemoveAllRelations() (magellan.library). (robywan)
--- 26,34 ----
type page field when the corresponding image is removed. (robywan)
- Fixed two wrong queries that prevent associations to be correctly
! removed in MagellanRelationsHandler::RemoveAllRelations()
! (magellan.library). (robywan)
! - Fixed a bug in pages.handler: now the page fields tag are not resolved
! if the $tpagegen->pageid is not set (pages created "on-the-fly"). (robywan)
!
|