Final(?) 1.20.1 pre-release available

Support and queries relating to all previous versions of ZoneMinder
Locked
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Final(?) 1.20.1 pre-release available

Post by zoneminder »

I've updated the 1.20.1 pre-release tgz file and made it available for download. This will probably be the the same (functionally) as the offical 1.20.1 unless the Mandrake logging in problem gets cracked in the next day or two.

These are the current fixes in 1.20.1
  • Removed dependency on RegExp in zm_config.cpp.
    Added ZM_RAND_STREAM option, this adds a time code onto each stream to prevent it from being cached. I think this may have affected perceptions of whether some streams were working.
    Made zms check OPT_AUTH before loading user details. This should fix the issue where streams did not work with authentication off.
    Removed debug output to temp file in zm_xhtml.php.
    Fixed user sql, added debug and wrapped in check for libcrypto in zm_user.cpp. This should correct bogus loading of user data which may have affected some people. You can also now just bump up the debug level to see what the auth strings being used are.
    Allowed no .conf file to be present in zmupdate.pl. Ignore this, not working.
    xhtml console now uses mobile group as it should.
    Modified Username to be binary. You need to run the zmalter sql to change your Users table to disallow case-inseitive checking which may have been breaking some peoples streams.
    Fixed incorrect constant definitions in zmtrigger.pl
    Fixed bogus double .jpg suffix on diagnostic images, also added included them in frame view (contributed change)
    Corrected broken check for libcrypto (check happened before definition) causing build problems for some people who do not have MD5 library installed.
    Added mode to mkdir in zm_actions.php
    Added space before -m in zmu command in zm_actions.php
    Defensively coded brightness etc SQL in zm_actions.php
    Added line length to fgets in zm_config.php.z
    Slightly enlarged a couple of windows in zm_config.php.z
    Defined empty array in html_view_states to prevent warnings
    Console window now sizes itself according to how many monitors in list.
I think that's it! Feel free to have a play. Barring major issues I will do full release in a day or two when I've done the docs.

Phil
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

There was one other thing which hopefully won't affect anyone. I've upgraded the installations of autoconf, automake, libtools etc to more recent versions. I hope this won't affect anyone but if it does let me know.

Phil
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

RPM RC4 up

Post by cordel »

I've Packaged the new final canidate.
The package of coarse is zm-1.20.1-RC4 till Phill tells me diff.
ftp://cordel.no-ip.info
Cheers,
Cordel
ccvanmarion
Posts: 2
Joined: Sat Jan 29, 2005 8:06 pm

Added space before -m in zmu command in zm_actions.php

Post by ccvanmarion »

Hi Cordel,
I just installed your RC4 rpm. Before that I had the RC3 rpm and manually edit the zm_actions.php script to put a space before -m in zmu command.
After installing RC4 I had the same probelem with updatting settings and after a check I noticed that the space before -m in zmu command in zm_actions.php was disappeared.

Phil wrote in the pre-release post that this problem was solved. Maybe check your latest tgz file.

BTW, thanks for the rpm, great! And Phil, thanks for the program, also great product!!!!!!

Koos van Marion
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

Correction made. Just redownload the RC4.rpms

Thanks,
Cordel
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

FYI
I got to thinking that maybe I had jumped the gun on the RC4 update since Phil noted that he had corrected a problem in the actions php. So I redownloaded the file. I did a comparison from what I down loaded to what I had and they were differant. So I took and compaired what I had for RC3 with RC4 and they were differant. There are about 8 changed files from RC4 to RC5 that I am putting on ftp://cordel.no-ip.info/pub/Fedora/3/testing
I'm not sure what all has been done since Phil hasn't said anything. But since it's there I packaged it and am calling it RC5.
Cheers,
Cordel
Locked