Updating the easy stuff may not be an option it all depends on weither the update delay is a data entry one or an application developement one.I know they've got a huge amount of data to update, hence why I expressed concern about the snowball effect. If it takes them x hours in a normal month, now they have presumably x*2 or even 2.5 if essentials is as much work to integrate as I'd expect it is.
We all know they're under no legal obligation to provide their updates, thanks Jester. I don't believe anyone was threatening legal action though, people seem to be expressing disappointment.
My suggestion (which I have sent over, FWIW) is for them to update the "easy" stuff, i.e. Dungeon/Dragon articles, PP, and Dark Sun (assuming themes aren't too difficult to implement) on their regular release schedule of next Tuesday.
If it is application development then a lot depends on how their development process works.
In my opinion an outfit lit Wizards that are doing regualr scheduled releases should be using an agile development process. That is all application methods should have test code written (ideally before the production code is written) and continous application integration and build. With the test automatically run after each build.
If that is the case then they could release the last stable build that has completed features and whatever content that exposes.
Now the problem with that approach often is that senior management does not buy into that approach. The lines of test code written usually matches or exceeds the lines of production code and is seen as wasteful efford by many managements, despite all the studies to the contrary and that is in dedicated software development outfits. So Wizards management with no real development experience could be even harder to convince.
So if that is the case then they are now caught with unstable codebase and no way to just include completed features as the last known stable build was the August release.
Of course it could be much worse than that, in that some design choices made 2 years ago to get the CB out the door after the debacle of Glessmax et al is now biting them in the ass and now they need to rebuild something core (like say the database) in order to accomadate Essentials or the Dark Sun themes or what ever.