I have a product file

\startproduct prd_Aestimatio_vol-09
%prelims
\setuppagenumber[numberconversion=romannumerals]
\setuppagenumber[number=1]
\setupfootnotes[conversion=numbers]

\component c_A
\component c_B
\component c_C
...
%text
\setuppagenumber[numberconversion=numbers]
\setuppagenumber[number=1]
\resetnumber[footnote]
\component c_2012-01_Author1.tex
...
\stopproduct

It compiled nicely before; but now, with the latest beta (2012.03.30 16:16), the page number of the Author1 file is 18 and not 1. The switch from roman to arabic numerals is OK. Has the been some refinement of the command?

Alan