summaryrefslogtreecommitdiff
path: root/NEWS
blob: ccbf4eeca41f56c782b21c701148b914735f2559 (plain)
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
### python-caja 1.27.0

  * tx: sync with transifex
  * tx: update resource
  * tx: migrate config file
  * Use a blank line at most
  * caja-python: do not discard const modifier in PyImport_ImportModuleEx
  * caja-python: missing g_strdup

### python-caja 1.26.0

  * Translations update

### python-caja 1.25.0

  * Translations update
  * build: show configure summary using a pretty format
  * build: Use PACKAGE_URL variable
  * caja-python: remove warnings about conversion
  * Remove USE_MATE2_MACROS from autogen.sh (legacy)
  * add git.mk to generate .gitignore
  * caja-python: Fix memory leak reported by scan-build
  * build: silent build warnings for distcheck
  * build: Use WARN_CFLAGS variable

### python-caja 1.24.0

  * Translations update

### python-caja 1.23.1

  * Translations update
  * configure: get quieter output from make
  * Get rid of commons
  * migrate from intltools to gettext
  * README: update required Python version
  * drop Python 2 support (#50)
  * Make configure.ac cross compile safe.
  * Remove trailing whitespaces

### python-caja 1.23.0

  * Translations update
  * Add support for building with Python 3.8
  * Change url project's website
  * Create FUNDING.yml
  * Make Caja.OperationHandle usable.

### python-caja 1.22.0

  * fix distcheck when use python3
  * Initialize Travis CI support
  * Examples: remove use of Python 2/3 incompatible urllib/urlparse.
  * Report effective Python version and library location at the end of configure
  * docs: fix remaining incompatibility with Python 3

### python-caja 1.21.1

  * Translations update
  * Fix Python 2 INT_ASLONG function.
  * Include Python 3 ABI flags in shared library name.
  * Make Python statements compatible with version 2 and 3.
  * Implement Python 3 C API compatibility using conditional and macros.
  * Allow to "make dist" without building the docs.
  * Fail to build if some referenced symbol cannot be resolved at link time.
  * Modernize examples

### python-caja 1.21.0

  * Translations update
  * disable deprecation warnings for distcheck

### python-caja 1.20.0

  * Translations update

### python-caja 1.19.0

  * Translations update
  * use standard python exception message
  * Added gi.require_version()

### python-caja 1.18.0

  * Translations update
  * support GTK+3 only: require Caja 1.17.1 and pygobject-3.0
  * drop ancient check for Python 2.5, not needed these days

### python-caja 1.16.0

  * Examples: fix Caja crash on loading background-image
    extension
  * Examples: various fixes
  * Translations update

### python-caja 1.14.0

  * Expose filenames of Python extensions to Caja
    (needed for showing each Python extension as
    a separate entry in the extensions list)
  * Fix missing icon in About dialog
  * Fix Changelog generation

### python-caja 1.12.0

  * Translations update

### python-caja 1.10.0

  * Bugfixes
  * Add about window for caja extensions tab

### python-caja 1.8.1 Bugfix release

  * Use pkg-config for python detection and variables

### python-caja 1.8.0

  * Bugfixes