a builder > > ++ Security can be set in no-read-check mode > I thought this was default? I didn't know you could set it. Context security now has an additional element in it's xml.
> > ++ Connection pool now runs on 2 connections (has it been tested on 1?) > Could you explain a little more? AFAIK: mmbase needed always a lot of connections to run. nowadays, it needs 2 (maybe even 1, but i havent tested this). > > ++ status may only change after discussion on the list? > > ++ bugs will be posted and may only be changed by release team members > Please not, all commitors may change these. Otherwise *only* the > releaseteam can help to create the new release. Okay, i thought we need a second opinion for every fix that has been solved (person a solves it, person b verifies if the bug has been fixed) > > ++ Do we want to make JNDI resources active? (email, database) > Hmmmm....I don't know. We need some documents on this,... hmm, did i post documentation for the call? ;) > > I think we need a vision here. It could be backwards compatible, or > > plug-and-play ... (personally im +1 for more configurations) > You're talking about more distro's? Or multiple configuration directories. > > Databases: > > - MySQL > > - Informix > > - Hsqldb > > - PostgreSQL > > ++ Hypersonic (encoding bug!!!) (default of orion) > What kind of encoding bug? Currently almost all the database layers do a String vlaue = new String(rs.getByteValeu(fieldname), encoding) instead of a rs.getStringValue(fieldname). This code should be only inside the myqsl class... not inside the other class. > > Postgresql needs an update(addition of a check to database), when > > installing 1.6 (foreign key check) This update can be found inside the 7.1 class... > > Converting 7.1 to 7.2 doesn't work (you cant use the jdbc7.2 driver,... > > This is postgresl related imho (iod vs bloba)) > I'll add this to the releasenotes. Maybe someone else can give some information about this... > > ++ When not, freeze will be extended.. > Only when there are big problems. Bugs can also be fixed in the branch. Hmm, im not a pro here...
