-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREVISION.log
More file actions
67 lines (44 loc) · 2.19 KB
/
Copy pathREVISION.log
File metadata and controls
67 lines (44 loc) · 2.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
To generate new version use the following commands:
cd /mnt/datapart/gRDesktop
vi configure.ac # edit version number in M*_VERSION variables
gnome-autogen.sh # package gnome-common contains it
[ aclocal
autoconf
autoheader
automake
./configure ]
[intltoolize --force # if ./configure break with the following error:
autoreconf # po/Makefile.in.in was not created by intltoolize.
./configure ]
make
su
make install
________________________________________________________________________________
To generate new *.po file (e.g. for locale hu) use the following commands:
cd /mnt/datapart/gRDesktop/po
intltool-update --pot
msginit -l hu [-i grdesktop.pot]
After changing sources regenerate the *.po files with:
intltool-update -r
________________________________________________________________________________
Revision log
============
0.24rc1 2012-09-27 Added new tab for redirection options.
Extended command with redirect options (if any).
0.24rc2 2012-10-01 Save and restore redirect options from connection
configuration file.
0.24rc3 2012-10-02 Internationalizing
http://people.gnome.org/~malcolm/i18n/index.html
0.24rc4 2012-10-08 Creating localization for [hu].
0.24rc5 2012-10-11 Migrating from GtkCombo to GtkComboBoxEntry.
0.24rc6 2012-10-12 Migrating from GnomeAbout to GtkAboutDialog
http://sources.redhat.com/autobook/autobook/autobook_25.html
0.24rc7 2012-10-13 Updating configure.ac
0.24rc8 2012-11-08 Clearing header files
0.24rc9 2013-06-19 Storing RDP version to be used with the configuration
0.24rc10 2015-05-20 Importing project into Anjuta
Correcting commandline parameters
Replacing deprecated g_str*() functions
0.24rc11 2015-09-15 Migrating software to GTK+ 3 (v3.14.5)
https://developer.gnome.org/Gnome3PortingGuide/
https://developer.gnome.org/gtk3/stable/gtk-migrating-2-to-3.html