]> git.sesse.net Git - casparcg/log
casparcg
10 years agoUpdate README.txt 2.0.6
Jonas Hummelstrand [Thu, 21 Nov 2013 13:46:40 +0000 (14:46 +0100)]
Update README.txt

Changed / to \ in local path to Flash installer.

10 years agoUpdate README.txt
Jonas Hummelstrand [Thu, 21 Nov 2013 13:45:36 +0000 (14:45 +0100)]
Update README.txt

Clarified that CPU-based GPUs should be avoided.

10 years agoUpdate README.txt
Jonas Hummelstrand [Thu, 21 Nov 2013 13:40:18 +0000 (14:40 +0100)]
Update README.txt

Clarified installation and configuration.

10 years ago#210
Helge Norberg [Thu, 21 Nov 2013 09:22:47 +0000 (10:22 +0100)]
#210

* Fixed access violation when creating file consumer with unsupported filename
* Does *not" fix the reported AMCP success, which is harder to fix

10 years agoAdded credits for outside contributions in CHANGES.txt
Helge Norberg [Mon, 18 Nov 2013 13:31:37 +0000 (14:31 +0100)]
Added credits for outside contributions in CHANGES.txt

10 years agoUpdated CHANGES.txt
Helge Norberg [Mon, 18 Nov 2013 10:27:08 +0000 (11:27 +0100)]
Updated CHANGES.txt

10 years agoMerge branch 'master' into ffmpeg_seek_fix
Helge Norberg [Thu, 14 Nov 2013 16:07:18 +0000 (17:07 +0100)]
Merge branch 'master' into ffmpeg_seek_fix

Conflicts:
modules/ffmpeg/producer/util/util.cpp

10 years agoAdded OSC message from output mostly for alive detection by management systems
Helge Norberg [Thu, 14 Nov 2013 15:41:12 +0000 (16:41 +0100)]
Added OSC message from output mostly for alive detection by management systems

10 years agoDon't persist media info, but generate at server startup in background thread instead...
Helge Norberg [Thu, 14 Nov 2013 13:37:24 +0000 (14:37 +0100)]
Don't persist media info, but generate at server startup in background thread instead (and whenever a file is changed or created).

10 years agoMoved framerate calculation from CLS/CINF to thumbnail generation time for each file...
Helge Norberg [Wed, 13 Nov 2013 15:51:33 +0000 (16:51 +0100)]
Moved framerate calculation from CLS/CINF to thumbnail generation time for each file. A new "database" media_info.csv will be created under the thumbnails folder containing the information.

10 years agoUpdated CHANGES.txt and fixed minor problems
Helge Norberg [Tue, 12 Nov 2013 16:44:52 +0000 (17:44 +0100)]
Updated CHANGES.txt and fixed minor problems

10 years agoMerge pull request #205 from ronag/master
HellGore [Tue, 12 Nov 2013 16:14:01 +0000 (08:14 -0800)]
Merge pull request #205 from ronag/master

Add duration/framerate to CLS

10 years agoUpdated CHANGES and config
Helge Norberg [Tue, 12 Nov 2013 15:54:03 +0000 (16:54 +0100)]
Updated CHANGES and config

10 years agoMerge pull request #199 from CasparCG/ogl-options
HellGore [Tue, 12 Nov 2013 15:48:10 +0000 (07:48 -0800)]
Merge pull request #199 from CasparCG/ogl-options

New ogl window options

10 years agoSeeking fix from Robert Nagy. This needs testing!
ronag [Mon, 11 Nov 2013 21:58:25 +0000 (16:58 -0500)]
Seeking fix from Robert Nagy.  This needs testing!

10 years agoMerge branch 'master' of https://github.com/CasparCG/Server
Robert Nagy [Sat, 9 Nov 2013 21:40:29 +0000 (22:40 +0100)]
Merge branch 'master' of https://github.com/CasparCG/Server

10 years ago#204 stage: tick tweened_transforms without corresponding layer as well as those...
Helge Norberg [Fri, 8 Nov 2013 15:49:44 +0000 (16:49 +0100)]
#204 stage: tick tweened_transforms without corresponding layer as well as those that have a layer.

10 years agoUpdated CHANGES.txt
Helge Norberg [Fri, 8 Nov 2013 13:40:28 +0000 (14:40 +0100)]
Updated CHANGES.txt

10 years agoFixed race-condition during server shut down where boost::asio::io_service was someti...
Helge Norberg [Fri, 8 Nov 2013 12:50:19 +0000 (13:50 +0100)]
Fixed race-condition during server shut down where boost::asio::io_service was sometimes destroyed too early

10 years ago#190 adjustments to OSC audio level patch
Helge Norberg [Thu, 7 Nov 2013 19:14:49 +0000 (20:14 +0100)]
#190 adjustments to OSC audio level patch

10 years agoMerge branch 'master' into mixer_volume_osc
TK3 [Thu, 7 Nov 2013 06:36:59 +0000 (01:36 -0500)]
Merge branch 'master' into mixer_volume_osc

10 years agoPublish audio levels via osc. dBFS and pFS levels are provided. I am not sure of...
TK3 [Thu, 7 Nov 2013 06:35:42 +0000 (01:35 -0500)]
Publish audio levels via osc.  dBFS and pFS levels are provided.  I am not sure of performance implications so perhaps this needs to be a configurable feature.

10 years agoAdd monitor_subject to audio_mixer_
TK3 [Wed, 6 Nov 2013 18:21:02 +0000 (13:21 -0500)]
Add monitor_subject to audio_mixer_

10 years agoAdd monitor_subject to mixer.
TK3 [Wed, 6 Nov 2013 17:37:24 +0000 (12:37 -0500)]
Add monitor_subject to mixer.

10 years agoModified CHANGES.txt
Helge Norberg [Wed, 6 Nov 2013 16:53:59 +0000 (17:53 +0100)]
Modified CHANGES.txt

10 years agoPatched SFML to not sleep so much in SoundStream.cpp (changed to 10 ms), which makes...
Helge Norberg [Wed, 6 Nov 2013 16:44:26 +0000 (17:44 +0100)]
Patched SFML to not sleep so much in SoundStream.cpp (changed to 10 ms), which makes the oal consumer work as well as before the change to static linking against SFML. And therefore removed portaudio and reverted oal consumer to previous implementation.

#198
#155

10 years agoNo longer render flash frames as fast as possible, but paces the rendering to allow...
Helge Norberg [Wed, 6 Nov 2013 10:31:59 +0000 (11:31 +0100)]
No longer render flash frames as fast as possible, but paces the rendering to allow for time based (vs the preferred frame based) animations to be rendered as close to correct as possible. It will still be incorrect during buffer-recovery, but not during initial buffer fill.

Bug found in forum:
http://casparcg.com/forum/viewtopic.php?f=3&t=1770

10 years agoImproved read_fps.
Robert Nagy [Sun, 3 Nov 2013 16:41:58 +0000 (17:41 +0100)]
Improved read_fps.

10 years agoAllow ogl window to be borderless. I found this useful in integrating a "preview...
TK3 [Fri, 1 Nov 2013 20:43:56 +0000 (16:43 -0400)]
Allow ogl window to be borderless.  I found this useful in integrating a "preview" window into a client app.  The client app can look for the window handle via it's name and then set it to stay on top via win32 api.

<borderless>true</borderless>
or
ADD 1 SCREEN BORDERLESS

10 years agoAllow user to specify name for ogl window. The name attribute was previous parsed...
TK3 [Fri, 1 Nov 2013 20:21:31 +0000 (16:21 -0400)]
Allow user to specify name for ogl window.  The name attribute was previous parsed by the consumer but never used when initializing the ogl window.

10 years ago#197 Fixed incorrect audio cadence for 60000 / 1001 modes
Helge Norberg [Fri, 1 Nov 2013 09:03:58 +0000 (10:03 +0100)]
#197 Fixed incorrect audio cadence for 60000 / 1001 modes

10 years agoRemoved incorrect usage of av_interleaved_write_frame (for the version of FFmpeg...
Helge Norberg [Tue, 29 Oct 2013 16:26:18 +0000 (17:26 +0100)]
Removed incorrect usage of av_interleaved_write_frame (for the version of FFmpeg we use) for flushing frames. It seems like flush support was added later.

10 years agoAdded graph to iVGA consumer
Helge Norberg [Mon, 28 Oct 2013 17:22:51 +0000 (18:22 +0100)]
Added graph to iVGA consumer

10 years agoiVGA: Only provide sync to channel while connected, to prevent channel ticking too...
Helge Norberg [Mon, 28 Oct 2013 16:29:50 +0000 (17:29 +0100)]
iVGA: Only provide sync to channel while connected, to prevent channel ticking too fast.

10 years agoUpdated CHANGES.txt
Helge Norberg [Mon, 28 Oct 2013 12:33:51 +0000 (13:33 +0100)]
Updated CHANGES.txt

10 years agoUpdated README.txt with details about optional Adobe Flash Player installation and...
Helge Norberg [Mon, 28 Oct 2013 12:28:54 +0000 (13:28 +0100)]
Updated README.txt with details about optional Adobe Flash Player installation and NewTek iVGA installation.

10 years agoLog full path of the actual loaded iVGA DLL
Helge Norberg [Mon, 28 Oct 2013 10:52:21 +0000 (11:52 +0100)]
Log full path of the actual loaded iVGA DLL

10 years ago#168 Fixed bug during deinterlace_bob_reinterlace where the first frame is incorrectl...
Helge Norberg [Thu, 24 Oct 2013 15:31:24 +0000 (17:31 +0200)]
#168 Fixed bug during deinterlace_bob_reinterlace where the first frame is incorrectly queued without deinterlacing, causing output fields to be offset by one.

10 years agoUpdated config to be in line with the released version
Helge Norberg [Tue, 22 Oct 2013 13:32:45 +0000 (15:32 +0200)]
Updated config to be in line with the released version

10 years agoUpdated config to be in line with the released version
Helge Norberg [Tue, 22 Oct 2013 07:30:52 +0000 (09:30 +0200)]
Updated config to be in line with the released version

10 years agoUpdated changes and readme and version
Helge Norberg [Tue, 22 Oct 2013 07:12:13 +0000 (09:12 +0200)]
Updated changes and readme and version

10 years ago#187
Helge Norberg [Mon, 21 Oct 2013 06:51:05 +0000 (08:51 +0200)]
#187

Changed NewTek iVGA dependency to be optional at runtime. This will prevent a possible GPL violation.

10 years agoUpdate README.txt
Jonas Hummelstrand [Wed, 16 Oct 2013 14:50:53 +0000 (16:50 +0200)]
Update README.txt

10 years agoFixed typo in OpenGL requirements
Jonas Hummelstrand [Wed, 16 Oct 2013 14:27:47 +0000 (16:27 +0200)]
Fixed typo in OpenGL requirements

10 years agoAdjustments to changes and readme
Helge Norberg [Wed, 16 Oct 2013 13:04:47 +0000 (15:04 +0200)]
Adjustments to changes and readme

10 years agoAdded .NET requirements (for frontEnd GUI.)
Jonas Hummelstrand [Wed, 16 Oct 2013 12:15:30 +0000 (14:15 +0200)]
Added .NET requirements (for frontEnd GUI.)

10 years agoSpelling and punctuation.
Jonas Hummelstrand [Wed, 16 Oct 2013 10:32:36 +0000 (12:32 +0200)]
Spelling and punctuation.

10 years agoAdded Flash Player 11.8 and changed spelling and punctuation.
Jonas Hummelstrand [Wed, 16 Oct 2013 10:21:22 +0000 (12:21 +0200)]
Added Flash Player 11.8 and changed spelling and punctuation.

10 years agoChanged name of newtek to newtek-ivga and occurrences of the word AirPlay to iVGA
Helge Norberg [Tue, 15 Oct 2013 11:26:12 +0000 (13:26 +0200)]
Changed name of newtek to newtek-ivga and occurrences of the word AirPlay to iVGA

10 years agoMisc. spelling corrections.
Jonas Hummelstrand [Fri, 11 Oct 2013 13:54:50 +0000 (15:54 +0200)]
Misc. spelling corrections.

10 years agoUpdated config
Helge Norberg [Thu, 10 Oct 2013 12:05:43 +0000 (14:05 +0200)]
Updated config

10 years agoUpdated README
Helge Norberg [Thu, 10 Oct 2013 08:54:04 +0000 (10:54 +0200)]
Updated README

10 years agoRemove file that should not be checked in, but generated during build process
Helge Norberg [Wed, 9 Oct 2013 15:18:30 +0000 (17:18 +0200)]
Remove file that should not be checked in, but generated during build process

10 years agoUpdated version.tmpl
Helge Norberg [Wed, 9 Oct 2013 15:12:24 +0000 (17:12 +0200)]
Updated version.tmpl

10 years agoUpdated documents
Helge Norberg [Wed, 9 Oct 2013 15:11:12 +0000 (17:11 +0200)]
Updated documents

10 years agoFixed serious bug with MIXER LEVELS
Helge Norberg [Wed, 9 Oct 2013 09:47:23 +0000 (11:47 +0200)]
Fixed serious bug with MIXER LEVELS

10 years agoFixed bug where optimal code path was never taken when copying frame data in ffmpeg
Helge Norberg [Tue, 8 Oct 2013 15:06:55 +0000 (17:06 +0200)]
Fixed bug where optimal code path was never taken when copying frame data in ffmpeg

10 years agoConfig changes
Helge Norberg [Tue, 8 Oct 2013 14:50:12 +0000 (16:50 +0200)]
Config changes

10 years agoMerge branch 'master' of https://github.com/ronag/Server into ronag-master
Helge Norberg [Tue, 8 Oct 2013 09:45:36 +0000 (11:45 +0200)]
Merge branch 'master' of https://github.com/ronag/Server into ronag-master

10 years agoFlash producer
Helge Norberg [Tue, 8 Oct 2013 09:37:26 +0000 (11:37 +0200)]
Flash producer
    - globally serialize initialization and destruction of flash players, to avoid race conditions in flash.
    - changed so that the flash buffer is filled with flash player generated content at initialization instead of empty frames.

OSC
    - merged OSC improvements #152 made by Robert Nagy up until commit https://github.com/ronag/Server/commit/bae86d21f1569b4b7ac1e08c024d62f389efa57e
    - enclosed multiple OSC messages in the same UDP packet inside an OSC bundle to comply with OSC spec
    - ensured that UDP packets are not too big (causing fragmentation, and errors on OSC receiving side)
    - removed use of Microsoft Agents library which seemed to be the cause of running out of memory after a while. Now everything is done synchronously instead (without support for multiple targets, just a single target (parent) for now).

10 years agoMerge branch 'master' of https://github.com/ronag/Server
Robert Nagy [Sat, 28 Sep 2013 16:54:48 +0000 (18:54 +0200)]
Merge branch 'master' of https://github.com/ronag/Server

Conflicts:
core/core.vcxproj
core/core.vcxproj.filters
core/monitor/monitor.cpp
core/monitor/monitor.h
core/producer/frame_producer.cpp
core/producer/layer.cpp
core/producer/layer.h
core/producer/layer/layer_producer.h
core/producer/stage.cpp
core/video_channel.cpp
core/video_channel.h
modules/decklink/producer/decklink_producer.cpp
modules/ffmpeg/producer/ffmpeg_producer.cpp
modules/flash/producer/flash_producer.cpp
modules/image/producer/image_producer.cpp
modules/image/producer/image_scroll_producer.cpp
protocol/osc/client.cpp
protocol/osc/client.h
protocol/osc/oscpack/OscHostEndianness.h
protocol/osc/oscpack/OscOutboundPacketStream.cpp
protocol/protocol.vcxproj.filters
shell/casparcg.config
shell/server.cpp

10 years agoChanged order between flash-producer and image-producer so that .ct files gets priority
Helge Norberg [Tue, 24 Sep 2013 08:47:28 +0000 (10:47 +0200)]
Changed order between flash-producer and image-producer so that .ct files gets priority

10 years agoRemoved some default values from configuration
Helge Norberg [Wed, 18 Sep 2013 15:18:36 +0000 (17:18 +0200)]
Removed some default values from configuration

10 years agoCG commands that expects an already running flash template no longer starts a flash...
Helge Norberg [Wed, 18 Sep 2013 08:29:00 +0000 (10:29 +0200)]
CG commands that expects an already running flash template no longer starts a flash player with a template host just to say "no template running on layer". Now only CG ADD and CG INFO creates a flash_producer/flash player if one is not already running on the video layer.

10 years agoHuge performance impact detected with chroma key support (even though not in use...
Helge Norberg [Mon, 16 Sep 2013 15:32:16 +0000 (17:32 +0200)]
Huge performance impact detected with chroma key support (even though not in use for a layer) in image shader. Straight alpha output support also adds a small overhead (even when not in use), so just like with blend-modes it is now conditionally compiled in the shader, and turned on in the configuration file.

New <mixer /> element added to configuration for turning on mixer features that not everybody would want to pay for (performance-wise). blend-modes also moved into this element:

<mixer>
    <blend-modes>   false [true|false]</blend-modes>
    <straight-alpha>false [true|false]</straight-alpha>
    <chroma-key>    false [true|false]</chroma-key>
</mixer>

10 years ago* Created custom decklink allocator for reducing memory footprint.
Helge Norberg [Fri, 13 Sep 2013 15:06:32 +0000 (17:06 +0200)]
* Created custom decklink allocator for reducing memory footprint.
* Made sure that more threads have the unstructured exception handler installed (avoids crashing the entire process in case of access violations), and thread naming for more threads.
* Ensure that if an exception occurs while rendering the diagnostic window, the window is closed instead of it stopping to respond to window events.

10 years ago#169
Helge Norberg [Mon, 9 Sep 2013 16:05:22 +0000 (18:05 +0200)]
#169

Thumbnail base64 encoding not working with padding

10 years agoAdded support for NewTek AirPlay.
Robert Nagy [Fri, 6 Sep 2013 21:05:24 +0000 (23:05 +0200)]
Added support for NewTek AirPlay.

Sponsored by NewTek.

10 years agoFixed bug in channel_producer
Helge Norberg [Thu, 5 Sep 2013 13:22:06 +0000 (15:22 +0200)]
Fixed bug in channel_producer

10 years agoFixed bug where av_lockmgr unregistration occurred before avcodec_close at server...
Helge Norberg [Wed, 4 Sep 2013 13:36:43 +0000 (15:36 +0200)]
Fixed bug where av_lockmgr unregistration occurred before avcodec_close at server exit

10 years agoFixed performance problem in shader
Helge Norberg [Wed, 4 Sep 2013 09:19:39 +0000 (11:19 +0200)]
Fixed performance problem in shader

10 years agoReplaced openal with portaudio for lower latency
Helge Norberg [Mon, 26 Aug 2013 15:15:02 +0000 (17:15 +0200)]
Replaced openal with portaudio for lower latency

10 years agoMerge pull request #145 from cambell-prince/ffmpeg-dshowparams
niklaspandersson [Mon, 19 Aug 2013 09:18:57 +0000 (02:18 -0700)]
Merge pull request #145 from cambell-prince/ffmpeg-dshowparams

ffmpeg: Add support for arbitrary ffmpeg options in ffmpeg_producer

10 years ago#155
Helge Norberg [Thu, 15 Aug 2013 15:40:57 +0000 (17:40 +0200)]
#155

Fixed problem where SFML stops calling SoundStream::OnGetData when too few samples are returned. This problem seems to have started after the change to static linking against SFML. The current solution is to collect the samples of more frames (3) before returning sample data. This unfortunately adds a 2 frame delay on system audio, but solves the choppyness.

10 years ago* amend to fix #157: Made the same change to LOAD
niklaspandersson [Thu, 15 Aug 2013 05:56:15 +0000 (07:56 +0200)]
* amend to fix #157: Made the same change to LOAD

10 years agoMerge pull request #162 from cambell-prince/bug/157
niklaspandersson [Thu, 15 Aug 2013 05:52:26 +0000 (22:52 -0700)]
Merge pull request #162 from cambell-prince/bug/157

Fix #157: Can now open media with digit only names.

10 years agoFix #157: Can now open media with digit only names.
cambell-prince [Mon, 12 Aug 2013 15:22:16 +0000 (22:22 +0700)]
Fix #157: Can now open media with digit only names.

10 years agoosc: More efficient locking.
Robert Nagy [Mon, 8 Jul 2013 11:07:41 +0000 (13:07 +0200)]
osc: More efficient locking.

10 years agoclient: Use fixed 4096 size for messages.
Robert Nagy [Sun, 7 Jul 2013 12:40:03 +0000 (14:40 +0200)]
client: Use fixed 4096 size for messages.

10 years agoosc:
Robert Nagy [Sun, 7 Jul 2013 10:47:05 +0000 (12:47 +0200)]
osc:
-Drop invalid updates.
-Improved update size calculation.

10 years agoosc: Ignore send errors.
Robert Nagy [Sun, 7 Jul 2013 10:09:35 +0000 (12:09 +0200)]
osc: Ignore send errors.

10 years agoosc: Cosmetics.
Robert Nagy [Sun, 7 Jul 2013 09:25:54 +0000 (11:25 +0200)]
osc: Cosmetics.

10 years agoosc: Use const_buffers instead of mutable_buffers.
Robert Nagy [Sun, 7 Jul 2013 09:23:44 +0000 (11:23 +0200)]
osc: Use const_buffers instead of mutable_buffers.

10 years agoosc: Some minor cleanup.
Robert Nagy [Sun, 7 Jul 2013 09:22:53 +0000 (11:22 +0200)]
osc: Some minor cleanup.

10 years agoosc:
Robert Nagy [Sun, 7 Jul 2013 08:38:29 +0000 (10:38 +0200)]
osc:
-Removed unnecessary buffers.empty() check.
-Catch any exceptions in osc thread.

10 years agoosc: Cache the buffers object.
Robert Nagy [Sat, 6 Jul 2013 23:46:46 +0000 (01:46 +0200)]
osc: Cache the buffers object.

10 years agoosc: Simplify with a regular lock.
Robert Nagy [Sat, 6 Jul 2013 23:45:29 +0000 (01:45 +0200)]
osc: Simplify with a regular lock.

10 years agoosc: Reduce osc buffer size where possible.
Robert Nagy [Sat, 6 Jul 2013 22:58:58 +0000 (00:58 +0200)]
osc: Reduce osc buffer size where possible.

10 years agoosc: Fixed deadlock during destruction.
Robert Nagy [Sat, 6 Jul 2013 22:55:11 +0000 (00:55 +0200)]
osc: Fixed deadlock during destruction.

10 years agoosc: Removed timed_wait.
Robert Nagy [Sat, 6 Jul 2013 22:29:32 +0000 (00:29 +0200)]
osc: Removed timed_wait.

10 years agoosc: Bug fixes and major performance, memory overhead and latency improvements.
Robert Nagy [Sat, 6 Jul 2013 20:57:16 +0000 (22:57 +0200)]
osc: Bug fixes and major performance, memory overhead and latency improvements.

Sponsored by Boffins Technologies (www.boffins.se).

10 years agoosc: Renamed "server" to "client".
Robert Nagy [Sat, 6 Jul 2013 20:54:29 +0000 (22:54 +0200)]
osc: Renamed "server" to "client".

10 years agoFixed typos and changed "caspar" to "CasparCG Server" the AMCP heading.
Jonas Hummelstrand [Thu, 4 Jul 2013 09:21:21 +0000 (11:21 +0200)]
Fixed typos and changed "caspar" to "CasparCG Server" the AMCP heading.

10 years agoFixed typo and added recommendation to use 2.0.3 for "real" production.
Jonas Hummelstrand [Thu, 4 Jul 2013 09:15:15 +0000 (11:15 +0200)]
Fixed typo and added recommendation to use 2.0.3 for "real" production.

10 years agoFixed invalid string to enum constant association
Helge Norberg [Fri, 28 Jun 2013 09:23:01 +0000 (11:23 +0200)]
Fixed invalid string to enum constant association

10 years agoChanged 2k to 1556p and 4k to 2160p
Helge Norberg [Fri, 28 Jun 2013 08:57:07 +0000 (10:57 +0200)]
Changed 2k to 1556p and 4k to 2160p

10 years agoBeta 1 in version.tmpl
Helge Norberg [Thu, 27 Jun 2013 15:56:56 +0000 (17:56 +0200)]
Beta 1 in version.tmpl

10 years agoFixed usage of CComQIPtr temporaries (must be kept alive for the entire lifetime...
Helge Norberg [Thu, 27 Jun 2013 15:55:10 +0000 (17:55 +0200)]
Fixed usage of CComQIPtr temporaries (must be kept alive for the entire lifetime of the decklink consumers)

10 years agoCorrected line lengths (should always be under 80 characters), inconsistent amount...
Helge Norberg [Thu, 27 Jun 2013 15:52:36 +0000 (17:52 +0200)]
Corrected line lengths (should always be under 80 characters), inconsistent amount of newlines between sections and removed trailing whitespace from CHANGES.txt and README.txt

10 years agoCorrected login output data and time mask.
Jonas Hummelstrand [Thu, 27 Jun 2013 14:11:05 +0000 (16:11 +0200)]
Corrected login output data and time mask.